From 707abd5b2d457e390140dd5e1a765dde184d7328 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 2 Oct 2022 18:54:39 -0700 Subject: [PATCH] 3.30 java --- other/java/client/pom.xml | 4 +- other/java/client/pom.xml.deploy | 4 +- other/java/client/pom_debug.xml | 4 +- other/java/examples/pom.xml | 4 +- other/java/hdfs2/dependency-reduced-pom.xml | 92 +++++++++++---------- other/java/hdfs2/pom.xml | 4 +- other/java/hdfs3/dependency-reduced-pom.xml | 16 ++-- other/java/hdfs3/pom.xml | 4 +- 8 files changed, 70 insertions(+), 62 deletions(-) diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index 221de5f8f..81c58f9c0 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -5,7 +5,7 @@ com.github.chrislusf seaweedfs-client - 3.13 + 3.30 org.sonatype.oss @@ -159,7 +159,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 3.0.1 attach-javadocs diff --git a/other/java/client/pom.xml.deploy b/other/java/client/pom.xml.deploy index e3239de0e..4b661c6cd 100644 --- a/other/java/client/pom.xml.deploy +++ b/other/java/client/pom.xml.deploy @@ -5,7 +5,7 @@ com.github.chrislusf seaweedfs-client - 3.13 + 3.30 org.sonatype.oss @@ -154,7 +154,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 3.0.1 attach-javadocs diff --git a/other/java/client/pom_debug.xml b/other/java/client/pom_debug.xml index dade66f7b..091271503 100644 --- a/other/java/client/pom_debug.xml +++ b/other/java/client/pom_debug.xml @@ -5,7 +5,7 @@ com.github.chrislusf seaweedfs-client - 3.13 + 3.30 org.sonatype.oss @@ -128,7 +128,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 3.0.1 attach-javadocs diff --git a/other/java/examples/pom.xml b/other/java/examples/pom.xml index 7a5994072..3f5ef1cc3 100644 --- a/other/java/examples/pom.xml +++ b/other/java/examples/pom.xml @@ -11,13 +11,13 @@ com.github.chrislusf seaweedfs-client - 3.13 + 3.30 compile com.github.chrislusf seaweedfs-hadoop2-client - 3.13 + 3.30 compile diff --git a/other/java/hdfs2/dependency-reduced-pom.xml b/other/java/hdfs2/dependency-reduced-pom.xml index a5dedc27a..3ee5034d0 100644 --- a/other/java/hdfs2/dependency-reduced-pom.xml +++ b/other/java/hdfs2/dependency-reduced-pom.xml @@ -108,7 +108,7 @@ maven-javadoc-plugin - 2.9.1 + 3.0.1 attach-javadocs @@ -124,7 +124,7 @@ org.apache.hadoop hadoop-client - 2.10.1 + 3.2.4 provided @@ -132,11 +132,11 @@ org.apache.hadoop - hadoop-mapreduce-client-app + hadoop-yarn-api org.apache.hadoop - hadoop-yarn-api + hadoop-yarn-client org.apache.hadoop @@ -156,7 +156,7 @@ org.apache.hadoop hadoop-common - 2.10.1 + 3.2.4 provided @@ -167,10 +167,6 @@ commons-math3 org.apache.commons - - xmlenc - xmlenc - commons-io commons-io @@ -184,20 +180,28 @@ commons-collections - servlet-api + javax.servlet-api javax.servlet - jetty - org.mortbay.jetty + javax.activation-api + javax.activation + + + jetty-server + org.eclipse.jetty jetty-util - org.mortbay.jetty + org.eclipse.jetty + + + jetty-servlet + org.eclipse.jetty - jetty-sslengine - org.mortbay.jetty + jetty-webapp + org.eclipse.jetty jsp-api @@ -208,57 +212,49 @@ com.sun.jersey - jersey-json + jersey-servlet com.sun.jersey - jersey-server + jersey-json com.sun.jersey - log4j - log4j - - - jets3t - net.java.dev.jets3t - - - commons-lang - commons-lang - - - commons-configuration - commons-configuration + jersey-server + com.sun.jersey - commons-digester - commons-digester + reload4j + ch.qos.reload4j commons-beanutils commons-beanutils - commons-lang3 + commons-configuration2 org.apache.commons - slf4j-log4j12 - org.slf4j + commons-lang3 + org.apache.commons - jackson-core-asl - org.codehaus.jackson + commons-text + org.apache.commons - jackson-mapper-asl - org.codehaus.jackson + slf4j-reload4j + org.slf4j avro org.apache.avro + + re2j + com.google.re2j + hadoop-auth org.apache.hadoop @@ -287,6 +283,14 @@ commons-compress org.apache.commons + + kerb-simplekdc + org.apache.kerby + + + jackson-databind + com.fasterxml.jackson.core + stax2-api org.codehaus.woodstox @@ -295,6 +299,10 @@ woodstox-core com.fasterxml.woodstox + + dnsjava + dnsjava + hadoop-annotations org.apache.hadoop @@ -309,7 +317,7 @@ - 3.13 - 2.10.1 + 3.30 + 3.2.4 diff --git a/other/java/hdfs2/pom.xml b/other/java/hdfs2/pom.xml index 1e26cf96d..8bbd4c99e 100644 --- a/other/java/hdfs2/pom.xml +++ b/other/java/hdfs2/pom.xml @@ -5,7 +5,7 @@ 4.0.0 - 3.13 + 3.30 3.2.4 @@ -129,7 +129,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 3.0.1 attach-javadocs diff --git a/other/java/hdfs3/dependency-reduced-pom.xml b/other/java/hdfs3/dependency-reduced-pom.xml index 066687017..33d548ac9 100644 --- a/other/java/hdfs3/dependency-reduced-pom.xml +++ b/other/java/hdfs3/dependency-reduced-pom.xml @@ -108,7 +108,7 @@ maven-javadoc-plugin - 2.9.1 + 3.0.1 attach-javadocs @@ -124,7 +124,7 @@ org.apache.hadoop hadoop-client - 3.2.3 + 3.2.4 provided @@ -156,7 +156,7 @@ org.apache.hadoop hadoop-common - 3.2.3 + 3.2.4 provided @@ -224,8 +224,8 @@ com.sun.jersey - log4j - log4j + reload4j + ch.qos.reload4j commons-beanutils @@ -244,7 +244,7 @@ org.apache.commons - slf4j-log4j12 + slf4j-reload4j org.slf4j @@ -317,7 +317,7 @@ - 3.13 - 3.2.3 + 3.30 + 3.2.4 diff --git a/other/java/hdfs3/pom.xml b/other/java/hdfs3/pom.xml index 8352a4dc7..0dd08412f 100644 --- a/other/java/hdfs3/pom.xml +++ b/other/java/hdfs3/pom.xml @@ -5,7 +5,7 @@ 4.0.0 - 3.13 + 3.30 3.2.4 @@ -129,7 +129,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 3.0.1 attach-javadocs