aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/pom.xml
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-12-14 09:16:21 -0800
committerChris Lu <chris.lu@gmail.com>2018-12-14 09:16:21 -0800
commit21315f709de9520ae8dc8cd7a8998802ee89af72 (patch)
treefedfc4c3339f0414d6e8500132926f6ed21158a3 /other/java/client/pom.xml
parent42b8f1145a9bca6dcd461a09fb1dd65da67f6ada (diff)
downloadseaweedfs-21315f709de9520ae8dc8cd7a8998802ee89af72.tar.xz
seaweedfs-21315f709de9520ae8dc8cd7a8998802ee89af72.zip
HCFS 1.0.2
Diffstat (limited to 'other/java/client/pom.xml')
-rw-r--r--other/java/client/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml
index 74404823b..a3c56856e 100644
--- a/other/java/client/pom.xml
+++ b/other/java/client/pom.xml
@@ -4,7 +4,7 @@
<groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-client</artifactId>
- <version>1.0</version>
+ <version>1.0.2</version>
<parent>
<groupId>org.sonatype.oss</groupId>
@@ -45,6 +45,11 @@
<artifactId>grpc-stub</artifactId>
<version>${grpc.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.7.25</version>
+ </dependency>
</dependencies>
<distributionManagement>