diff --git a/dumper/lib-ext-hive-metastore/build.gradle b/dumper/lib-ext-hive-metastore/build.gradle index bdaeb2939..963e0fa6d 100644 --- a/dumper/lib-ext-hive-metastore/build.gradle +++ b/dumper/lib-ext-hive-metastore/build.gradle @@ -73,12 +73,16 @@ dependencies { strictly '2.18.0' } } - hive312RuntimeOnly("com.google.protobuf:protobuf-java") { version { strictly '3.25.5' } } + hive312RuntimeOnly("com.google.guava:guava") { + version { + strictly '32.1.2-jre' + } + } } dependencyLocking { diff --git a/dumper/lib-ext-hive-metastore/gradle.lockfile b/dumper/lib-ext-hive-metastore/gradle.lockfile index e2c451c43..82af45e0f 100644 --- a/dumper/lib-ext-hive-metastore/gradle.lockfile +++ b/dumper/lib-ext-hive-metastore/gradle.lockfile @@ -34,14 +34,12 @@ com.google.code.gson:gson:2.9.0=hive312RuntimeClasspath com.google.errorprone:error_prone_annotations:2.18.0=annotationProcessor,compileClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath com.google.errorprone:error_prone_annotations:2.2.0=hive312RuntimeClasspath com.google.guava:failureaccess:1.0.1=annotationProcessor,compileClasspath,hive312RuntimeClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath -com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath -com.google.guava:guava:27.0.1-jre=hive312RuntimeClasspath -com.google.guava:guava:32.0.1-jre=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor -com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath +com.google.guava:guava-parent:32.1.2-jre=hive312RuntimeClasspath,compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath +com.google.guava:guava:32.0.1-jre=testAnnotationProcessor,annotationProcessor +com.google.guava:guava:32.1.2-jre=hive312RuntimeClasspath,compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,compileClasspath,hive312RuntimeClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath com.google.inject.extensions:guice-servlet:4.0=hive312RuntimeClasspath com.google.inject:guice:4.0=hive312RuntimeClasspath -com.google.j2objc:j2objc-annotations:1.1=hive312RuntimeClasspath com.google.j2objc:j2objc-annotations:2.8=annotationProcessor,compileClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath com.google.protobuf:protobuf-java:3.25.5=hive312RuntimeClasspath com.google.re2j:re2j:1.1=hive312RuntimeClasspath @@ -49,7 +47,7 @@ com.jcraft:jsch:0.1.55=hive312RuntimeClasspath com.jolbox:bonecp:0.8.0.RELEASE=hive312RuntimeClasspath com.lmax:disruptor:3.3.6=hive312RuntimeClasspath com.microsoft.sqlserver:mssql-jdbc:6.2.1.jre7=hive312RuntimeClasspath -com.nimbusds:nimbus-jose-jwt:9.37.3=hive312RuntimeClasspath +com.nimbusds:nimbus-jose-jwt:9.31=hive312RuntimeClasspath com.ning:async-http-client:1.8.16=hive312RuntimeClasspath com.sun.jersey.contribs:jersey-guice:1.19=hive312RuntimeClasspath com.sun.jersey:jersey-client:1.19=hive312RuntimeClasspath @@ -255,7 +253,6 @@ org.codehaus.jackson:jackson-xc:1.9.2=hive312RuntimeClasspath org.codehaus.janino:commons-compiler:2.7.6=hive312RuntimeClasspath org.codehaus.janino:janino:2.7.6=hive312RuntimeClasspath org.codehaus.jettison:jettison:1.5.4=hive312RuntimeClasspath -org.codehaus.mojo:animal-sniffer-annotations:1.17=hive312RuntimeClasspath org.codehaus.woodstox:stax2-api:4.2.1=hive312RuntimeClasspath org.datanucleus:datanucleus-api-jdo:4.2.4=hive312RuntimeClasspath org.datanucleus:datanucleus-core:4.1.17=hive312RuntimeClasspath