@@ -25,6 +25,7 @@ configurations {
2525 }
2626 }
2727 hdfs3 {
28+ transitive = false
2829 attributes {
2930 attribute(hdfs3patched, true )
3031 }
@@ -76,9 +77,9 @@ dependencies {
7677 }
7778 }
7879 constraints {
79- implementation(" commons-codec:commons-codec:1.9" )
80- implementation(" commons-logging:commons-logging:1.2" )
81- implementation(" org.slf4j:slf4j-api:${ versions.slf4j} " )
80+ // implementation("commons-codec:commons-codec:1.9")
81+ // implementation("commons-logging:commons-logging:1.2")
82+ // implementation("org.slf4j:slf4j-api:${versions.slf4j}")
8283 }
8384 implementation(" org.slf4j:slf4j-api:${ versions.slf4j} " )
8485
@@ -138,6 +139,17 @@ dependencies {
138139
139140// hdfs2("org.apache.hadoop:hadoop-hdfs:2.8.5")
140141 hdfs2(" commons-io:commons-io:2.16.1" )
142+ hdfs2(" com.google.protobuf:protobuf-java:3.25.5" )
143+ hdfs2(" org.apache.htrace:htrace-core4:4.0.1-incubating" )
144+ hdfs2(" org.mortbay.jetty:jetty:6.1.26" )
145+ hdfs2(" org.mortbay.jetty:jetty-util:6.1.26" )
146+ hdfs2(" org.mortbay.jetty:jetty-sslengine:6.1.26" )
147+ hdfs2(" org.mortbay.jetty:servlet-api:2.5-20081211" )
148+ hdfs2(" org.codehaus.jackson:jackson-mapper-asl:1.9.13" )
149+ hdfs2(" org.codehaus.jackson:jackson-core-asl:1.9.13" )
150+ hdfs2(" com.sun.jersey:jersey-servlet:1.19" )
151+ hdfs2(" com.sun.jersey:jersey-server:1.19" )
152+ hdfs2(" com.sun.jersey:jersey-core:1.19" )
141153 hdfs2(" commons-collections:commons-collections:3.2.1" )
142154 hdfs2(" commons-configuration:commons-configuration:1.6" )
143155 hdfs2(" commons-lang:commons-lang:2.6" )
0 commit comments