Skip to content

Commit 0848525

Browse files
authored
Fix hdfs-fixture hadoop-minicluster dependencies are not being updated / false positive reports on CVEs (#14732)
Signed-off-by: Andriy Redko <[email protected]>
1 parent 9234a42 commit 0848525

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/fixtures/hdfs-fixture/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ dependencies {
5252
exclude module: "logback-classic"
5353
exclude module: "avro"
5454
exclude group: 'org.apache.kerby'
55+
exclude group: 'com.nimbusds'
56+
exclude module: "commons-configuration2"
5557
}
5658
api "org.codehaus.jettison:jettison:${versions.jettison}"
5759
api "org.apache.commons:commons-compress:${versions.commonscompress}"
@@ -75,6 +77,8 @@ dependencies {
7577
api "ch.qos.logback:logback-classic:1.2.13"
7678
api "org.jboss.xnio:xnio-nio:3.8.16.Final"
7779
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'
7882
api ('org.apache.kerby:kerb-admin:2.0.3') {
7983
exclude group: "org.jboss.xnio"
8084
exclude group: "org.jline"

0 commit comments

Comments
 (0)