File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
test/fixtures/hdfs-fixture Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ dependencies {
52
52
exclude module : " logback-classic"
53
53
exclude module : " avro"
54
54
exclude group : ' org.apache.kerby'
55
+ exclude group : ' com.nimbusds'
56
+ exclude module : " commons-configuration2"
55
57
}
56
58
api " org.codehaus.jettison:jettison:${ versions.jettison} "
57
59
api " org.apache.commons:commons-compress:${ versions.commonscompress} "
@@ -75,6 +77,8 @@ dependencies {
75
77
api " ch.qos.logback:logback-classic:1.2.13"
76
78
api " org.jboss.xnio:xnio-nio:3.8.16.Final"
77
79
api ' org.jline:jline:3.26.2'
80
+ api ' org.apache.commons:commons-configuration2:2.11.0'
81
+ api ' com.nimbusds:nimbus-jose-jwt:9.40'
78
82
api (' org.apache.kerby:kerb-admin:2.0.3' ) {
79
83
exclude group : " org.jboss.xnio"
80
84
exclude group : " org.jline"
You can’t perform that action at this time.
0 commit comments