update java client to 3.71, also adjust the groupId

This commit is contained in:
chrislu
2024-08-12 17:30:18 -07:00
parent 9a0b71e874
commit 915f9f5054
9 changed files with 184 additions and 121 deletions

View File

@@ -9,13 +9,13 @@
<version>1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>com.github.chrislusf</groupId>
<groupId>com.seaweedfs</groupId>
<artifactId>seaweedfs-client</artifactId>
<version>3.71</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.chrislusf</groupId>
<groupId>com.seaweedfs</groupId>
<artifactId>seaweedfs-hadoop2-client</artifactId>
<version>3.71</version>
<scope>compile</scope>