Skip to content

Commit

Permalink
Fix HDFS fixture by excluding BouncyCastle (#8359) (#8362)
Browse files Browse the repository at this point in the history
BouncyCastle excluded from the HDFS test fixture


(cherry picked from commit 22cb650)

Signed-off-by: Andrey Pleskach <ples@aiven.io>
  • Loading branch information
willyborankin committed Jun 30, 2023
1 parent 07a0b67 commit fed54ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/fixtures/hdfs-fixture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ dependencies {
exclude module: 'netty'
exclude module: 'guava'
exclude group: 'org.codehaus.jackson'
exclude group: "org.bouncycastle"
}
api "org.codehaus.jettison:jettison:${versions.jettison}"
api "org.apache.commons:commons-compress:1.23.0"
api "commons-codec:commons-codec:${versions.commonscodec}"
api "org.apache.logging.log4j:log4j-core:${versions.log4j}"
api "io.netty:netty-all:${versions.netty}"
api 'com.google.code.gson:gson:2.9.0'
api "org.bouncycastle:bcpkix-jdk15to18:${versions.bouncycastle}"
api "com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:${versions.jackson}"
api "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
api "com.fasterxml.woodstox:woodstox-core:${versions.woodstox}"
Expand All @@ -64,4 +64,5 @@ dependencies {
api "org.apache.commons:commons-text:1.10.0"
api "commons-net:commons-net:3.9.0"
runtimeOnly "com.google.guava:guava:${versions.guava}"

}

0 comments on commit fed54ea

Please sign in to comment.