Skip to content

Commit e169e38

Browse files
committed
set guava strictly to 32.0.1
1 parent 9901111 commit e169e38

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

dumper/lib-ext-hive-metastore/build.gradle

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,14 @@ dependencies {
7373
strictly '2.18.0'
7474
}
7575
}
76-
77-
// Hive has many dependencies on core through LogDivertAppender, use latest version
78-
hive312RuntimeOnly("com.google.guava:guava") {
76+
hive312RuntimeOnly("com.google.protobuf:protobuf-java") {
7977
version {
80-
strictly '32.0.1-jre'
78+
strictly '3.25.5'
8179
}
8280
}
83-
84-
hive312RuntimeOnly("com.google.protobuf:protobuf-java") {
81+
hive312RuntimeOnly("com.google.guava:guava") {
8582
version {
86-
strictly '3.25.5'
83+
strictly '32.1.2-jre'
8784
}
8885
}
8986
}

dumper/lib-ext-hive-metastore/gradle.lockfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,20 @@ com.google.code.gson:gson:2.9.0=hive312RuntimeClasspath
3434
com.google.errorprone:error_prone_annotations:2.18.0=annotationProcessor,compileClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
3535
com.google.errorprone:error_prone_annotations:2.2.0=hive312RuntimeClasspath
3636
com.google.guava:failureaccess:1.0.1=annotationProcessor,compileClasspath,hive312RuntimeClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
37-
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
38-
com.google.guava:guava:32.0.1-jre=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
39-
com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
37+
com.google.guava:guava-parent:32.1.2-jre=hive312RuntimeClasspath,compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
38+
com.google.guava:guava:32.0.1-jre=testAnnotationProcessor,annotationProcessor
39+
com.google.guava:guava:32.1.2-jre=hive312RuntimeClasspath,compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
4040
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,compileClasspath,hive312RuntimeClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
4141
com.google.inject.extensions:guice-servlet:4.0=hive312RuntimeClasspath
4242
com.google.inject:guice:4.0=hive312RuntimeClasspath
43-
com.google.j2objc:j2objc-annotations:1.1=hive312RuntimeClasspath
4443
com.google.j2objc:j2objc-annotations:2.8=annotationProcessor,compileClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath
4544
com.google.protobuf:protobuf-java:3.25.5=hive312RuntimeClasspath
4645
com.google.re2j:re2j:1.1=hive312RuntimeClasspath
4746
com.jcraft:jsch:0.1.55=hive312RuntimeClasspath
4847
com.jolbox:bonecp:0.8.0.RELEASE=hive312RuntimeClasspath
4948
com.lmax:disruptor:3.3.6=hive312RuntimeClasspath
5049
com.microsoft.sqlserver:mssql-jdbc:6.2.1.jre7=hive312RuntimeClasspath
51-
com.nimbusds:nimbus-jose-jwt:9.37.3=hive312RuntimeClasspath
50+
com.nimbusds:nimbus-jose-jwt:9.31=hive312RuntimeClasspath
5251
com.ning:async-http-client:1.8.16=hive312RuntimeClasspath
5352
com.sun.jersey.contribs:jersey-guice:1.19=hive312RuntimeClasspath
5453
com.sun.jersey:jersey-client:1.19=hive312RuntimeClasspath
@@ -254,7 +253,6 @@ org.codehaus.jackson:jackson-xc:1.9.2=hive312RuntimeClasspath
254253
org.codehaus.janino:commons-compiler:2.7.6=hive312RuntimeClasspath
255254
org.codehaus.janino:janino:2.7.6=hive312RuntimeClasspath
256255
org.codehaus.jettison:jettison:1.5.4=hive312RuntimeClasspath
257-
org.codehaus.mojo:animal-sniffer-annotations:1.17=hive312RuntimeClasspath
258256
org.codehaus.woodstox:stax2-api:4.2.1=hive312RuntimeClasspath
259257
org.datanucleus:datanucleus-api-jdo:4.2.4=hive312RuntimeClasspath
260258
org.datanucleus:datanucleus-core:4.1.17=hive312RuntimeClasspath

0 commit comments

Comments
 (0)