Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions dumper/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ dependencies {
implementation libs.dnsjava // explicit version for vulnerabilities update
implementation libs.nimbus.jose.jwt // explicit version for vulnerabilities update
implementation libs.zookeeper // explicit version for vulnerabilities update
implementation libs.common.configuration2 // explicit version for vulnerabilities update

implementation libs.hadoop.hdfs.client
implementation(libs.harawata.appdirs) {
Expand Down Expand Up @@ -293,9 +294,9 @@ distributions {
from(generateLicenseReport) {
into "docs/licenses"
}
// from(generateSourceMirror) {
// into "docs/sources"
// }
from(generateSourceMirror) {
into "docs/sources"
}
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions dumper/app/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ com.google.protobuf:protobuf-java:3.25.8=compileClasspath,runtimeClasspath,testC
com.google.re2j:re2j:1.8=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.googlecode.json-simple:json-simple:1.1.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.jcraft:jsch:0.1.55=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.nimbusds:nimbus-jose-jwt:9.37.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.nimbusds:nimbus-jose-jwt:10.5=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.sun.jersey:jersey-core:1.19.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.sun.jersey:jersey-server:1.19.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.sun.jersey:jersey-servlet:1.19.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
Expand Down Expand Up @@ -181,7 +181,7 @@ org.apache.arrow:arrow-vector:17.0.0=compileClasspath,runtimeClasspath,testCompi
org.apache.avro:avro:1.11.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.apache.commons:commons-compress:1.26.2=compileClasspath,runtimeClasspath
org.apache.commons:commons-compress:1.27.1=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.apache.commons:commons-configuration2:2.8.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.apache.commons:commons-configuration2:2.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.apache.commons:commons-csv:1.13.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.apache.commons:commons-math3:3.6.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
Expand Down
1 change: 1 addition & 0 deletions dumper/lib-ext-hive-metastore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ dependencies {
hive312RuntimeOnly libs.dnsjava // explicit version for vulnerabilities update
hive312RuntimeOnly libs.nimbus.jose.jwt // explicit version for vulnerabilities update
hive312RuntimeOnly libs.zookeeper // explicit version for vulnerabilities update
hive312RuntimeOnly libs.common.configuration2 // explicit version for vulnerabilities update

// For HiveServer2
hive312RuntimeOnly libs.tez.common
Expand Down
6 changes: 3 additions & 3 deletions dumper/lib-ext-hive-metastore/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ com.fasterxml.woodstox:woodstox-core:5.4.0=hive312RuntimeClasspath
com.github.joshelser:dropwizard-metrics-hadoop-metrics2-reporter:0.1.2=hive312RuntimeClasspath
com.github.pjfanning:jersey-json:1.20=hive312RuntimeClasspath
com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1=hive312RuntimeClasspath
com.github.stephenc.jcip:jcip-annotations:1.0-1=compileClasspath,hive312RuntimeClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.github.stephenc.jcip:jcip-annotations:1.0-1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
com.google.auto.service:auto-service-annotations:1.1.1=annotationProcessor,compileClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath
com.google.auto.service:auto-service:1.1.1=annotationProcessor,compileClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath
com.google.auto.value:auto-value-annotations:1.11.0=compileClasspath,testCompileClasspath,testFixturesCompileClasspath
Expand All @@ -47,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.4=hive312RuntimeClasspath
com.nimbusds:nimbus-jose-jwt:10.5=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
Expand Down Expand Up @@ -130,7 +130,7 @@ org.apache.calcite:calcite-druid:1.16.0=hive312RuntimeClasspath
org.apache.calcite:calcite-linq4j:1.16.0=hive312RuntimeClasspath
org.apache.commons:commons-collections4:4.1=hive312RuntimeClasspath
org.apache.commons:commons-compress:1.26.2=hive312RuntimeClasspath
org.apache.commons:commons-configuration2:2.8.0=hive312RuntimeClasspath
org.apache.commons:commons-configuration2:2.12.0=hive312RuntimeClasspath
org.apache.commons:commons-crypto:1.0.0=hive312RuntimeClasspath
org.apache.commons:commons-lang3:3.14.0=hive312RuntimeClasspath
org.apache.commons:commons-lang3:3.18.0=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
Expand Down
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@ commons-beanutils = "1.11.0"
jetty-server = "9.4.58.v20250814"
netty-handler = "4.1.127.Final"
dnsjava = "3.6.3"
nimbus-jose-jwt = "9.37.4"
nimbus-jose-jwt = "10.5"
io-grpc = "1.76.0"
xerces = "2.12.2"
zookeeper = "3.9.4"
common-configuration2 = "2.12.0"

[libraries]
apache-avro = { module = "org.apache.avro:avro", version.ref = "apache-avro" }
Expand Down Expand Up @@ -119,6 +120,7 @@ gradle-license-report = { module = "com.github.jk1:gradle-license-report", versi
guava = { module = "com.google.guava:guava", version.ref = "guava" }
hadoop-auth = { module = "org.apache.hadoop:hadoop-auth", version.ref = "hadoop"}
hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "hadoop" }
common-configuration2 = { module = "org.apache.commons:commons-configuration2", version.ref = "common-configuration2" }
nimbus-jose-jwt = { module = "com.nimbusds:nimbus-jose-jwt", version.ref = "nimbus-jose-jwt" }
dnsjava = { module = "dnsjava:dnsjava", version.ref = "dnsjava" }
commons-beanutils = { module = "commons-beanutils:commons-beanutils", version.ref = "commons-beanutils" }
Expand Down