Java 1.6.0 fix filerProxy mode

This commit is contained in:
Chris Lu
2021-02-06 00:09:12 -08:00
parent 35ba277a97
commit 5138d3954f
8 changed files with 9 additions and 9 deletions

View File

@@ -11,13 +11,13 @@
<dependency>
<groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-client</artifactId>
<version>1.5.9</version>
<version>1.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-hadoop2-client</artifactId>
<version>1.5.9</version>
<version>1.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>