Skip to content

Commit

Permalink
Exclude protobuf-java version included with hadoop-minicluster (#7480) (
Browse files Browse the repository at this point in the history
#7486)

Signed-off-by: Marc Handalian <[email protected]>
  • Loading branch information
mch2 authored May 9, 2023
1 parent 66e07ba commit 7e95696
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ asm = 9.5
woodstox = 6.4.0
kotlin = 1.7.10
guava = 31.1-jre
protobuf = 3.22.3

# when updating the JNA version, also update the version in buildSrc/build.gradle
jna = 5.5.0
Expand Down
2 changes: 2 additions & 0 deletions test/fixtures/hdfs-fixture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies {
exclude module: 'jettison'
exclude module: 'netty'
exclude module: 'guava'
exclude module: 'protobuf-java'
exclude group: 'org.codehaus.jackson'
}

Expand All @@ -53,6 +54,7 @@ dependencies {
api 'net.minidev:json-smart:2.4.8'
api 'org.apache.zookeeper:zookeeper:3.8.0'
api "org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}"
api "com.google.protobuf:protobuf-java:${versions.protobuf}"
api "org.eclipse.jetty:jetty-server:${versions.jetty}"
api "org.eclipse.jetty.websocket:javax-websocket-server-impl:${versions.jetty}"
runtimeOnly "com.google.guava:guava:${versions.guava}"
Expand Down

0 comments on commit 7e95696

Please sign in to comment.