also sync java client version to SeaweedFS version
This commit is contained in:
chrislu
2021-12-05 18:05:24 -08:00
parent df9a72b87f
commit 5ea9715721
10 changed files with 13 additions and 13 deletions

View File

@@ -11,13 +11,13 @@
<dependency>
<groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-client</artifactId>
<version>1.7.0</version>
<version>2.81</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-hadoop2-client</artifactId>
<version>1.7.0</version>
<version>2.81</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -29,4 +29,4 @@
</dependencies>
</project>
</project>