mirror of
https://github.com/google/nomulus
synced 2026-01-06 05:27:13 +00:00
Remove some dead gradle code (#2358)
runtime is not actually a predefined confiugration and it doesn't affect the runtime classpath in anyway. See: https://docs.gradle.org/current/userguide/java_plugin.html#tab:configurations
This commit is contained in:
11
build.gradle
11
build.gradle
@@ -360,17 +360,6 @@ subprojects {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 'listenablefuture' is folded into guava since v32. This block is required
|
|
||||||
// until all transitive dependencies have upgraded past guava v32.
|
|
||||||
// TODO(periodically): remove this block and see if build succeeds.
|
|
||||||
configurations.all {
|
|
||||||
resolutionStrategy
|
|
||||||
.capabilitiesResolution
|
|
||||||
.withCapability("com.google.guava:listenablefuture") {
|
|
||||||
select("com.google.guava:guava:0")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Set up all of the deployment projects.
|
// Set up all of the deployment projects.
|
||||||
if (services.contains(project.path)) {
|
if (services.contains(project.path)) {
|
||||||
|
|
||||||
|
|||||||
@@ -9,15 +9,15 @@ com.github.ben-manes.caffeine:caffeine:3.0.5=annotationProcessor
|
|||||||
com.github.kevinstern:software-and-algorithms:1.0=annotationProcessor
|
com.github.kevinstern:software-and-algorithms:1.0=annotationProcessor
|
||||||
com.google.android:annotations:4.1.1.4=buildScriptClasspath
|
com.google.android:annotations:4.1.1.4=buildScriptClasspath
|
||||||
com.google.api-client:google-api-client:2.3.0=buildScriptClasspath,compileClasspath
|
com.google.api-client:google-api-client:2.3.0=buildScriptClasspath,compileClasspath
|
||||||
com.google.api.grpc:gapic-google-cloud-storage-v2:2.34.0-alpha=buildScriptClasspath,compileClasspath
|
com.google.api.grpc:gapic-google-cloud-storage-v2:2.35.0-alpha=buildScriptClasspath,compileClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-storage-v2:2.34.0-alpha=buildScriptClasspath,compileClasspath
|
com.google.api.grpc:grpc-google-cloud-storage-v2:2.35.0-alpha=buildScriptClasspath,compileClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-storage-v2:2.34.0-alpha=buildScriptClasspath,compileClasspath
|
com.google.api.grpc:proto-google-cloud-storage-v2:2.35.0-alpha=buildScriptClasspath,compileClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.34.0=buildScriptClasspath,compileClasspath
|
com.google.api.grpc:proto-google-common-protos:2.36.0=buildScriptClasspath,compileClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.29.0=buildScriptClasspath,compileClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.31.0=buildScriptClasspath,compileClasspath
|
||||||
com.google.api:api-common:2.26.0=buildScriptClasspath,compileClasspath
|
com.google.api:api-common:2.28.0=buildScriptClasspath,compileClasspath
|
||||||
com.google.api:gax-grpc:2.43.0=buildScriptClasspath,compileClasspath
|
com.google.api:gax-grpc:2.45.0=buildScriptClasspath,compileClasspath
|
||||||
com.google.api:gax-httpjson:2.43.0=buildScriptClasspath,compileClasspath
|
com.google.api:gax-httpjson:2.45.0=buildScriptClasspath,compileClasspath
|
||||||
com.google.api:gax:2.43.0=buildScriptClasspath,compileClasspath
|
com.google.api:gax:2.45.0=buildScriptClasspath,compileClasspath
|
||||||
com.google.apis:google-api-services-storage:v1-rev20240209-2.0.0=buildScriptClasspath,compileClasspath
|
com.google.apis:google-api-services-storage:v1-rev20240209-2.0.0=buildScriptClasspath,compileClasspath
|
||||||
com.google.auth:google-auth-library-credentials:1.23.0=buildScriptClasspath,compileClasspath
|
com.google.auth:google-auth-library-credentials:1.23.0=buildScriptClasspath,compileClasspath
|
||||||
com.google.auth:google-auth-library-oauth2-http:1.23.0=buildScriptClasspath,compileClasspath
|
com.google.auth:google-auth-library-oauth2-http:1.23.0=buildScriptClasspath,compileClasspath
|
||||||
@@ -26,10 +26,10 @@ com.google.auto.value:auto-value-annotations:1.10.4=buildScriptClasspath,compile
|
|||||||
com.google.auto.value:auto-value-annotations:1.9=annotationProcessor
|
com.google.auto.value:auto-value-annotations:1.9=annotationProcessor
|
||||||
com.google.auto.value:auto-value:1.10.4=annotationProcessor
|
com.google.auto.value:auto-value:1.10.4=annotationProcessor
|
||||||
com.google.auto:auto-common:1.2.1=annotationProcessor
|
com.google.auto:auto-common:1.2.1=annotationProcessor
|
||||||
com.google.cloud:google-cloud-core-grpc:2.33.0=buildScriptClasspath,compileClasspath
|
com.google.cloud:google-cloud-core-grpc:2.35.0=buildScriptClasspath,compileClasspath
|
||||||
com.google.cloud:google-cloud-core-http:2.33.0=buildScriptClasspath,compileClasspath
|
com.google.cloud:google-cloud-core-http:2.35.0=buildScriptClasspath,compileClasspath
|
||||||
com.google.cloud:google-cloud-core:2.33.0=buildScriptClasspath,compileClasspath
|
com.google.cloud:google-cloud-core:2.35.0=buildScriptClasspath,compileClasspath
|
||||||
com.google.cloud:google-cloud-storage:2.34.0=buildScriptClasspath,compileClasspath
|
com.google.cloud:google-cloud-storage:2.35.0=buildScriptClasspath,compileClasspath
|
||||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,buildScriptClasspath,compileClasspath
|
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,buildScriptClasspath,compileClasspath
|
||||||
com.google.code.gson:gson:2.10.1=buildScriptClasspath,compileClasspath
|
com.google.code.gson:gson:2.10.1=buildScriptClasspath,compileClasspath
|
||||||
com.google.common.html.types:types:1.0.6=buildScriptClasspath,compileClasspath
|
com.google.common.html.types:types:1.0.6=buildScriptClasspath,compileClasspath
|
||||||
@@ -66,22 +66,22 @@ com.ibm.icu:icu4j:57.1=buildScriptClasspath,compileClasspath
|
|||||||
commons-codec:commons-codec:1.16.1=buildScriptClasspath,compileClasspath
|
commons-codec:commons-codec:1.16.1=buildScriptClasspath,compileClasspath
|
||||||
io.github.eisop:dataflow-errorprone:3.34.0-eisop1=annotationProcessor
|
io.github.eisop:dataflow-errorprone:3.34.0-eisop1=annotationProcessor
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=annotationProcessor
|
io.github.java-diff-utils:java-diff-utils:4.12=annotationProcessor
|
||||||
io.grpc:grpc-alts:1.61.1=buildScriptClasspath,compileClasspath
|
io.grpc:grpc-alts:1.62.2=buildScriptClasspath,compileClasspath
|
||||||
io.grpc:grpc-api:1.61.1=buildScriptClasspath,compileClasspath
|
io.grpc:grpc-api:1.62.2=buildScriptClasspath,compileClasspath
|
||||||
io.grpc:grpc-auth:1.61.1=buildScriptClasspath,compileClasspath
|
io.grpc:grpc-auth:1.62.2=buildScriptClasspath,compileClasspath
|
||||||
io.grpc:grpc-context:1.61.1=buildScriptClasspath,compileClasspath
|
io.grpc:grpc-context:1.62.2=buildScriptClasspath,compileClasspath
|
||||||
io.grpc:grpc-core:1.61.1=buildScriptClasspath,compileClasspath
|
io.grpc:grpc-core:1.62.2=buildScriptClasspath,compileClasspath
|
||||||
io.grpc:grpc-googleapis:1.61.1=buildScriptClasspath
|
io.grpc:grpc-googleapis:1.62.2=buildScriptClasspath
|
||||||
io.grpc:grpc-grpclb:1.61.1=buildScriptClasspath,compileClasspath
|
io.grpc:grpc-grpclb:1.62.2=buildScriptClasspath,compileClasspath
|
||||||
io.grpc:grpc-inprocess:1.61.1=buildScriptClasspath,compileClasspath
|
io.grpc:grpc-inprocess:1.62.2=buildScriptClasspath,compileClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.61.1=buildScriptClasspath
|
io.grpc:grpc-netty-shaded:1.62.2=buildScriptClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.61.1=buildScriptClasspath
|
io.grpc:grpc-protobuf-lite:1.62.2=buildScriptClasspath
|
||||||
io.grpc:grpc-protobuf:1.61.1=buildScriptClasspath,compileClasspath
|
io.grpc:grpc-protobuf:1.62.2=buildScriptClasspath,compileClasspath
|
||||||
io.grpc:grpc-rls:1.61.1=buildScriptClasspath
|
io.grpc:grpc-rls:1.62.2=buildScriptClasspath
|
||||||
io.grpc:grpc-services:1.61.1=buildScriptClasspath
|
io.grpc:grpc-services:1.62.2=buildScriptClasspath
|
||||||
io.grpc:grpc-stub:1.61.1=buildScriptClasspath,compileClasspath
|
io.grpc:grpc-stub:1.62.2=buildScriptClasspath,compileClasspath
|
||||||
io.grpc:grpc-util:1.61.1=buildScriptClasspath
|
io.grpc:grpc-util:1.62.2=buildScriptClasspath
|
||||||
io.grpc:grpc-xds:1.61.1=buildScriptClasspath
|
io.grpc:grpc-xds:1.62.2=buildScriptClasspath
|
||||||
io.opencensus:opencensus-api:0.31.1=buildScriptClasspath,compileClasspath
|
io.opencensus:opencensus-api:0.31.1=buildScriptClasspath,compileClasspath
|
||||||
io.opencensus:opencensus-contrib-http-util:0.31.1=buildScriptClasspath,compileClasspath
|
io.opencensus:opencensus-contrib-http-util:0.31.1=buildScriptClasspath,compileClasspath
|
||||||
io.opencensus:opencensus-proto:0.2.0=buildScriptClasspath
|
io.opencensus:opencensus-proto:0.2.0=buildScriptClasspath
|
||||||
|
|||||||
@@ -85,12 +85,6 @@ sourceSets {
|
|||||||
java {
|
java {
|
||||||
compileClasspath += nonprod.output
|
compileClasspath += nonprod.output
|
||||||
runtimeClasspath += nonprod.output
|
runtimeClasspath += nonprod.output
|
||||||
|
|
||||||
// Javadoc API is deprecated in Java 11 and removed in Java 12.
|
|
||||||
// TODO(jianglai): re-enable after migrating to the new Javadoc API
|
|
||||||
if ((JavaVersion.current().majorVersion as Integer) >= 11) {
|
|
||||||
exclude 'google/registry/documentation/**'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
resources {
|
resources {
|
||||||
exclude '**/*.xjb', '**/*.xsd'
|
exclude '**/*.xjb', '**/*.xsd'
|
||||||
@@ -110,10 +104,8 @@ configurations {
|
|||||||
devtool
|
devtool
|
||||||
|
|
||||||
nonprodImplementation.extendsFrom implementation
|
nonprodImplementation.extendsFrom implementation
|
||||||
nonprodRuntime.extendsFrom runtime
|
|
||||||
|
|
||||||
testImplementation.extendsFrom nonprodImplementation
|
testImplementation.extendsFrom nonprodImplementation
|
||||||
testRuntimeOnly.extendsFrom nonprodRuntime
|
|
||||||
|
|
||||||
// Published jars that are used for server/schema compatibility tests.
|
// Published jars that are used for server/schema compatibility tests.
|
||||||
// See <a href="../integration/README.md">the integration project</a>
|
// See <a href="../integration/README.md">the integration project</a>
|
||||||
@@ -174,7 +166,6 @@ dependencies {
|
|||||||
implementation deps['com.google.dagger:dagger']
|
implementation deps['com.google.dagger:dagger']
|
||||||
implementation deps['com.google.errorprone:error_prone_annotations']
|
implementation deps['com.google.errorprone:error_prone_annotations']
|
||||||
implementation deps['com.google.flogger:flogger']
|
implementation deps['com.google.flogger:flogger']
|
||||||
runtime deps['com.google.flogger:flogger-system-backend']
|
|
||||||
implementation deps['com.google.guava:guava']
|
implementation deps['com.google.guava:guava']
|
||||||
implementation deps['com.google.protobuf:protobuf-java']
|
implementation deps['com.google.protobuf:protobuf-java']
|
||||||
// Might need to add this back if we re-add nebula-lint
|
// Might need to add this back if we re-add nebula-lint
|
||||||
@@ -201,7 +192,7 @@ dependencies {
|
|||||||
implementation deps['com.zaxxer:HikariCP']
|
implementation deps['com.zaxxer:HikariCP']
|
||||||
implementation deps['com.squareup.okhttp3:okhttp']
|
implementation deps['com.squareup.okhttp3:okhttp']
|
||||||
implementation deps['dnsjava:dnsjava']
|
implementation deps['dnsjava:dnsjava']
|
||||||
runtime deps['guru.nidi:graphviz-java-all-j2v8']
|
testRuntimeOnly deps['guru.nidi:graphviz-java-all-j2v8']
|
||||||
testImplementation deps['io.github.classgraph:classgraph']
|
testImplementation deps['io.github.classgraph:classgraph']
|
||||||
testRuntimeOnly deps['io.github.java-diff-utils:java-diff-utils']
|
testRuntimeOnly deps['io.github.java-diff-utils:java-diff-utils']
|
||||||
testImplementation deps['javax.annotation:javax.annotation-api']
|
testImplementation deps['javax.annotation:javax.annotation-api']
|
||||||
@@ -235,7 +226,6 @@ dependencies {
|
|||||||
implementation deps['org.bouncycastle:bcpkix-jdk15on']
|
implementation deps['org.bouncycastle:bcpkix-jdk15on']
|
||||||
implementation deps['org.bouncycastle:bcprov-jdk15on']
|
implementation deps['org.bouncycastle:bcprov-jdk15on']
|
||||||
testImplementation deps['com.fasterxml.jackson.core:jackson-databind']
|
testImplementation deps['com.fasterxml.jackson.core:jackson-databind']
|
||||||
runtime deps['org.glassfish.jaxb:jaxb-runtime']
|
|
||||||
implementation deps['org.hibernate:hibernate-core']
|
implementation deps['org.hibernate:hibernate-core']
|
||||||
implementation deps['org.hibernate:hibernate-hikaricp']
|
implementation deps['org.hibernate:hibernate-hikaricp']
|
||||||
implementation deps['org.joda:joda-money']
|
implementation deps['org.joda:joda-money']
|
||||||
@@ -301,7 +291,6 @@ dependencies {
|
|||||||
testImplementation deps['org.junit.platform:junit-platform-suite-api']
|
testImplementation deps['org.junit.platform:junit-platform-suite-api']
|
||||||
testImplementation deps['org.mockito:mockito-core']
|
testImplementation deps['org.mockito:mockito-core']
|
||||||
testImplementation deps['org.mockito:mockito-junit-jupiter']
|
testImplementation deps['org.mockito:mockito-junit-jupiter']
|
||||||
runtime deps['org.postgresql:postgresql']
|
|
||||||
|
|
||||||
// Indirect dependency found by undeclared-dependency check. Such
|
// Indirect dependency found by undeclared-dependency check. Such
|
||||||
// dependencies should go after all other implementation and testImplementation
|
// dependencies should go after all other implementation and testImplementation
|
||||||
|
|||||||
@@ -21,9 +21,9 @@ com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,deploy_jar,nonprodComp
|
|||||||
com.fasterxml:classmate:1.5.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml:classmate:1.5.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:3.0.5=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
com.github.ben-manes.caffeine:caffeine:3.0.5=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
||||||
com.github.ben-manes.caffeine:caffeine:3.1.8=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:3.1.8=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-api:3.3.5=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-api:3.3.6=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport-zerodep:3.3.5=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport-zerodep:3.3.6=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport:3.3.5=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport:3.3.6=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jffi:1.3.12=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.jnr:jffi:1.3.12=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jnr-a64asm:1.0.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.jnr:jnr-a64asm:1.0.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jnr-constants:0.10.4=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.jnr:jnr-constants:0.10.4=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -39,7 +39,7 @@ com.google.api-client:google-api-client-jackson2:2.0.1=compileClasspath,deploy_j
|
|||||||
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:gapic-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:gapic-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.172.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.172.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -49,7 +49,7 @@ com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.12.20=compileClasspath,dep
|
|||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.56.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.56.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-common-protos:2.30.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-common-protos:2.30.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -62,22 +62,22 @@ com.google.api.grpc:proto-google-cloud-monitoring-v3:1.64.0=compileClasspath,non
|
|||||||
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.34.0=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.34.0=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.108.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.108.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.12.20=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.12.20=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.36.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.37.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.36.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.37.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-executor-v1:6.56.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-executor-v1:6.56.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-v1:6.56.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-v1:6.56.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.36.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.37.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.126.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.127.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.126.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.127.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.34.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.36.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.29.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.31.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.26.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.28.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.43.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.45.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:2.43.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:2.45.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.43.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax:2.45.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-appengine:v1-rev20240226-2.0.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-appengine:v1-rev20240226-2.0.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-bigquery:v2-rev20230812-2.0.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-bigquery:v2-rev20230812-2.0.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -95,8 +95,8 @@ com.google.apis:google-api-services-sheets:v4-rev20230815-2.0.0=compileClasspath
|
|||||||
com.google.apis:google-api-services-sqladmin:v1beta4-rev20240205-2.0.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-sqladmin:v1beta4-rev20240205-2.0.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-storage:v1-rev20240209-2.0.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-storage:v1-rev20240209-2.0.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-api-1.0-sdk:1.9.86=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath
|
com.google.appengine:appengine-api-1.0-sdk:1.9.86=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath
|
||||||
com.google.appengine:appengine-api-1.0-sdk:2.0.24=testCompileClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-1.0-sdk:2.0.25=testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-api-stubs:2.0.24=testCompileClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-stubs:2.0.25=testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-testing:1.9.86=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-testing:1.9.86=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-credentials:1.23.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-credentials:1.23.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-oauth2-http:1.23.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-oauth2-http:1.23.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -117,23 +117,23 @@ com.google.cloud.sql:postgres-socket-factory:1.16.0=deploy_jar,runtimeClasspath,
|
|||||||
com.google.cloud:google-cloud-bigquerystorage:3.0.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigquerystorage:3.0.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable-stats:2.31.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable-stats:2.31.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable:2.31.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable:2.31.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-grpc:2.33.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-grpc:2.35.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-http:2.33.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-http:2.35.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core:2.33.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core:2.35.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-firestore:3.16.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-firestore:3.16.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:1.82.0=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
com.google.cloud:google-cloud-monitoring:1.82.0=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:3.34.0=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-monitoring:3.34.0=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-nio:0.127.13=testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-nio:0.127.14=testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsub:1.126.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsub:1.126.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsublite:1.12.20=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsublite:1.12.20=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-secretmanager:2.36.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-secretmanager:2.37.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-spanner:6.56.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-spanner:6.56.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-storage:2.34.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-storage:2.35.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-tasks:2.36.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-tasks:2.37.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:grpc-gcp:1.5.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:grpc-gcp:1.5.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.16.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.16.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jsr305:3.0.1=css
|
com.google.code.findbugs:jsr305:3.0.1=css
|
||||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,deploy_jar,errorprone,nonprodAnnotationProcessor,nonprodCompileClasspath,nonprodRuntime,nonprodRuntimeClasspath,runtime,runtimeClasspath,soy,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,deploy_jar,errorprone,nonprodAnnotationProcessor,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,soy,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.gson:gson:2.10.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.gson:gson:2.10.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.gson:gson:2.7=css,soy
|
com.google.code.gson:gson:2.7=css,soy
|
||||||
com.google.common.html.types:types:1.0.6=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,soy,testCompileClasspath,testRuntimeClasspath
|
com.google.common.html.types:types:1.0.6=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,soy,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -153,8 +153,8 @@ com.google.errorprone:javac-shaded:9-dev-r4023-3=annotationProcessor,testAnnotat
|
|||||||
com.google.errorprone:javac:9+181-r4173-1=errorproneJavac
|
com.google.errorprone:javac:9+181-r4173-1=errorproneJavac
|
||||||
com.google.escapevelocity:escapevelocity:0.9.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,soy,testCompileClasspath,testRuntimeClasspath
|
com.google.escapevelocity:escapevelocity:0.9.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,soy,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.flatbuffers:flatbuffers-java:1.12.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.flatbuffers:flatbuffers-java:1.12.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.flogger:flogger-system-backend:0.8=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntime,nonprodRuntimeClasspath,runtime,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.flogger:flogger-system-backend:0.8=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.flogger:flogger:0.8=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntime,nonprodRuntimeClasspath,runtime,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.flogger:flogger:0.8=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.flogger:google-extensions:0.8=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.flogger:google-extensions:0.8=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.googlejavaformat:google-java-format:1.5=annotationProcessor,testAnnotationProcessor
|
com.google.googlejavaformat:google-java-format:1.5=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.guava:failureaccess:1.0.1=checkstyle,errorprone,nonprodAnnotationProcessor,soy
|
com.google.guava:failureaccess:1.0.1=checkstyle,errorprone,nonprodAnnotationProcessor,soy
|
||||||
@@ -229,9 +229,8 @@ com.squareup:kotlinpoet:1.15.1=compileClasspath,deploy_jar,nonprodCompileClasspa
|
|||||||
com.sun.activation:jakarta.activation:1.2.2=jaxb
|
com.sun.activation:jakarta.activation:1.2.2=jaxb
|
||||||
com.sun.activation:javax.activation:1.2.0=jaxb
|
com.sun.activation:javax.activation:1.2.0=jaxb
|
||||||
com.sun.istack:istack-commons-runtime:3.0.7=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.sun.istack:istack-commons-runtime:3.0.7=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.sun.istack:istack-commons-runtime:4.1.2=nonprodRuntime,runtime
|
|
||||||
com.sun.xml.bind:jaxb-impl:2.3.3=jaxb
|
com.sun.xml.bind:jaxb-impl:2.3.3=jaxb
|
||||||
com.sun.xml.bind:jaxb-osgi:4.0.4=jaxb
|
com.sun.xml.bind:jaxb-osgi:4.0.5=jaxb
|
||||||
com.sun.xml.bind:jaxb-xjc:2.3.3=jaxb
|
com.sun.xml.bind:jaxb-xjc:2.3.3=jaxb
|
||||||
com.sun.xml.fastinfoset:FastInfoset:1.2.15=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.sun.xml.fastinfoset:FastInfoset:1.2.15=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.thoughtworks.paranamer:paranamer:2.7=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.thoughtworks.paranamer:paranamer:2.7=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -242,13 +241,13 @@ commons-codec:commons-codec:1.16.1=compileClasspath,deploy_jar,nonprodCompileCla
|
|||||||
commons-collections:commons-collections:3.2.2=checkstyle
|
commons-collections:commons-collections:3.2.2=checkstyle
|
||||||
commons-logging:commons-logging:1.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
commons-logging:commons-logging:1.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
dnsjava:dnsjava:3.5.3=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
dnsjava:dnsjava:3.5.3=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
guru.nidi.com.eclipsesource.j2v8:j2v8_linux_x86_64:4.6.0=nonprodRuntime,runtime,testRuntimeClasspath
|
guru.nidi.com.eclipsesource.j2v8:j2v8_linux_x86_64:4.6.0=testRuntimeClasspath
|
||||||
guru.nidi.com.eclipsesource.j2v8:j2v8_macosx_x86_64:4.6.0=nonprodRuntime,runtime,testRuntimeClasspath
|
guru.nidi.com.eclipsesource.j2v8:j2v8_macosx_x86_64:4.6.0=testRuntimeClasspath
|
||||||
guru.nidi.com.eclipsesource.j2v8:j2v8_win32_x86:4.6.0=nonprodRuntime,runtime,testRuntimeClasspath
|
guru.nidi.com.eclipsesource.j2v8:j2v8_win32_x86:4.6.0=testRuntimeClasspath
|
||||||
guru.nidi.com.eclipsesource.j2v8:j2v8_win32_x86_64:4.6.0=nonprodRuntime,runtime,testRuntimeClasspath
|
guru.nidi.com.eclipsesource.j2v8:j2v8_win32_x86_64:4.6.0=testRuntimeClasspath
|
||||||
guru.nidi.com.kitfox:svgSalamander:1.1.3=nonprodRuntime,runtime,testRuntimeClasspath
|
guru.nidi.com.kitfox:svgSalamander:1.1.3=testRuntimeClasspath
|
||||||
guru.nidi:graphviz-java-all-j2v8:0.18.1=nonprodRuntime,runtime,testRuntimeClasspath
|
guru.nidi:graphviz-java-all-j2v8:0.18.1=testRuntimeClasspath
|
||||||
guru.nidi:graphviz-java:0.18.1=nonprodRuntime,runtime,testRuntimeClasspath
|
guru.nidi:graphviz-java:0.18.1=testRuntimeClasspath
|
||||||
info.picocli:picocli:4.6.2=checkstyle
|
info.picocli:picocli:4.6.2=checkstyle
|
||||||
io.apicurio:apicurio-registry-protobuf-schema-utilities:3.0.0.M2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.apicurio:apicurio-registry-protobuf-schema-utilities:3.0.0.M2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.confluent:common-config:5.3.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.confluent:common-config:5.3.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -258,28 +257,28 @@ io.confluent:kafka-schema-registry-client:5.3.2=compileClasspath,deploy_jar,nonp
|
|||||||
io.github.classgraph:classgraph:4.8.162=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.github.classgraph:classgraph:4.8.162=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.eisop:dataflow-errorprone:3.34.0-eisop1=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
io.github.eisop:dataflow-errorprone:3.34.0-eisop1=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=annotationProcessor,deploy_jar,errorprone,nonprodAnnotationProcessor,nonprodRuntimeClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=annotationProcessor,deploy_jar,errorprone,nonprodAnnotationProcessor,nonprodRuntimeClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.61.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-alts:1.62.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.61.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.62.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.61.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.62.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-census:1.61.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-census:1.61.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.61.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.62.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.61.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.62.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.61.1=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.62.2=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.61.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.62.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-inprocess:1.61.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-inprocess:1.62.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.61.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty-shaded:1.62.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty:1.60.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty:1.60.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.61.1=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf-lite:1.62.2=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf:1.61.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.62.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-rls:1.61.1=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-rls:1.62.2=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.61.0=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
io.grpc:grpc-services:1.61.0=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-services:1.61.1=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.62.2=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-stub:1.61.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-stub:1.62.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-util:1.61.0=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
io.grpc:grpc-util:1.61.0=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-util:1.61.1=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-util:1.62.2=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.61.0=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
io.grpc:grpc-xds:1.61.0=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-xds:1.61.1=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.62.2=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-buffer:4.1.100.Final=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.100.Final=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http2:4.1.100.Final=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http2:4.1.100.Final=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.100.Final=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.100.Final=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -308,9 +307,9 @@ io.opencensus:opencensus-proto:0.2.0=compileClasspath,deploy_jar,nonprodCompileC
|
|||||||
io.outfoxx:swiftpoet:1.3.1=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
io.outfoxx:swiftpoet:1.3.1=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
io.perfmark:perfmark-api:0.27.0=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
io.perfmark:perfmark-api:0.27.0=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
jakarta-regexp:jakarta-regexp:1.4=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
jakarta-regexp:jakarta-regexp:1.4=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
jakarta.activation:jakarta.activation-api:2.1.2=jaxb,nonprodRuntime,runtime
|
jakarta.activation:jakarta.activation-api:2.1.3=jaxb
|
||||||
jakarta.inject:jakarta.inject-api:2.0.1=soy
|
jakarta.inject:jakarta.inject-api:2.0.1=soy
|
||||||
jakarta.xml.bind:jakarta.xml.bind-api:4.0.1=jaxb,nonprodRuntime,runtime
|
jakarta.xml.bind:jakarta.xml.bind-api:4.0.2=jaxb
|
||||||
javacc:javacc:4.1=css
|
javacc:javacc:4.1=css
|
||||||
javax.activation:activation:1.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.activation:activation:1.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.activation:javax.activation-api:1.2.0=compileClasspath,deploy_jar,jaxb,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.activation:javax.activation-api:1.2.0=compileClasspath,deploy_jar,jaxb,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -327,7 +326,7 @@ javax.xml.bind:jaxb-api:2.4.0-b180830.0359=jaxb
|
|||||||
jline:jline:1.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
jline:jline:1.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
joda-time:joda-time:2.10.14=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
joda-time:joda-time:2.10.14=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
junit:junit:4.13.2=nonprodCompileClasspath,nonprodRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
|
junit:junit:4.13.2=nonprodCompileClasspath,nonprodRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
net.arnx:nashorn-promise:0.1.1=nonprodRuntime,runtime,testRuntimeClasspath
|
net.arnx:nashorn-promise:0.1.1=testRuntimeClasspath
|
||||||
net.bytebuddy:byte-buddy-agent:1.14.12=testCompileClasspath,testRuntimeClasspath
|
net.bytebuddy:byte-buddy-agent:1.14.12=testCompileClasspath,testRuntimeClasspath
|
||||||
net.bytebuddy:byte-buddy:1.12.18=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath
|
net.bytebuddy:byte-buddy:1.12.18=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath
|
||||||
net.bytebuddy:byte-buddy:1.14.12=testCompileClasspath,testRuntimeClasspath
|
net.bytebuddy:byte-buddy:1.14.12=testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -363,7 +362,7 @@ org.apache.beam:beam-vendor-grpc-1_60_1:0.1=compileClasspath,deploy_jar,nonprodC
|
|||||||
org.apache.beam:beam-vendor-guava-32_1_2-jre:0.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-vendor-guava-32_1_2-jre:0.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-compress:1.24.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-compress:1.24.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-csv:1.10.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-csv:1.10.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-exec:1.3=nonprodRuntime,runtime,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-exec:1.3=testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-lang3:3.13.0=testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-lang3:3.13.0=testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-lang3:3.14.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath
|
org.apache.commons:commons-lang3:3.14.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath
|
||||||
org.apache.commons:commons-text:1.11.0=testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-text:1.11.0=testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -380,19 +379,18 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
|
|||||||
org.bouncycastle:bcpg-jdk15on:1.67=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.bouncycastle:bcpg-jdk15on:1.67=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.bouncycastle:bcpkix-jdk15on:1.67=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.bouncycastle:bcpkix-jdk15on:1.67=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.bouncycastle:bcprov-jdk15on:1.67=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.bouncycastle:bcprov-jdk15on:1.67=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.checkerframework:checker-compat-qual:2.5.3=compileClasspath,nonprodCompileClasspath,nonprodRuntime,runtime,testCompileClasspath
|
org.checkerframework:checker-compat-qual:2.5.3=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
||||||
org.checkerframework:checker-compat-qual:2.5.5=annotationProcessor,testAnnotationProcessor
|
org.checkerframework:checker-compat-qual:2.5.5=annotationProcessor,testAnnotationProcessor
|
||||||
org.checkerframework:checker-compat-qual:2.5.6=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
org.checkerframework:checker-compat-qual:2.5.6=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
org.checkerframework:checker-qual:3.12.0=checkstyle,soy
|
org.checkerframework:checker-qual:3.12.0=checkstyle,soy
|
||||||
org.checkerframework:checker-qual:3.33.0=errorprone,nonprodAnnotationProcessor
|
org.checkerframework:checker-qual:3.33.0=errorprone,nonprodAnnotationProcessor
|
||||||
org.checkerframework:checker-qual:3.41.0=annotationProcessor,testAnnotationProcessor
|
org.checkerframework:checker-qual:3.41.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.checkerframework:checker-qual:3.42.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntime,nonprodRuntimeClasspath,runtime,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.checkerframework:checker-qual:3.42.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.codehaus.jackson:jackson-core-asl:1.9.13=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.codehaus.jackson:jackson-core-asl:1.9.13=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.codehaus.jackson:jackson-mapper-asl:1.9.13=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.codehaus.jackson:jackson-mapper-asl:1.9.13=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.23=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
org.codehaus.mojo:animal-sniffer-annotations:1.23=deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
org.conscrypt:conscrypt-openjdk-uber:2.5.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.conscrypt:conscrypt-openjdk-uber:2.5.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.easymock:easymock:3.0=css
|
org.easymock:easymock:3.0=css
|
||||||
org.eclipse.angus:angus-activation:2.0.1=nonprodRuntime,runtime
|
|
||||||
org.eclipse.jetty:jetty-http:9.4.49.v20220914=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-http:9.4.49.v20220914=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.eclipse.jetty:jetty-io:9.4.49.v20220914=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-io:9.4.49.v20220914=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.eclipse.jetty:jetty-security:9.4.49.v20220914=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-security:9.4.49.v20220914=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -400,13 +398,10 @@ org.eclipse.jetty:jetty-server:9.4.49.v20220914=compileClasspath,deploy_jar,nonp
|
|||||||
org.eclipse.jetty:jetty-servlet:9.4.49.v20220914=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-servlet:9.4.49.v20220914=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.eclipse.jetty:jetty-util-ajax:9.4.49.v20220914=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-util-ajax:9.4.49.v20220914=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.eclipse.jetty:jetty-util:9.4.49.v20220914=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-util:9.4.49.v20220914=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.flywaydb:flyway-core:10.9.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.flywaydb:flyway-core:10.9.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.flywaydb:flyway-database-postgresql:10.9.0=testRuntimeClasspath
|
org.flywaydb:flyway-database-postgresql:10.9.1=testRuntimeClasspath
|
||||||
org.glassfish.jaxb:jaxb-core:4.0.4=nonprodRuntime,runtime
|
|
||||||
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:jaxb-runtime:4.0.4=nonprodRuntime,runtime
|
|
||||||
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:txw2:4.0.4=nonprodRuntime,runtime
|
|
||||||
org.gwtproject:gwt-user:2.10.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.gwtproject:gwt-user:2.10.0=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.hamcrest:hamcrest-core:1.1=css
|
org.hamcrest:hamcrest-core:1.1=css
|
||||||
org.hamcrest:hamcrest-core:1.3=nonprodCompileClasspath,nonprodRuntimeClasspath
|
org.hamcrest:hamcrest-core:1.3=nonprodCompileClasspath,nonprodRuntimeClasspath
|
||||||
@@ -481,7 +476,7 @@ org.ow2.asm:asm:7.0=soy
|
|||||||
org.ow2.asm:asm:9.2=compileClasspath,nonprodCompileClasspath
|
org.ow2.asm:asm:9.2=compileClasspath,nonprodCompileClasspath
|
||||||
org.ow2.asm:asm:9.6=deploy_jar,jacocoAnt,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.ow2.asm:asm:9.6=deploy_jar,jacocoAnt,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.pcollections:pcollections:3.1.4=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
org.pcollections:pcollections:3.1.4=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
||||||
org.postgresql:postgresql:42.7.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntime,nonprodRuntimeClasspath,runtime,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.postgresql:postgresql:42.7.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.reflections:reflections:0.10.2=checkstyle
|
org.reflections:reflections:0.10.2=checkstyle
|
||||||
org.rnorth.duct-tape:duct-tape:1.0.8=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.rnorth.duct-tape:duct-tape:1.0.8=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.seleniumhq.selenium:selenium-api:3.141.59=testCompileClasspath,testRuntimeClasspath
|
org.seleniumhq.selenium:selenium-api:3.141.59=testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -494,9 +489,8 @@ org.seleniumhq.selenium:selenium-opera-driver:3.141.59=testCompileClasspath,test
|
|||||||
org.seleniumhq.selenium:selenium-remote-driver:3.141.59=testCompileClasspath,testRuntimeClasspath
|
org.seleniumhq.selenium:selenium-remote-driver:3.141.59=testCompileClasspath,testRuntimeClasspath
|
||||||
org.seleniumhq.selenium:selenium-safari-driver:3.141.59=testCompileClasspath,testRuntimeClasspath
|
org.seleniumhq.selenium:selenium-safari-driver:3.141.59=testCompileClasspath,testRuntimeClasspath
|
||||||
org.seleniumhq.selenium:selenium-support:3.141.59=testCompileClasspath,testRuntimeClasspath
|
org.seleniumhq.selenium:selenium-support:3.141.59=testCompileClasspath,testRuntimeClasspath
|
||||||
org.slf4j:jcl-over-slf4j:1.7.30=nonprodRuntime,runtime,testRuntimeClasspath
|
org.slf4j:jcl-over-slf4j:1.7.30=testRuntimeClasspath
|
||||||
org.slf4j:jul-to-slf4j:1.7.30=nonprodRuntime,runtime,testRuntimeClasspath
|
org.slf4j:jul-to-slf4j:1.7.30=testRuntimeClasspath
|
||||||
org.slf4j:slf4j-api:1.7.30=nonprodRuntime,runtime
|
|
||||||
org.slf4j:slf4j-api:2.0.12=compileClasspath,nonprodCompileClasspath,nonprodRuntimeClasspath,testCompileClasspath
|
org.slf4j:slf4j-api:2.0.12=compileClasspath,nonprodCompileClasspath,nonprodRuntimeClasspath,testCompileClasspath
|
||||||
org.slf4j:slf4j-api:2.1.0-alpha1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-api:2.1.0-alpha1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.slf4j:slf4j-jdk14:2.1.0-alpha1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-jdk14:2.1.0-alpha1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
@@ -504,16 +498,16 @@ org.snakeyaml:snakeyaml-engine:2.1=deploy_jar,nonprodRuntimeClasspath,runtimeCla
|
|||||||
org.springframework:spring-core:5.3.27=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-core:5.3.27=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-expression:5.3.27=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-expression:5.3.27=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-jcl:5.3.27=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-jcl:5.3.27=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:database-commons:1.19.6=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:database-commons:1.19.7=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:jdbc:1.19.6=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:jdbc:1.19.7=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:junit-jupiter:1.19.6=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:junit-jupiter:1.19.7=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:postgresql:1.19.6=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:postgresql:1.19.7=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:selenium:1.19.6=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:selenium:1.19.7=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.19.6=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.19.7=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.8=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.8=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.tukaani:xz:1.5=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.tukaani:xz:1.5=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.w3c.css:sac:1.3=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.w3c.css:sac:1.3=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.webjars.npm:viz.js-graphviz-java:2.1.3=nonprodRuntime,runtime,testRuntimeClasspath
|
org.webjars.npm:viz.js-graphviz-java:2.1.3=testRuntimeClasspath
|
||||||
org.xerial.snappy:snappy-java:1.1.10.4=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.xerial.snappy:snappy-java:1.1.10.4=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.yaml:snakeyaml:2.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.yaml:snakeyaml:2.2=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-api:16.10.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-api:16.10.1=compileClasspath,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
|||||||
@@ -9,9 +9,9 @@ com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.15.2=compileClasspath
|
|||||||
com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson:jackson-bom:2.15.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:3.0.5=annotationProcessor,errorprone,testAnnotationProcessor
|
com.github.ben-manes.caffeine:caffeine:3.0.5=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.github.ben-manes.caffeine:caffeine:3.1.8=testCompileClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:3.1.8=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-api:3.3.5=testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-api:3.3.6=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport-zerodep:3.3.5=testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport-zerodep:3.3.6=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport:3.3.5=testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport:3.3.6=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jffi:1.3.12=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.github.jnr:jffi:1.3.12=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jnr-a64asm:1.0.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.github.jnr:jnr-a64asm:1.0.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jnr-constants:0.10.4=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.github.jnr:jnr-constants:0.10.4=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
@@ -88,8 +88,8 @@ org.checkerframework:checker-compat-qual:2.5.3=testCompileClasspath,testRuntimeC
|
|||||||
org.checkerframework:checker-qual:3.12.0=checkstyle
|
org.checkerframework:checker-qual:3.12.0=checkstyle
|
||||||
org.checkerframework:checker-qual:3.33.0=annotationProcessor,errorprone,testAnnotationProcessor
|
org.checkerframework:checker-qual:3.33.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.checkerframework:checker-qual:3.42.0=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.checkerframework:checker-qual:3.42.0=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.flywaydb:flyway-core:10.9.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.flywaydb:flyway-core:10.9.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.flywaydb:flyway-database-postgresql:10.9.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.flywaydb:flyway-database-postgresql:10.9.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
|
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
|
||||||
org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent,jacocoAnt
|
org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent,jacocoAnt
|
||||||
org.jacoco:org.jacoco.ant:0.8.11=jacocoAnt
|
org.jacoco:org.jacoco.ant:0.8.11=jacocoAnt
|
||||||
@@ -116,9 +116,9 @@ org.reflections:reflections:0.10.2=checkstyle
|
|||||||
org.rnorth.duct-tape:duct-tape:1.0.8=testCompileClasspath,testRuntimeClasspath
|
org.rnorth.duct-tape:duct-tape:1.0.8=testCompileClasspath,testRuntimeClasspath
|
||||||
org.slf4j:slf4j-api:1.7.36=testCompileClasspath
|
org.slf4j:slf4j-api:1.7.36=testCompileClasspath
|
||||||
org.slf4j:slf4j-api:2.0.12=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-api:2.0.12=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:database-commons:1.19.6=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:database-commons:1.19.7=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:jdbc:1.19.6=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:jdbc:1.19.7=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:junit-jupiter:1.19.6=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:junit-jupiter:1.19.7=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:postgresql:1.19.6=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:postgresql:1.19.7=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.19.6=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.19.7=testCompileClasspath,testRuntimeClasspath
|
||||||
empty=implementationApi,schema
|
empty=implementationApi,schema
|
||||||
|
|||||||
@@ -210,7 +210,6 @@ ext {
|
|||||||
'org.eclipse.jetty:jetty-servlet:[9.4.49.v20220914,)',
|
'org.eclipse.jetty:jetty-servlet:[9.4.49.v20220914,)',
|
||||||
'org.flywaydb:flyway-core:[10.0.0,)',
|
'org.flywaydb:flyway-core:[10.0.0,)',
|
||||||
'org.flywaydb:flyway-database-postgresql:[10.0.0,)',
|
'org.flywaydb:flyway-database-postgresql:[10.0.0,)',
|
||||||
'org.glassfish.jaxb:jaxb-runtime:[2.3.0,)',
|
|
||||||
'org.hamcrest:hamcrest-core:[2.2,)',
|
'org.hamcrest:hamcrest-core:[2.2,)',
|
||||||
'org.hamcrest:hamcrest-library:[2.2,)',
|
'org.hamcrest:hamcrest-library:[2.2,)',
|
||||||
'org.hamcrest:hamcrest:[2.2,)',
|
'org.hamcrest:hamcrest:[2.2,)',
|
||||||
|
|||||||
@@ -18,9 +18,9 @@ com.fasterxml.jackson:jackson-bom:2.16.1=deploy_jar,runtimeClasspath,testRuntime
|
|||||||
com.fasterxml:classmate:1.5.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.fasterxml:classmate:1.5.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:3.0.5=annotationProcessor,errorprone,testAnnotationProcessor
|
com.github.ben-manes.caffeine:caffeine:3.0.5=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.github.ben-manes.caffeine:caffeine:3.1.8=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:3.1.8=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-api:3.3.5=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-api:3.3.6=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport-zerodep:3.3.5=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport-zerodep:3.3.6=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport:3.3.5=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport:3.3.6=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jffi:1.3.12=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.github.jnr:jffi:1.3.12=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jnr-a64asm:1.0.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.github.jnr:jnr-a64asm:1.0.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jnr-constants:0.10.4=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.github.jnr:jnr-constants:0.10.4=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
@@ -36,7 +36,7 @@ com.google.api-client:google-api-client-jackson2:2.0.1=deploy_jar,runtimeClasspa
|
|||||||
com.google.api-client:google-api-client-java6:1.35.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-java6:1.35.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client-servlet:1.35.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-servlet:1.35.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:gapic-google-cloud-storage-v2:2.34.0-alpha=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:gapic-google-cloud-storage-v2:2.35.0-alpha=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:3.0.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:3.0.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.172.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.172.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.172.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.172.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
@@ -46,7 +46,7 @@ com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.12.20=deploy_jar,runtimeCl
|
|||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.56.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.56.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.56.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.56.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.56.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.56.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-storage-v2:2.34.0-alpha=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-storage-v2:2.35.0-alpha=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-common-protos:2.30.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-common-protos:2.30.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:3.0.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:3.0.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.172.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.172.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
@@ -58,22 +58,22 @@ com.google.api.grpc:proto-google-cloud-firestore-v1:3.16.0=deploy_jar,runtimeCla
|
|||||||
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.34.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.34.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.108.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.108.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.12.20=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.12.20=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.36.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.37.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.36.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.37.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.56.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.56.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.56.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.56.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-executor-v1:6.56.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-executor-v1:6.56.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-v1:6.56.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-v1:6.56.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-storage-v2:2.34.0-alpha=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-storage-v2:2.35.0-alpha=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.36.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.37.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.126.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.127.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.126.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.127.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.34.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.36.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.29.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.31.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.26.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.28.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.43.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.45.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:2.43.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:2.45.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.43.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:gax:2.45.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-appengine:v1-rev20240226-2.0.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-appengine:v1-rev20240226-2.0.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-bigquery:v2-rev20230812-2.0.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-bigquery:v2-rev20230812-2.0.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
@@ -109,17 +109,17 @@ com.google.cloud.sql:postgres-socket-factory:1.16.0=deploy_jar,runtimeClasspath,
|
|||||||
com.google.cloud:google-cloud-bigquerystorage:3.0.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigquerystorage:3.0.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable-stats:2.31.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable-stats:2.31.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable:2.31.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable:2.31.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-grpc:2.33.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-grpc:2.35.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-http:2.33.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-http:2.35.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core:2.33.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core:2.35.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-firestore:3.16.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-firestore:3.16.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:3.34.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-monitoring:3.34.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsub:1.126.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsub:1.126.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsublite:1.12.20=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsublite:1.12.20=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-secretmanager:2.36.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-secretmanager:2.37.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-spanner:6.56.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-spanner:6.56.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-storage:2.34.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-storage:2.35.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-tasks:2.36.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-tasks:2.37.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:grpc-gcp:1.5.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:grpc-gcp:1.5.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.16.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.16.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testRuntimeClasspath
|
||||||
@@ -214,24 +214,24 @@ io.confluent:kafka-schema-registry-client:5.3.2=deploy_jar,runtimeClasspath,test
|
|||||||
io.github.classgraph:classgraph:4.8.162=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.github.classgraph:classgraph:4.8.162=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.github.eisop:dataflow-errorprone:3.34.0-eisop1=annotationProcessor,errorprone,testAnnotationProcessor
|
io.github.eisop:dataflow-errorprone:3.34.0-eisop1=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=annotationProcessor,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=annotationProcessor,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-alts:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-census:1.61.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-census:1.61.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-inprocess:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-inprocess:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty-shaded:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty:1.60.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty:1.60.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf-lite:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-rls:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-rls:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-stub:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-stub:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-util:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-util:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-buffer:4.1.100.Final=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.100.Final=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http2:4.1.100.Final=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http2:4.1.100.Final=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.100.Final=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.100.Final=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
@@ -324,7 +324,7 @@ org.eclipse.jetty:jetty-server:9.4.49.v20220914=deploy_jar,runtimeClasspath,test
|
|||||||
org.eclipse.jetty:jetty-servlet:9.4.49.v20220914=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-servlet:9.4.49.v20220914=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.eclipse.jetty:jetty-util-ajax:9.4.49.v20220914=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-util-ajax:9.4.49.v20220914=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.eclipse.jetty:jetty-util:9.4.49.v20220914=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-util:9.4.49.v20220914=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.flywaydb:flyway-core:10.9.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.flywaydb:flyway-core:10.9.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:jaxb-runtime:2.3.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:jaxb-runtime:2.3.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:txw2:2.3.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:txw2:2.3.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.gwtproject:gwt-user:2.10.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.gwtproject:gwt-user:2.10.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
@@ -376,10 +376,10 @@ org.snakeyaml:snakeyaml-engine:2.1=deploy_jar,runtimeClasspath,testRuntimeClassp
|
|||||||
org.springframework:spring-core:5.3.27=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.springframework:spring-core:5.3.27=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-expression:5.3.27=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.springframework:spring-expression:5.3.27=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-jcl:5.3.27=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.springframework:spring-jcl:5.3.27=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:database-commons:1.19.6=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.testcontainers:database-commons:1.19.7=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:jdbc:1.19.6=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.testcontainers:jdbc:1.19.7=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:postgresql:1.19.6=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.testcontainers:postgresql:1.19.7=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.19.6=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.19.7=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.8=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.8=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.tukaani:xz:1.5=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.tukaani:xz:1.5=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.w3c.css:sac:1.3=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.w3c.css:sac:1.3=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
|
|||||||
@@ -5,21 +5,21 @@ aopalliance:aopalliance:1.0=annotationProcessor,errorprone,testAnnotationProcess
|
|||||||
com.fasterxml.jackson.core:jackson-annotations:2.10.3=testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-annotations:2.10.3=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:3.0.5=annotationProcessor,errorprone,testAnnotationProcessor
|
com.github.ben-manes.caffeine:caffeine:3.0.5=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.github.ben-manes.caffeine:caffeine:3.1.8=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:3.1.8=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-api:3.3.5=testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-api:3.3.6=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport-zerodep:3.3.5=testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport-zerodep:3.3.6=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport:3.3.5=testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport:3.3.6=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.kevinstern:software-and-algorithms:1.0=annotationProcessor,errorprone,testAnnotationProcessor
|
com.github.kevinstern:software-and-algorithms:1.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.android:annotations:4.1.1.4=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.android:annotations:4.1.1.4=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.36.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.37.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.126.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.127.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.126.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.127.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.34.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.36.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.29.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.31.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.26.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.28.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.43.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.45.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:2.43.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:2.45.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.43.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:gax:2.45.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-api-1.0-sdk:1.9.86=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-1.0-sdk:1.9.86=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-testing:1.9.86=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-testing:1.9.86=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-credentials:1.23.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-credentials:1.23.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
@@ -29,7 +29,7 @@ com.google.auto.value:auto-value-annotations:1.10.4=deploy_jar,runtimeClasspath,
|
|||||||
com.google.auto.value:auto-value-annotations:1.9=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.auto.value:auto-value-annotations:1.9=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.auto.value:auto-value:1.10.4=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.auto.value:auto-value:1.10.4=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auto:auto-common:1.2.1=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.auto:auto-common:1.2.1=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.cloud:google-cloud-tasks:2.36.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-tasks:2.37.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.gson:gson:2.10.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.code.gson:gson:2.10.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.dagger:dagger-compiler:2.51=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger-compiler:2.51=annotationProcessor,testAnnotationProcessor
|
||||||
@@ -78,29 +78,29 @@ commons-logging:commons-logging:1.2=deploy_jar,runtimeClasspath,testRuntimeClass
|
|||||||
info.picocli:picocli:4.6.2=checkstyle
|
info.picocli:picocli:4.6.2=checkstyle
|
||||||
io.github.eisop:dataflow-errorprone:3.34.0-eisop1=annotationProcessor,errorprone,testAnnotationProcessor
|
io.github.eisop:dataflow-errorprone:3.34.0-eisop1=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=annotationProcessor,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=annotationProcessor,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-alts:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-inprocess:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-inprocess:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty-shaded:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf-lite:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-stub:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-stub:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-util:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-util:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-buffer:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-common:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-common:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-handler:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-handler:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-resolver:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-resolver:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-tcnative-boringssl-static:2.0.63.Final=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.netty:netty-tcnative-boringssl-static:2.0.65.Final=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-tcnative-classes:2.0.63.Final=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.netty:netty-tcnative-classes:2.0.65.Final=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-transport-native-unix-common:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-transport-native-unix-common:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-transport:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-transport:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-api:0.31.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-api:0.31.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
@@ -164,8 +164,8 @@ org.pcollections:pcollections:3.1.4=annotationProcessor,errorprone,testAnnotatio
|
|||||||
org.reflections:reflections:0.10.2=checkstyle
|
org.reflections:reflections:0.10.2=checkstyle
|
||||||
org.rnorth.duct-tape:duct-tape:1.0.8=testCompileClasspath,testRuntimeClasspath
|
org.rnorth.duct-tape:duct-tape:1.0.8=testCompileClasspath,testRuntimeClasspath
|
||||||
org.slf4j:slf4j-api:1.7.36=testCompileClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-api:1.7.36=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:junit-jupiter:1.19.6=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:junit-jupiter:1.19.7=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.19.6=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.19.7=testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.8=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.8=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.yaml:snakeyaml:2.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.yaml:snakeyaml:2.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
empty=
|
empty=
|
||||||
|
|||||||
@@ -5,21 +5,21 @@ aopalliance:aopalliance:1.0=annotationProcessor,errorprone,testAnnotationProcess
|
|||||||
com.fasterxml.jackson.core:jackson-annotations:2.10.3=testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-annotations:2.10.3=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:3.0.5=annotationProcessor,errorprone,testAnnotationProcessor
|
com.github.ben-manes.caffeine:caffeine:3.0.5=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.github.ben-manes.caffeine:caffeine:3.1.8=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:3.1.8=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-api:3.3.5=testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-api:3.3.6=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport-zerodep:3.3.5=testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport-zerodep:3.3.6=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport:3.3.5=testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport:3.3.6=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.kevinstern:software-and-algorithms:1.0=annotationProcessor,errorprone,testAnnotationProcessor
|
com.github.kevinstern:software-and-algorithms:1.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.android:annotations:4.1.1.4=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.android:annotations:4.1.1.4=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.36.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.37.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.126.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.127.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.126.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.127.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.34.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.36.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.29.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.31.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.26.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.28.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.43.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.45.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:2.43.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:2.45.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.43.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:gax:2.45.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-api-1.0-sdk:1.9.86=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-1.0-sdk:1.9.86=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-testing:1.9.86=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-testing:1.9.86=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-credentials:1.23.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-credentials:1.23.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
@@ -29,7 +29,7 @@ com.google.auto.value:auto-value-annotations:1.10.4=compileClasspath,deploy_jar,
|
|||||||
com.google.auto.value:auto-value-annotations:1.9=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.auto.value:auto-value-annotations:1.9=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.auto.value:auto-value:1.10.4=annotationProcessor,deploy_jar,runtimeClasspath,testAnnotationProcessor,testRuntimeClasspath
|
com.google.auto.value:auto-value:1.10.4=annotationProcessor,deploy_jar,runtimeClasspath,testAnnotationProcessor,testRuntimeClasspath
|
||||||
com.google.auto:auto-common:1.2.1=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.auto:auto-common:1.2.1=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.cloud:google-cloud-tasks:2.36.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-tasks:2.37.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.gson:gson:2.10.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.gson:gson:2.10.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.dagger:dagger-compiler:2.51=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger-compiler:2.51=annotationProcessor,testAnnotationProcessor
|
||||||
@@ -81,29 +81,29 @@ commons-logging:commons-logging:1.2=deploy_jar,runtimeClasspath,testRuntimeClass
|
|||||||
info.picocli:picocli:4.6.2=checkstyle
|
info.picocli:picocli:4.6.2=checkstyle
|
||||||
io.github.eisop:dataflow-errorprone:3.34.0-eisop1=annotationProcessor,errorprone,testAnnotationProcessor
|
io.github.eisop:dataflow-errorprone:3.34.0-eisop1=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=annotationProcessor,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=annotationProcessor,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-alts:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-inprocess:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-inprocess:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty-shaded:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf-lite:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-stub:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-stub:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-util:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-util:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-buffer:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-common:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-common:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-handler:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-handler:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-resolver:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-resolver:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-tcnative-boringssl-static:2.0.63.Final=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-tcnative-boringssl-static:2.0.65.Final=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-tcnative-classes:2.0.63.Final=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-tcnative-classes:2.0.65.Final=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-transport-native-unix-common:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-transport-native-unix-common:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-transport:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-transport:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-api:0.31.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-api:0.31.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
@@ -171,8 +171,8 @@ org.pcollections:pcollections:3.1.4=annotationProcessor,errorprone,testAnnotatio
|
|||||||
org.reflections:reflections:0.10.2=checkstyle
|
org.reflections:reflections:0.10.2=checkstyle
|
||||||
org.rnorth.duct-tape:duct-tape:1.0.8=testCompileClasspath,testRuntimeClasspath
|
org.rnorth.duct-tape:duct-tape:1.0.8=testCompileClasspath,testRuntimeClasspath
|
||||||
org.slf4j:slf4j-api:1.7.36=testCompileClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-api:1.7.36=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:junit-jupiter:1.19.6=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:junit-jupiter:1.19.7=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.19.6=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.19.7=testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.8=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.8=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.yaml:snakeyaml:2.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.yaml:snakeyaml:2.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
xerces:xmlParserAPIs:2.6.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
xerces:xmlParserAPIs:2.6.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
|||||||
@@ -8,24 +8,24 @@ com.fasterxml.jackson.core:jackson-core:2.16.1=compileClasspath,deploy_jar,runti
|
|||||||
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:3.0.5=annotationProcessor,errorprone,testAnnotationProcessor
|
com.github.ben-manes.caffeine:caffeine:3.0.5=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.github.ben-manes.caffeine:caffeine:3.1.8=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:3.1.8=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-api:3.3.5=testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-api:3.3.6=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport-zerodep:3.3.5=testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport-zerodep:3.3.6=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport:3.3.5=testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport:3.3.6=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.kevinstern:software-and-algorithms:1.0=annotationProcessor,errorprone,testAnnotationProcessor
|
com.github.kevinstern:software-and-algorithms:1.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.android:annotations:4.1.1.4=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.android:annotations:4.1.1.4=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:gapic-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:gapic-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.36.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.37.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.126.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.127.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.126.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.127.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.34.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.36.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.29.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.31.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.26.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.28.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.43.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.45.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:2.43.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:2.45.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.43.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax:2.45.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-cloudkms:v1-rev20240219-2.0.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-cloudkms:v1-rev20240219-2.0.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-monitoring:v3-rev20240128-2.0.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-monitoring:v3-rev20240128-2.0.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-storage:v1-rev20240209-2.0.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-storage:v1-rev20240209-2.0.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -38,11 +38,11 @@ com.google.auto.value:auto-value-annotations:1.10.4=compileClasspath,deploy_jar,
|
|||||||
com.google.auto.value:auto-value-annotations:1.9=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.auto.value:auto-value-annotations:1.9=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.auto.value:auto-value:1.10.4=annotationProcessor,deploy_jar,runtimeClasspath,testAnnotationProcessor,testRuntimeClasspath
|
com.google.auto.value:auto-value:1.10.4=annotationProcessor,deploy_jar,runtimeClasspath,testAnnotationProcessor,testRuntimeClasspath
|
||||||
com.google.auto:auto-common:1.2.1=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.auto:auto-common:1.2.1=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.cloud:google-cloud-core-grpc:2.33.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-grpc:2.35.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-http:2.33.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-http:2.35.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core:2.33.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core:2.35.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-storage:2.34.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-storage:2.35.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-tasks:2.36.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-tasks:2.37.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.gson:gson:2.10.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.gson:gson:2.10.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.dagger:dagger-compiler:2.51=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger-compiler:2.51=annotationProcessor,testAnnotationProcessor
|
||||||
@@ -98,30 +98,30 @@ commons-logging:commons-logging:1.2=compileClasspath,deploy_jar,runtimeClasspath
|
|||||||
info.picocli:picocli:4.6.2=checkstyle
|
info.picocli:picocli:4.6.2=checkstyle
|
||||||
io.github.eisop:dataflow-errorprone:3.34.0-eisop1=annotationProcessor,errorprone,testAnnotationProcessor
|
io.github.eisop:dataflow-errorprone:3.34.0-eisop1=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=annotationProcessor,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=annotationProcessor,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-alts:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-inprocess:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-inprocess:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty-shaded:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf-lite:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-rls:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-rls:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-stub:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-stub:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-util:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-util:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-buffer:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-common:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-common:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-handler:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-handler:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-resolver:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-resolver:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-tcnative-boringssl-static:2.0.63.Final=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-tcnative-boringssl-static:2.0.65.Final=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-tcnative-classes:2.0.63.Final=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-tcnative-classes:2.0.65.Final=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-transport-native-unix-common:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-transport-native-unix-common:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-transport:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-transport:4.1.107.Final=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-api:0.31.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-api:0.31.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -189,8 +189,8 @@ org.pcollections:pcollections:3.1.4=annotationProcessor,errorprone,testAnnotatio
|
|||||||
org.reflections:reflections:0.10.2=checkstyle
|
org.reflections:reflections:0.10.2=checkstyle
|
||||||
org.rnorth.duct-tape:duct-tape:1.0.8=testCompileClasspath,testRuntimeClasspath
|
org.rnorth.duct-tape:duct-tape:1.0.8=testCompileClasspath,testRuntimeClasspath
|
||||||
org.slf4j:slf4j-api:1.7.36=testCompileClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-api:1.7.36=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:junit-jupiter:1.19.6=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:junit-jupiter:1.19.7=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.19.6=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.19.7=testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.8=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.8=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.yaml:snakeyaml:2.2=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.yaml:snakeyaml:2.2=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
empty=
|
empty=
|
||||||
|
|||||||
@@ -17,9 +17,9 @@ com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1=compileClasspath,r
|
|||||||
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml:classmate:1.5.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml:classmate:1.5.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:3.1.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:3.1.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-api:3.3.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-api:3.3.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport-zerodep:3.3.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport-zerodep:3.3.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport:3.3.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport:3.3.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jffi:1.3.12=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.jnr:jffi:1.3.12=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jnr-a64asm:1.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.jnr:jnr-a64asm:1.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jnr-constants:0.10.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.jnr:jnr-constants:0.10.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -34,7 +34,7 @@ com.google.api-client:google-api-client-jackson2:2.0.1=compileClasspath,runtimeC
|
|||||||
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:gapic-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:gapic-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -44,7 +44,7 @@ com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.12.20=compileClasspath,run
|
|||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-common-protos:2.30.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-common-protos:2.30.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -57,22 +57,22 @@ com.google.api.grpc:proto-google-cloud-monitoring-v3:1.64.0=compileClasspath,tes
|
|||||||
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.34.0=runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.34.0=runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.108.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.108.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-executor-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-executor-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.127.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.127.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.34.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.29.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.26.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.28.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.45.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:2.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:2.45.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax:2.45.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-appengine:v1-rev20240226-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-appengine:v1-rev20240226-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-bigquery:v2-rev20230812-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-bigquery:v2-rev20230812-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -105,18 +105,18 @@ com.google.cloud.sql:postgres-socket-factory:1.16.0=compileClasspath,runtimeClas
|
|||||||
com.google.cloud:google-cloud-bigquerystorage:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigquerystorage:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable-stats:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable-stats:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-grpc:2.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-grpc:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-http:2.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-http:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core:2.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-firestore:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-firestore:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:1.82.0=compileClasspath,testCompileClasspath
|
com.google.cloud:google-cloud-monitoring:1.82.0=compileClasspath,testCompileClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:3.34.0=runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-monitoring:3.34.0=runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsub:1.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsub:1.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsublite:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsublite:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-secretmanager:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-secretmanager:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-spanner:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-spanner:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-storage:2.34.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-storage:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-tasks:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-tasks:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:grpc-gcp:1.5.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:grpc-gcp:1.5.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -193,28 +193,28 @@ io.confluent:kafka-avro-serializer:5.3.2=compileClasspath,runtimeClasspath,testC
|
|||||||
io.confluent:kafka-schema-registry-client:5.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.confluent:kafka-schema-registry-client:5.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.classgraph:classgraph:4.8.162=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.github.classgraph:classgraph:4.8.162=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=runtimeClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-alts:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-census:1.61.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-census:1.61.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-inprocess:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-inprocess:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty-shaded:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf-lite:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-rls:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-rls:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.61.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-services:1.61.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-services:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-stub:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-stub:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-util:1.61.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-util:1.61.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-util:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-util:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.61.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-xds:1.61.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-xds:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http2:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http2:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -304,7 +304,7 @@ org.eclipse.jetty:jetty-server:9.4.49.v20220914=compileClasspath,runtimeClasspat
|
|||||||
org.eclipse.jetty:jetty-servlet:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-servlet:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.eclipse.jetty:jetty-util-ajax:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-util-ajax:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.eclipse.jetty:jetty-util:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-util:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.flywaydb:flyway-core:10.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.flywaydb:flyway-core:10.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.gwtproject:gwt-user:2.10.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.gwtproject:gwt-user:2.10.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -347,10 +347,10 @@ org.snakeyaml:snakeyaml-engine:2.1=runtimeClasspath,testRuntimeClasspath
|
|||||||
org.springframework:spring-core:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-core:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-expression:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-expression:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-jcl:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-jcl:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:database-commons:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:database-commons:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:jdbc:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:jdbc:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:postgresql:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:postgresql:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.tukaani:xz:1.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.tukaani:xz:1.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.w3c.css:sac:1.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.w3c.css:sac:1.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
|||||||
@@ -17,9 +17,9 @@ com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1=compileClasspath,r
|
|||||||
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml:classmate:1.5.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml:classmate:1.5.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:3.1.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:3.1.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-api:3.3.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-api:3.3.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport-zerodep:3.3.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport-zerodep:3.3.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport:3.3.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport:3.3.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jffi:1.3.12=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.jnr:jffi:1.3.12=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jnr-a64asm:1.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.jnr:jnr-a64asm:1.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jnr-constants:0.10.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.jnr:jnr-constants:0.10.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -34,7 +34,7 @@ com.google.api-client:google-api-client-jackson2:2.0.1=compileClasspath,runtimeC
|
|||||||
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:gapic-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:gapic-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -44,7 +44,7 @@ com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.12.20=compileClasspath,run
|
|||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-common-protos:2.30.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-common-protos:2.30.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -57,22 +57,22 @@ com.google.api.grpc:proto-google-cloud-monitoring-v3:1.64.0=compileClasspath,tes
|
|||||||
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.34.0=runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.34.0=runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.108.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.108.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-executor-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-executor-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.127.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.127.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.34.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.29.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.26.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.28.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.45.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:2.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:2.45.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax:2.45.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-appengine:v1-rev20240226-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-appengine:v1-rev20240226-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-bigquery:v2-rev20230812-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-bigquery:v2-rev20230812-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -105,18 +105,18 @@ com.google.cloud.sql:postgres-socket-factory:1.16.0=compileClasspath,runtimeClas
|
|||||||
com.google.cloud:google-cloud-bigquerystorage:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigquerystorage:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable-stats:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable-stats:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-grpc:2.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-grpc:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-http:2.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-http:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core:2.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-firestore:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-firestore:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:1.82.0=compileClasspath,testCompileClasspath
|
com.google.cloud:google-cloud-monitoring:1.82.0=compileClasspath,testCompileClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:3.34.0=runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-monitoring:3.34.0=runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsub:1.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsub:1.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsublite:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsublite:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-secretmanager:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-secretmanager:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-spanner:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-spanner:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-storage:2.34.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-storage:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-tasks:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-tasks:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:grpc-gcp:1.5.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:grpc-gcp:1.5.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -193,28 +193,28 @@ io.confluent:kafka-avro-serializer:5.3.2=compileClasspath,runtimeClasspath,testC
|
|||||||
io.confluent:kafka-schema-registry-client:5.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.confluent:kafka-schema-registry-client:5.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.classgraph:classgraph:4.8.162=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.github.classgraph:classgraph:4.8.162=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=runtimeClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-alts:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-census:1.61.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-census:1.61.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-inprocess:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-inprocess:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty-shaded:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf-lite:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-rls:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-rls:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.61.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-services:1.61.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-services:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-stub:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-stub:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-util:1.61.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-util:1.61.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-util:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-util:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.61.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-xds:1.61.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-xds:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http2:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http2:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -304,7 +304,7 @@ org.eclipse.jetty:jetty-server:9.4.49.v20220914=compileClasspath,runtimeClasspat
|
|||||||
org.eclipse.jetty:jetty-servlet:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-servlet:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.eclipse.jetty:jetty-util-ajax:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-util-ajax:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.eclipse.jetty:jetty-util:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-util:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.flywaydb:flyway-core:10.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.flywaydb:flyway-core:10.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.gwtproject:gwt-user:2.10.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.gwtproject:gwt-user:2.10.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -347,10 +347,10 @@ org.snakeyaml:snakeyaml-engine:2.1=runtimeClasspath,testRuntimeClasspath
|
|||||||
org.springframework:spring-core:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-core:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-expression:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-expression:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-jcl:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-jcl:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:database-commons:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:database-commons:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:jdbc:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:jdbc:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:postgresql:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:postgresql:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.tukaani:xz:1.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.tukaani:xz:1.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.w3c.css:sac:1.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.w3c.css:sac:1.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
|||||||
@@ -17,9 +17,9 @@ com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1=compileClasspath,r
|
|||||||
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml:classmate:1.5.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml:classmate:1.5.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:3.1.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:3.1.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-api:3.3.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-api:3.3.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport-zerodep:3.3.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport-zerodep:3.3.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport:3.3.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport:3.3.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jffi:1.3.12=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.jnr:jffi:1.3.12=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jnr-a64asm:1.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.jnr:jnr-a64asm:1.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jnr-constants:0.10.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.jnr:jnr-constants:0.10.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -34,7 +34,7 @@ com.google.api-client:google-api-client-jackson2:2.0.1=compileClasspath,runtimeC
|
|||||||
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:gapic-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:gapic-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -44,7 +44,7 @@ com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.12.20=compileClasspath,run
|
|||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-common-protos:2.30.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-common-protos:2.30.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -57,22 +57,22 @@ com.google.api.grpc:proto-google-cloud-monitoring-v3:1.64.0=compileClasspath,tes
|
|||||||
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.34.0=runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.34.0=runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.108.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.108.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-executor-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-executor-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.127.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.127.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.34.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.29.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.26.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.28.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.45.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:2.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:2.45.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax:2.45.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-appengine:v1-rev20240226-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-appengine:v1-rev20240226-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-bigquery:v2-rev20230812-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-bigquery:v2-rev20230812-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -105,18 +105,18 @@ com.google.cloud.sql:postgres-socket-factory:1.16.0=compileClasspath,runtimeClas
|
|||||||
com.google.cloud:google-cloud-bigquerystorage:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigquerystorage:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable-stats:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable-stats:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-grpc:2.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-grpc:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-http:2.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-http:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core:2.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-firestore:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-firestore:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:1.82.0=compileClasspath,testCompileClasspath
|
com.google.cloud:google-cloud-monitoring:1.82.0=compileClasspath,testCompileClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:3.34.0=runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-monitoring:3.34.0=runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsub:1.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsub:1.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsublite:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsublite:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-secretmanager:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-secretmanager:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-spanner:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-spanner:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-storage:2.34.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-storage:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-tasks:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-tasks:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:grpc-gcp:1.5.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:grpc-gcp:1.5.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -193,28 +193,28 @@ io.confluent:kafka-avro-serializer:5.3.2=compileClasspath,runtimeClasspath,testC
|
|||||||
io.confluent:kafka-schema-registry-client:5.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.confluent:kafka-schema-registry-client:5.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.classgraph:classgraph:4.8.162=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.github.classgraph:classgraph:4.8.162=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=runtimeClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-alts:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-census:1.61.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-census:1.61.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-inprocess:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-inprocess:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty-shaded:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf-lite:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-rls:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-rls:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.61.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-services:1.61.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-services:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-stub:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-stub:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-util:1.61.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-util:1.61.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-util:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-util:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.61.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-xds:1.61.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-xds:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http2:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http2:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -304,7 +304,7 @@ org.eclipse.jetty:jetty-server:9.4.49.v20220914=compileClasspath,runtimeClasspat
|
|||||||
org.eclipse.jetty:jetty-servlet:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-servlet:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.eclipse.jetty:jetty-util-ajax:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-util-ajax:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.eclipse.jetty:jetty-util:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-util:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.flywaydb:flyway-core:10.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.flywaydb:flyway-core:10.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.gwtproject:gwt-user:2.10.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.gwtproject:gwt-user:2.10.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -347,10 +347,10 @@ org.snakeyaml:snakeyaml-engine:2.1=runtimeClasspath,testRuntimeClasspath
|
|||||||
org.springframework:spring-core:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-core:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-expression:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-expression:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-jcl:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-jcl:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:database-commons:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:database-commons:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:jdbc:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:jdbc:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:postgresql:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:postgresql:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.tukaani:xz:1.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.tukaani:xz:1.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.w3c.css:sac:1.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.w3c.css:sac:1.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
|||||||
@@ -17,9 +17,9 @@ com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1=compileClasspath,r
|
|||||||
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml:classmate:1.5.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml:classmate:1.5.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:3.1.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:3.1.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-api:3.3.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-api:3.3.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport-zerodep:3.3.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport-zerodep:3.3.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport:3.3.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport:3.3.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jffi:1.3.12=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.jnr:jffi:1.3.12=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jnr-a64asm:1.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.jnr:jnr-a64asm:1.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jnr-constants:0.10.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.jnr:jnr-constants:0.10.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -34,7 +34,7 @@ com.google.api-client:google-api-client-jackson2:2.0.1=compileClasspath,runtimeC
|
|||||||
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:gapic-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:gapic-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -44,7 +44,7 @@ com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.12.20=compileClasspath,run
|
|||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-common-protos:2.30.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-common-protos:2.30.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -57,22 +57,22 @@ com.google.api.grpc:proto-google-cloud-monitoring-v3:1.64.0=compileClasspath,tes
|
|||||||
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.34.0=runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.34.0=runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.108.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.108.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-executor-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-executor-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.127.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.127.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.34.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.29.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.26.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.28.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.45.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:2.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:2.45.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax:2.45.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-appengine:v1-rev20240226-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-appengine:v1-rev20240226-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-bigquery:v2-rev20230812-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-bigquery:v2-rev20230812-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -105,18 +105,18 @@ com.google.cloud.sql:postgres-socket-factory:1.16.0=compileClasspath,runtimeClas
|
|||||||
com.google.cloud:google-cloud-bigquerystorage:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigquerystorage:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable-stats:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable-stats:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-grpc:2.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-grpc:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-http:2.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-http:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core:2.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-firestore:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-firestore:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:1.82.0=compileClasspath,testCompileClasspath
|
com.google.cloud:google-cloud-monitoring:1.82.0=compileClasspath,testCompileClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:3.34.0=runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-monitoring:3.34.0=runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsub:1.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsub:1.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsublite:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsublite:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-secretmanager:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-secretmanager:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-spanner:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-spanner:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-storage:2.34.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-storage:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-tasks:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-tasks:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:grpc-gcp:1.5.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:grpc-gcp:1.5.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -193,28 +193,28 @@ io.confluent:kafka-avro-serializer:5.3.2=compileClasspath,runtimeClasspath,testC
|
|||||||
io.confluent:kafka-schema-registry-client:5.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.confluent:kafka-schema-registry-client:5.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.classgraph:classgraph:4.8.162=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.github.classgraph:classgraph:4.8.162=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=runtimeClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-alts:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-census:1.61.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-census:1.61.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-inprocess:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-inprocess:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty-shaded:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf-lite:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-rls:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-rls:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.61.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-services:1.61.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-services:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-stub:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-stub:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-util:1.61.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-util:1.61.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-util:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-util:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.61.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-xds:1.61.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-xds:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http2:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http2:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -304,7 +304,7 @@ org.eclipse.jetty:jetty-server:9.4.49.v20220914=compileClasspath,runtimeClasspat
|
|||||||
org.eclipse.jetty:jetty-servlet:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-servlet:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.eclipse.jetty:jetty-util-ajax:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-util-ajax:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.eclipse.jetty:jetty-util:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-util:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.flywaydb:flyway-core:10.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.flywaydb:flyway-core:10.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.gwtproject:gwt-user:2.10.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.gwtproject:gwt-user:2.10.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -347,10 +347,10 @@ org.snakeyaml:snakeyaml-engine:2.1=runtimeClasspath,testRuntimeClasspath
|
|||||||
org.springframework:spring-core:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-core:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-expression:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-expression:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-jcl:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-jcl:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:database-commons:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:database-commons:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:jdbc:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:jdbc:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:postgresql:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:postgresql:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.tukaani:xz:1.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.tukaani:xz:1.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.w3c.css:sac:1.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.w3c.css:sac:1.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
|||||||
@@ -17,9 +17,9 @@ com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1=compileClasspath,r
|
|||||||
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml:classmate:1.5.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml:classmate:1.5.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:3.1.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:3.1.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-api:3.3.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-api:3.3.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport-zerodep:3.3.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport-zerodep:3.3.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport:3.3.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport:3.3.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jffi:1.3.12=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.jnr:jffi:1.3.12=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jnr-a64asm:1.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.jnr:jnr-a64asm:1.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.jnr:jnr-constants:0.10.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.jnr:jnr-constants:0.10.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -34,7 +34,7 @@ com.google.api-client:google-api-client-jackson2:2.0.1=compileClasspath,runtimeC
|
|||||||
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:gapic-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:gapic-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -44,7 +44,7 @@ com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.12.20=compileClasspath,run
|
|||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-common-protos:2.30.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-common-protos:2.30.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.172.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -57,22 +57,22 @@ com.google.api.grpc:proto-google-cloud-monitoring-v3:1.64.0=compileClasspath,tes
|
|||||||
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.34.0=runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.34.0=runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.108.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.108.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-executor-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-executor-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-v1:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-storage-v2:2.34.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-storage-v2:2.35.0-alpha=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.127.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.127.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.34.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.29.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.26.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.28.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.45.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:2.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:2.45.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax:2.45.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-appengine:v1-rev20240226-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-appengine:v1-rev20240226-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-bigquery:v2-rev20230812-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-bigquery:v2-rev20230812-2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -105,18 +105,18 @@ com.google.cloud.sql:postgres-socket-factory:1.16.0=compileClasspath,runtimeClas
|
|||||||
com.google.cloud:google-cloud-bigquerystorage:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigquerystorage:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable-stats:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable-stats:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable:2.31.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-grpc:2.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-grpc:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-http:2.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-http:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core:2.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-firestore:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-firestore:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:1.82.0=compileClasspath,testCompileClasspath
|
com.google.cloud:google-cloud-monitoring:1.82.0=compileClasspath,testCompileClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:3.34.0=runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-monitoring:3.34.0=runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsub:1.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsub:1.126.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsublite:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsublite:1.12.20=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-secretmanager:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-secretmanager:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-spanner:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-spanner:6.56.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-storage:2.34.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-storage:2.35.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-tasks:2.36.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-tasks:2.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:grpc-gcp:1.5.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:grpc-gcp:1.5.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -193,28 +193,28 @@ io.confluent:kafka-avro-serializer:5.3.2=compileClasspath,runtimeClasspath,testC
|
|||||||
io.confluent:kafka-schema-registry-client:5.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.confluent:kafka-schema-registry-client:5.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.classgraph:classgraph:4.8.162=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.github.classgraph:classgraph:4.8.162=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=runtimeClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-alts:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-census:1.61.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-census:1.61.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-inprocess:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-inprocess:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty-shaded:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty:1.60.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-protobuf-lite:1.60.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf-lite:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-rls:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-rls:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.61.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-services:1.61.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-services:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-stub:1.61.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-stub:1.62.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-util:1.61.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-util:1.61.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-util:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-util:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.61.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-xds:1.61.0=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-xds:1.61.1=runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.62.2=runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http2:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http2:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.100.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -304,7 +304,7 @@ org.eclipse.jetty:jetty-server:9.4.49.v20220914=compileClasspath,runtimeClasspat
|
|||||||
org.eclipse.jetty:jetty-servlet:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-servlet:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.eclipse.jetty:jetty-util-ajax:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-util-ajax:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.eclipse.jetty:jetty-util:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.eclipse.jetty:jetty-util:9.4.49.v20220914=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.flywaydb:flyway-core:10.9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.flywaydb:flyway-core:10.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.gwtproject:gwt-user:2.10.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.gwtproject:gwt-user:2.10.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -347,10 +347,10 @@ org.snakeyaml:snakeyaml-engine:2.1=runtimeClasspath,testRuntimeClasspath
|
|||||||
org.springframework:spring-core:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-core:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-expression:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-expression:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-jcl:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-jcl:5.3.27=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:database-commons:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:database-commons:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:jdbc:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:jdbc:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:postgresql:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:postgresql:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.19.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.19.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.tukaani:xz:1.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.tukaani:xz:1.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.w3c.css:sac:1.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.w3c.css:sac:1.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
|||||||
@@ -5,24 +5,24 @@ aopalliance:aopalliance:1.0=annotationProcessor,errorprone,testAnnotationProcess
|
|||||||
com.fasterxml.jackson.core:jackson-annotations:2.10.3=testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-annotations:2.10.3=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:3.0.5=annotationProcessor,errorprone,testAnnotationProcessor
|
com.github.ben-manes.caffeine:caffeine:3.0.5=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.github.ben-manes.caffeine:caffeine:3.1.8=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:3.1.8=deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-api:3.3.5=testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-api:3.3.6=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport-zerodep:3.3.5=testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport-zerodep:3.3.6=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-transport:3.3.5=testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-transport:3.3.6=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.kevinstern:software-and-algorithms:1.0=annotationProcessor,errorprone,testAnnotationProcessor
|
com.github.kevinstern:software-and-algorithms:1.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.android:annotations:4.1.1.4=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.android:annotations:4.1.1.4=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.36.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.37.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.126.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.127.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.126.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.127.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.34.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.36.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.29.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.31.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.26.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.28.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.43.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.45.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:2.43.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:2.45.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.43.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax:2.45.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-api-1.0-sdk:1.9.86=compileClasspath,deploy_jar,runtimeClasspath
|
com.google.appengine:appengine-api-1.0-sdk:1.9.86=compileClasspath,deploy_jar,runtimeClasspath
|
||||||
com.google.appengine:appengine-api-1.0-sdk:2.0.24=testCompileClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-1.0-sdk:2.0.25=testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-api-stubs:2.0.24=testCompileClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-stubs:2.0.25=testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-testing:1.9.86=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-testing:1.9.86=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-credentials:1.23.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-credentials:1.23.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-oauth2-http:1.23.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-oauth2-http:1.23.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
@@ -31,7 +31,7 @@ com.google.auto.value:auto-value-annotations:1.10.4=compileClasspath,deploy_jar,
|
|||||||
com.google.auto.value:auto-value-annotations:1.9=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.auto.value:auto-value-annotations:1.9=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.auto.value:auto-value:1.10.4=annotationProcessor,deploy_jar,runtimeClasspath,testAnnotationProcessor,testRuntimeClasspath
|
com.google.auto.value:auto-value:1.10.4=annotationProcessor,deploy_jar,runtimeClasspath,testAnnotationProcessor,testRuntimeClasspath
|
||||||
com.google.auto:auto-common:1.2.1=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.auto:auto-common:1.2.1=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.cloud:google-cloud-tasks:2.36.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-tasks:2.37.0=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.gson:gson:2.10.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.gson:gson:2.10.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.dagger:dagger-compiler:2.51=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger-compiler:2.51=annotationProcessor,testAnnotationProcessor
|
||||||
@@ -82,21 +82,21 @@ commons-logging:commons-logging:1.2=compileClasspath,deploy_jar,runtimeClasspath
|
|||||||
info.picocli:picocli:4.6.2=checkstyle
|
info.picocli:picocli:4.6.2=checkstyle
|
||||||
io.github.eisop:dataflow-errorprone:3.34.0-eisop1=annotationProcessor,errorprone,testAnnotationProcessor
|
io.github.eisop:dataflow-errorprone:3.34.0-eisop1=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=annotationProcessor,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=annotationProcessor,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-alts:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-inprocess:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-inprocess:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty-shaded:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf-lite:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-stub:1.61.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-stub:1.62.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-util:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-util:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.61.1=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.62.2=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-api:0.31.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-api:0.31.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-contrib-http-util:0.31.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-contrib-http-util:0.31.1=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-proto:0.2.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-proto:0.2.0=deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
@@ -162,8 +162,8 @@ org.pcollections:pcollections:3.1.4=annotationProcessor,errorprone,testAnnotatio
|
|||||||
org.reflections:reflections:0.10.2=checkstyle
|
org.reflections:reflections:0.10.2=checkstyle
|
||||||
org.rnorth.duct-tape:duct-tape:1.0.8=testCompileClasspath,testRuntimeClasspath
|
org.rnorth.duct-tape:duct-tape:1.0.8=testCompileClasspath,testRuntimeClasspath
|
||||||
org.slf4j:slf4j-api:1.7.36=testCompileClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-api:1.7.36=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:junit-jupiter:1.19.6=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:junit-jupiter:1.19.7=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.19.6=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.19.7=testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.8=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.8=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.yaml:snakeyaml:2.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.yaml:snakeyaml:2.2=compileClasspath,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
empty=
|
empty=
|
||||||
|
|||||||
Reference in New Issue
Block a user