Skip to content

Commit 7f1bf53

Browse files
add tcnative deps into lockfiles
1 parent d315c93 commit 7f1bf53

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

dumper/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@ distributions {
293293
from(generateLicenseReport) {
294294
into "docs/licenses"
295295
}
296-
from(generateSourceMirror) {
297-
into "docs/sources"
298-
}
296+
// from(generateSourceMirror) {
297+
// into "docs/sources"
298+
// }
299299
}
300300
}
301301
}

dumper/app/gradle.lockfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ com.google.errorprone:error_prone_annotations:2.18.0=annotationProcessor,testAnn
7171
com.google.errorprone:error_prone_annotations:2.38.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
7272
com.google.flatbuffers:flatbuffers-java:24.3.25=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
7373
com.google.guava:failureaccess:1.0.1=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor,testFixturesCompileClasspath
74-
com.google.guava:failureaccess:1.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
74+
com.google.guava:failureaccess:1.0.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
7575
com.google.guava:guava-parent:32.1.2-jre=testFixturesCompileClasspath
7676
com.google.guava:guava:32.0.1-jre=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
7777
com.google.guava:guava:32.1.2-jre=testFixturesCompileClasspath
78-
com.google.guava:guava:33.4.0-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
78+
com.google.guava:guava:33.4.8-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
7979
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,compileClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
8080
com.google.http-client:google-http-client-apache-v2:1.47.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
8181
com.google.http-client:google-http-client-appengine:1.47.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
@@ -87,7 +87,7 @@ com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,runtimeClasspath,tes
8787
com.google.oauth-client:google-oauth-client:1.39.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
8888
com.google.protobuf:protobuf-java-util:3.25.8=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
8989
com.google.protobuf:protobuf-java:3.25.8=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
90-
com.google.re2j:re2j:1.8=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath,compileClasspath,testCompileClasspath
90+
com.google.re2j:re2j:1.8=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9191
com.googlecode.json-simple:json-simple:1.1.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9292
com.jcraft:jsch:0.1.55=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9393
com.nimbusds:nimbus-jose-jwt:9.37.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
@@ -129,6 +129,8 @@ io.netty:netty-codec:4.1.127.Final=compileClasspath,runtimeClasspath,testCompile
129129
io.netty:netty-common:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
130130
io.netty:netty-handler:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
131131
io.netty:netty-resolver:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
132+
io.netty:netty-tcnative-boringssl-static:2.0.70.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
133+
io.netty:netty-tcnative-classes:2.0.70.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
132134
io.netty:netty-transport-classes-epoll:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
133135
io.netty:netty-transport-native-epoll:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
134136
io.netty:netty-transport-native-unix-common:4.1.127.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
@@ -247,6 +249,7 @@ org.jacoco:org.jacoco.core:0.8.11=jacocoAnt
247249
org.jacoco:org.jacoco.report:0.8.11=jacocoAnt
248250
org.jline:jline:3.22.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
249251
org.json:json:20250517=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
252+
org.jspecify:jspecify:1.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
250253
org.junit.jupiter:junit-jupiter-api:5.9.1=testRuntimeClasspath
251254
org.junit.platform:junit-platform-commons:1.9.1=testRuntimeClasspath
252255
org.junit:junit-bom:5.9.1=testRuntimeClasspath

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ io.netty:netty-transport-native-epoll:4.1.127.Final=hive312RuntimeClasspath
8989
io.netty:netty-transport-native-unix-common:4.1.127.Final=hive312RuntimeClasspath
9090
io.netty:netty-transport:4.1.127.Final=hive312RuntimeClasspath
9191
io.netty:netty:3.10.5.Final=hive312RuntimeClasspath
92+
io.netty:netty-tcnative-boringssl-static:2.0.70.Final=hive312RuntimeClasspath
93+
io.netty:netty-tcnative-classes:2.0.70.Final=hive312RuntimeClasspath
9294
jakarta.activation:jakarta.activation-api:1.2.2=hive312RuntimeClasspath
9395
jakarta.annotation:jakarta.annotation-api:2.1.1=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
9496
jakarta.servlet:jakarta.servlet-api:5.0.0=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)