File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
test/fixtures/hdfs-fixture Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ apply plugin: 'opensearch.java'
3333group = ' hdfs'
3434
3535versions << [
36- ' jetty' : ' 9.4.53.v20231009 '
36+ ' jetty' : ' 9.4.55.v20240627 '
3737]
3838
3939dependencies {
@@ -73,7 +73,12 @@ dependencies {
7373 api " commons-net:commons-net:3.11.1"
7474 api " ch.qos.logback:logback-core:1.5.6"
7575 api " ch.qos.logback:logback-classic:1.2.13"
76- api ' org.apache.kerby:kerb-admin:2.0.3'
76+ api " org.jboss.xnio:xnio-nio:3.8.16.Final"
77+ api ' org.jline:jline:3.26.2'
78+ api (' org.apache.kerby:kerb-admin:2.0.3' ) {
79+ exclude group : " org.jboss.xnio"
80+ exclude group : " org.jline"
81+ }
7782 runtimeOnly " com.google.guava:guava:${ versions.guava} "
7883 runtimeOnly(" com.squareup.okhttp3:okhttp:4.12.0" ) {
7984 exclude group : " com.squareup.okio"
You can’t perform that action at this time.
0 commit comments