From a999ed94d0abe53ac444c6a12cf0f5f89ea06d33 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 8 Oct 2019 22:49:10 -0700 Subject: update hdfs client --- other/java/client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java/client/pom.xml') diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index b5c7af29e..be9470cb9 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -4,7 +4,7 @@ com.github.chrislusf seaweedfs-client - 1.1.6 + 1.1.8 org.sonatype.oss -- cgit v1.2.3 From 15f968b0546cdf9d5ee6215ff967de0b3ea4b552 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 9 Oct 2019 18:09:08 -0700 Subject: HCFS: avoid possible jar problem --- other/java/client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java/client/pom.xml') diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index be9470cb9..15921c4dd 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -4,7 +4,7 @@ com.github.chrislusf seaweedfs-client - 1.1.8 + 1.1.9 org.sonatype.oss -- cgit v1.2.3 From 7057e7a076b109e5d3e9140b27fa4e8beabcbc71 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 11 Oct 2019 21:44:44 -0700 Subject: HCFS: 1.22 fix put gives java.lang.NoSuchFieldError: INSTANCE related to Cloudera CDH Hadoop https://github.com/chrislusf/seaweedfs/issues/1080 --- other/java/client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java/client/pom.xml') diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index 15921c4dd..413897238 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -4,7 +4,7 @@ com.github.chrislusf seaweedfs-client - 1.1.9 + 1.2.2 org.sonatype.oss -- cgit v1.2.3 From e9dd5a602a4acf9da21b56e57a510d1f9a24875c Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 11 Oct 2019 23:56:04 -0700 Subject: HCFS: 1.2.3 shade org.apache.http in https://github.com/chrislusf/seaweedfs/issues/1080 --- other/java/client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java/client/pom.xml') diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index 413897238..47742ab8d 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -4,7 +4,7 @@ com.github.chrislusf seaweedfs-client - 1.2.2 + 1.2.3 org.sonatype.oss -- cgit v1.2.3