Commit 82bffb1 1 parent 17b7996 commit 82bffb1 Copy full SHA for 82bffb1
File tree 1 file changed +7
-2
lines changed
test/fixtures/hdfs-fixture
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'
33
33
group = ' hdfs'
34
34
35
35
versions << [
36
- ' jetty' : ' 9.4.53.v20231009 '
36
+ ' jetty' : ' 9.4.55.v20240627 '
37
37
]
38
38
39
39
dependencies {
@@ -73,7 +73,12 @@ dependencies {
73
73
api " commons-net:commons-net:3.11.1"
74
74
api " ch.qos.logback:logback-core:1.5.6"
75
75
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
+ }
77
82
runtimeOnly " com.google.guava:guava:${ versions.guava} "
78
83
runtimeOnly(" com.squareup.okhttp3:okhttp:4.12.0" ) {
79
84
exclude group : " com.squareup.okio"
You can’t perform that action at this time.
0 commit comments