mirror of
https://github.com/google/nomulus.git
synced 2025-04-29 19:47:51 +02:00
Remove some appengine dependencies (#1874)
Some retriers are no longer needed because transactions are automatically retried by the JPA transaction manager when there's a transient exception. <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/nomulus/1874) <!-- Reviewable:end -->
This commit is contained in:
parent
8c75ce08af
commit
71024c706d
20 changed files with 1054 additions and 1174 deletions
|
@ -4,38 +4,38 @@
|
||||||
antlr:antlr:2.7.7=checkstyle
|
antlr:antlr:2.7.7=checkstyle
|
||||||
aopalliance:aopalliance:1.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
aopalliance:aopalliance:1.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
args4j:args4j:2.0.23=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
args4j:args4j:2.0.23=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-core:2.13.4=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-core:2.14.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson:jackson-bom:2.13.4=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson:jackson-bom:2.14.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:2.7.0=annotationProcessor,testAnnotationProcessor
|
com.github.ben-manes.caffeine:caffeine:2.7.0=annotationProcessor,testAnnotationProcessor
|
||||||
com.github.kevinstern:software-and-algorithms:1.0=annotationProcessor,testAnnotationProcessor
|
com.github.kevinstern:software-and-algorithms:1.0=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.android:annotations:4.1.1.4=testRuntimeClasspath
|
com.google.android:annotations:4.1.1.4=testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:2.0.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:2.1.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:gapic-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:gapic-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-iam-v1:1.6.4=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-iam-v1:1.6.22=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.9.6=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.11.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.6.4=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.6.22=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.2.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.2.2=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.19.4=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.20.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:0.104.4=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:0.105.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.19.4=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax:2.20.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-storage:v1-rev20220705-2.0.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-storage:v1-rev20220705-2.0.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-credentials:1.12.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-credentials:1.13.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-oauth2-http:1.12.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-oauth2-http:1.13.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value-annotations:1.10=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auto.value:auto-value-annotations:1.10.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value:1.10=annotationProcessor
|
com.google.auto.value:auto-value:1.10.1=annotationProcessor
|
||||||
com.google.auto:auto-common:0.10=annotationProcessor,testAnnotationProcessor
|
com.google.auto:auto-common:0.10=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.cloud:google-cloud-core-grpc:2.8.22=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-grpc:2.9.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-http:2.8.22=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-http:2.9.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core:2.8.22=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core:2.9.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-storage:2.14.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-storage:2.16.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jFormatString:3.0.0=annotationProcessor,testAnnotationProcessor
|
com.google.code.findbugs:jFormatString:3.0.0=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.gson:gson:2.9.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.gson:gson:2.10=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.common.html.types:types:1.0.6=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.common.html.types:types:1.0.6=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.errorprone:error_prone_annotation:2.3.4=annotationProcessor,testAnnotationProcessor
|
com.google.errorprone:error_prone_annotation:2.3.4=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.errorprone:error_prone_annotations:2.11.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.errorprone:error_prone_annotations:2.16=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.errorprone:error_prone_annotations:2.3.4=annotationProcessor,checkstyle,testAnnotationProcessor
|
com.google.errorprone:error_prone_annotations:2.3.4=annotationProcessor,checkstyle,testAnnotationProcessor
|
||||||
com.google.errorprone:error_prone_check_api:2.3.4=annotationProcessor,testAnnotationProcessor
|
com.google.errorprone:error_prone_check_api:2.3.4=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.errorprone:error_prone_core:2.3.4=annotationProcessor,testAnnotationProcessor
|
com.google.errorprone:error_prone_core:2.3.4=annotationProcessor,testAnnotationProcessor
|
||||||
|
@ -46,19 +46,19 @@ com.google.guava:guava:27.0.1-jre=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.guava:guava:29.0-jre=checkstyle
|
com.google.guava:guava:29.0-jre=checkstyle
|
||||||
com.google.guava:guava:31.1-jre=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:guava:31.1-jre=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,checkstyle,compileClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,checkstyle,compileClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-apache-v2:1.42.2=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-apache-v2:1.42.3=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-appengine:1.42.2=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-appengine:1.42.3=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-gson:1.42.2=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-gson:1.42.3=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-jackson2:1.42.2=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-jackson2:1.42.3=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client:1.42.2=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client:1.42.3=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.inject.extensions:guice-multibindings:4.1.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.inject.extensions:guice-multibindings:4.1.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.inject:guice:4.1.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.inject:guice:4.1.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.j2objc:j2objc-annotations:1.1=annotationProcessor,testAnnotationProcessor
|
com.google.j2objc:j2objc-annotations:1.1=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.jsinterop:jsinterop-annotations:1.0.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.jsinterop:jsinterop-annotations:1.0.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.oauth-client:google-oauth-client:1.34.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client:1.34.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java-util:3.21.8=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java-util:3.21.10=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java:3.21.8=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java:3.21.10=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java:3.4.0=annotationProcessor,testAnnotationProcessor
|
com.google.protobuf:protobuf-java:3.4.0=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.re2j:re2j:1.6=testRuntimeClasspath
|
com.google.re2j:re2j:1.6=testRuntimeClasspath
|
||||||
com.google.template:soy:2021-02-01=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.template:soy:2021-02-01=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -68,27 +68,27 @@ com.googlecode.java-diff-utils:diffutils:1.3.0=annotationProcessor,testAnnotatio
|
||||||
com.ibm.icu:icu4j:57.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
com.ibm.icu:icu4j:57.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.puppycrawl.tools:checkstyle:8.37=checkstyle
|
com.puppycrawl.tools:checkstyle:8.37=checkstyle
|
||||||
commons-beanutils:commons-beanutils:1.9.4=checkstyle
|
commons-beanutils:commons-beanutils:1.9.4=checkstyle
|
||||||
commons-codec:commons-codec:1.11=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
commons-codec:commons-codec:1.15=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
commons-collections:commons-collections:3.2.2=checkstyle
|
commons-collections:commons-collections:3.2.2=checkstyle
|
||||||
commons-logging:commons-logging:1.2=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
commons-logging:commons-logging:1.2=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
info.picocli:picocli:4.5.2=checkstyle
|
info.picocli:picocli:4.5.2=checkstyle
|
||||||
io.grpc:grpc-alts:1.50.1=testRuntimeClasspath
|
io.grpc:grpc-alts:1.51.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.50.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.51.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.50.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.51.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.50.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.51.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.50.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.51.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.50.1=testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.51.0=testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.50.1=testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.51.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.50.1=testRuntimeClasspath
|
io.grpc:grpc-netty-shaded:1.51.0=testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.50.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf-lite:1.51.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf:1.50.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.51.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.50.1=testRuntimeClasspath
|
io.grpc:grpc-services:1.51.0=testRuntimeClasspath
|
||||||
io.grpc:grpc-stub:1.50.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-stub:1.51.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.50.1=testRuntimeClasspath
|
io.grpc:grpc-xds:1.51.0=testRuntimeClasspath
|
||||||
io.opencensus:opencensus-api:0.31.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-api:0.31.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-contrib-http-util:0.31.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-contrib-http-util:0.31.1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-proto:0.2.0=testRuntimeClasspath
|
io.opencensus:opencensus-proto:0.2.0=testRuntimeClasspath
|
||||||
io.perfmark:perfmark-api:0.25.0=testRuntimeClasspath
|
io.perfmark:perfmark-api:0.26.0=testRuntimeClasspath
|
||||||
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.annotation:jsr250-api:1.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.annotation:jsr250-api:1.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.inject:javax.inject:1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.inject:javax.inject:1=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -104,12 +104,12 @@ org.apache.httpcomponents:httpcore:4.4.15=compileClasspath,testCompileClasspath,
|
||||||
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
|
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
|
||||||
org.checkerframework:checker-qual:2.11.1=checkstyle
|
org.checkerframework:checker-qual:2.11.1=checkstyle
|
||||||
org.checkerframework:checker-qual:3.0.0=annotationProcessor,testAnnotationProcessor
|
org.checkerframework:checker-qual:3.0.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.checkerframework:checker-qual:3.26.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
org.checkerframework:checker-qual:3.28.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.checkerframework:dataflow:3.0.0=annotationProcessor,testAnnotationProcessor
|
org.checkerframework:dataflow:3.0.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.checkerframework:javacutil:3.0.0=annotationProcessor,testAnnotationProcessor
|
org.checkerframework:javacutil:3.0.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.17=annotationProcessor,testAnnotationProcessor
|
org.codehaus.mojo:animal-sniffer-annotations:1.17=annotationProcessor,testAnnotationProcessor
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.22=testRuntimeClasspath
|
org.codehaus.mojo:animal-sniffer-annotations:1.22=testRuntimeClasspath
|
||||||
org.conscrypt:conscrypt-openjdk-uber:2.5.2=testRuntimeClasspath
|
org.conscrypt:conscrypt-openjdk-uber:2.5.2=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
|
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
|
||||||
org.jacoco:org.jacoco.agent:0.8.6=jacocoAgent,jacocoAnt
|
org.jacoco:org.jacoco.agent:0.8.6=jacocoAgent,jacocoAnt
|
||||||
org.jacoco:org.jacoco.ant:0.8.6=jacocoAnt
|
org.jacoco:org.jacoco.ant:0.8.6=jacocoAnt
|
||||||
|
@ -122,8 +122,8 @@ org.junit.jupiter:junit-jupiter-engine:5.9.1=testCompileClasspath,testRuntimeCla
|
||||||
org.junit.platform:junit-platform-commons:1.9.1=testCompileClasspath,testRuntimeClasspath
|
org.junit.platform:junit-platform-commons:1.9.1=testCompileClasspath,testRuntimeClasspath
|
||||||
org.junit.platform:junit-platform-engine:1.9.1=testCompileClasspath,testRuntimeClasspath
|
org.junit.platform:junit-platform-engine:1.9.1=testCompileClasspath,testRuntimeClasspath
|
||||||
org.junit:junit-bom:5.9.1=testCompileClasspath,testRuntimeClasspath
|
org.junit:junit-bom:5.9.1=testCompileClasspath,testRuntimeClasspath
|
||||||
org.mockito:mockito-core:4.8.1=testCompileClasspath,testRuntimeClasspath
|
org.mockito:mockito-core:4.9.0=testCompileClasspath,testRuntimeClasspath
|
||||||
org.objenesis:objenesis:3.2=testRuntimeClasspath
|
org.objenesis:objenesis:3.3=testRuntimeClasspath
|
||||||
org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath
|
org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath
|
||||||
org.ow2.asm:asm-analysis:7.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
org.ow2.asm:asm-analysis:7.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.ow2.asm:asm-analysis:8.0.1=jacocoAnt
|
org.ow2.asm:asm-analysis:8.0.1=jacocoAnt
|
||||||
|
@ -140,5 +140,5 @@ org.plumelib:plume-util:1.0.6=annotationProcessor,testAnnotationProcessor
|
||||||
org.plumelib:reflection-util:0.0.2=annotationProcessor,testAnnotationProcessor
|
org.plumelib:reflection-util:0.0.2=annotationProcessor,testAnnotationProcessor
|
||||||
org.plumelib:require-javadoc:0.1.0=annotationProcessor,testAnnotationProcessor
|
org.plumelib:require-javadoc:0.1.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.reflections:reflections:0.9.12=checkstyle
|
org.reflections:reflections:0.9.12=checkstyle
|
||||||
org.threeten:threetenbp:1.6.3=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.4=compileClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
empty=
|
empty=
|
||||||
|
|
|
@ -32,7 +32,7 @@ commons-collections:commons-collections:3.2.2=checkstyle
|
||||||
info.picocli:picocli:4.5.2=checkstyle
|
info.picocli:picocli:4.5.2=checkstyle
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath,testing,testingCompileClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath,testing,testingCompileClasspath
|
||||||
javax.inject:javax.inject:1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath,testing,testingCompileClasspath
|
javax.inject:javax.inject:1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath,testing,testingCompileClasspath
|
||||||
joda-time:joda-time:2.12.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath,testing,testingCompileClasspath
|
joda-time:joda-time:2.12.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath,testing,testingCompileClasspath
|
||||||
junit:junit:4.13.2=default,testCompileClasspath,testRuntimeClasspath,testing,testingCompileClasspath
|
junit:junit:4.13.2=default,testCompileClasspath,testRuntimeClasspath,testing,testingCompileClasspath
|
||||||
net.sf.saxon:Saxon-HE:10.3=checkstyle
|
net.sf.saxon:Saxon-HE:10.3=checkstyle
|
||||||
org.antlr:antlr4-runtime:4.8-1=checkstyle
|
org.antlr:antlr4-runtime:4.8-1=checkstyle
|
||||||
|
|
|
@ -189,9 +189,6 @@ dependencies {
|
||||||
implementation deps['com.google.apis:google-api-services-sheets']
|
implementation deps['com.google.apis:google-api-services-sheets']
|
||||||
implementation deps['com.google.apis:google-api-services-storage']
|
implementation deps['com.google.apis:google-api-services-storage']
|
||||||
testImplementation deps['com.google.appengine:appengine-api-stubs']
|
testImplementation deps['com.google.appengine:appengine-api-stubs']
|
||||||
implementation deps['com.google.appengine.tools:appengine-gcs-client']
|
|
||||||
implementation deps['com.google.appengine.tools:appengine-pipeline']
|
|
||||||
implementation deps['com.google.appengine:appengine-remote-api']
|
|
||||||
implementation deps['com.google.auth:google-auth-library-credentials']
|
implementation deps['com.google.auth:google-auth-library-credentials']
|
||||||
implementation deps['com.google.auth:google-auth-library-oauth2-http']
|
implementation deps['com.google.auth:google-auth-library-oauth2-http']
|
||||||
implementation deps['com.google.cloud.bigdataoss:util']
|
implementation deps['com.google.cloud.bigdataoss:util']
|
||||||
|
|
|
@ -8,16 +8,14 @@ args4j:args4j:2.0.26=css
|
||||||
cglib:cglib-nodep:2.2=css
|
cglib:cglib-nodep:2.2=css
|
||||||
com.101tec:zkclient:0.10=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.101tec:zkclient:0.10=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.beust:jcommander:1.60=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.beust:jcommander:1.60=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.electronwill.night-config:core:3.6.6=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-annotations:2.14.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.electronwill.night-config:toml:3.6.6=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-core:2.14.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-annotations:2.13.4=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-databind:2.14.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-core:2.13.4=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.14.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-databind:2.13.4=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.13.4=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.datatype:jackson-datatype-joda:2.14.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.4=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.datatype:jackson-datatype-joda:2.13.4=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson:jackson-bom:2.14.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.fasterxml.jackson:jackson-bom:2.13.4=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.fasterxml:classmate:1.5.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml:classmate:1.5.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:2.7.0=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
com.github.ben-manes.caffeine:caffeine:2.7.0=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
||||||
com.github.ben-manes.caffeine:caffeine:2.9.3=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:2.9.3=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -39,73 +37,73 @@ com.google.api-client:google-api-client-jackson2:1.32.2=compileClasspath,default
|
||||||
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:gapic-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:gapic-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:2.20.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:2.23.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.144.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.147.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.144.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.147.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigtable-admin-v2:1.27.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigtable-admin-v2:1.27.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigtable-v2:2.11.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigtable-v2:2.14.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-pubsub-v1:1.102.13=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-pubsub-v1:1.102.20=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.6.3=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.7.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.29.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.31.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.29.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.31.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.29.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.31.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-common-protos:2.9.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-common-protos:2.9.6=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-iam-v1:1.6.4=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-iam-v1:1.6.22=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:2.20.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:2.23.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.144.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.147.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta2:0.144.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta2:0.147.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigtable-admin-v2:2.11.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigtable-admin-v2:2.14.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigtable-v2:2.11.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigtable-v2:2.14.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-datastore-v1:0.102.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-datastore-v1:0.102.5=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-firestore-v1:3.4.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-firestore-v1:3.6.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.4.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-monitoring-v3:1.64.0=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.102.13=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.4.6=default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.6.3=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.102.20=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.5.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.7.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.5.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.6.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.29.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.6.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.29.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.31.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-v1:6.29.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.31.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-v1:6.31.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.5.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.95.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.6.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.95.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.96.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.9.6=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.96.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.6.4=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.11.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.2.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.6.22=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.19.4=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.2.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:0.104.4=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.20.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.19.4=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:0.105.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
com.google.api:gax:2.20.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-appengine:v1-rev20220818-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-appengine:v1-rev20221205-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-bigquery:v2-rev20220827-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-bigquery:v2-rev20220924-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-clouddebugger:v2-rev20220318-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-clouddebugger:v2-rev20220318-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-cloudresourcemanager:v1-rev20220828-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-cloudresourcemanager:v1-rev20220828-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-dataflow:v1b3-rev20220812-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-dataflow:v1b3-rev20220920-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-dns:v2beta1-rev99-1.25.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-dns:v2beta1-rev99-1.25.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-drive:v2-rev393-1.25.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-drive:v2-rev393-1.25.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-groupssettings:v1-rev20210624-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-groupssettings:v1-rev20210624-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-healthcare:v1-rev20220818-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-healthcare:v1-rev20220818-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-iamcredentials:v1-rev20210326-1.32.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-iamcredentials:v1-rev20210326-1.32.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-monitoring:v3-rev20220930-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-monitoring:v3-rev20221205-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-pubsub:v1-rev20220829-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-pubsub:v1-rev20220904-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-sheets:v4-rev20220927-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-sheets:v4-rev20220927-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-sqladmin:v1beta4-rev20221017-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-sqladmin:v1beta4-rev20221017-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-storage:v1-rev20220705-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-storage:v1-rev20220705-2.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine.tools:appengine-gcs-client:0.8.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-1.0-sdk:1.9.86=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath
|
||||||
com.google.appengine.tools:appengine-pipeline:0.2.13=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-1.0-sdk:2.0.10=testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-api-1.0-sdk:2.0.9=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-stubs:2.0.10=testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-api-stubs:2.0.9=testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.google.appengine:appengine-remote-api:2.0.9=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.google.appengine:appengine-testing:1.9.86=default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-testing:1.9.86=default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-credentials:1.12.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-credentials:1.13.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-oauth2-http:1.12.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-oauth2-http:1.13.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.service:auto-service-annotations:1.0.1=annotationProcessor,compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auto.service:auto-service-annotations:1.0.1=annotationProcessor,compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.service:auto-service:1.0.1=annotationProcessor
|
com.google.auto.service:auto-service:1.0.1=annotationProcessor
|
||||||
com.google.auto.value:auto-value-annotations:1.10=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auto.value:auto-value-annotations:1.10.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value:1.10=annotationProcessor,default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testAnnotationProcessor,testRuntimeClasspath
|
com.google.auto.value:auto-value:1.10.1=annotationProcessor,testAnnotationProcessor
|
||||||
|
com.google.auto.value:auto-value:1.9=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto:auto-common:0.10=errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
com.google.auto:auto-common:0.10=errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
||||||
com.google.auto:auto-common:1.2=annotationProcessor
|
com.google.auto:auto-common:1.2=annotationProcessor
|
||||||
com.google.closure-stylesheets:closure-stylesheets:1.5.0=css
|
com.google.closure-stylesheets:closure-stylesheets:1.5.0=css
|
||||||
|
@ -116,33 +114,34 @@ com.google.cloud.bigtable:bigtable-metrics-api:1.26.3=compileClasspath,default,d
|
||||||
com.google.cloud.datastore:datastore-v1-proto-client:2.9.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.datastore:datastore-v1-proto-client:2.9.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.sql:jdbc-socket-factory-core:1.7.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.sql:jdbc-socket-factory-core:1.7.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.sql:postgres-socket-factory:1.7.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud.sql:postgres-socket-factory:1.7.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigquerystorage:2.20.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigquerystorage:2.23.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable-stats:2.11.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable-stats:2.14.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable:2.11.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable:2.14.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-grpc:2.8.22=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-grpc:2.9.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-http:2.8.22=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-http:2.9.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core:2.8.22=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core:2.9.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-firestore:3.4.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-firestore:3.6.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:3.4.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-monitoring:1.82.0=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
||||||
com.google.cloud:google-cloud-nio:0.124.19=testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-monitoring:3.4.6=default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsub:1.120.13=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-nio:0.125.0=testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsublite:1.6.3=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsub:1.120.20=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-secretmanager:2.5.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsublite:1.7.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-spanner:6.29.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-secretmanager:2.6.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-storage:2.14.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-spanner:6.31.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-tasks:2.5.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-storage:2.16.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
com.google.cloud:google-cloud-tasks:2.6.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:grpc-gcp:1.2.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:grpc-gcp:1.2.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.4.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.6.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jFormatString:3.0.0=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
com.google.code.findbugs:jFormatString:3.0.0=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
||||||
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,default,deploy_jar,errorprone,nonprodAnnotationProcessor,nonprodCompileClasspath,nonprodRuntime,nonprodRuntimeClasspath,runtime,runtimeClasspath,soy,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,nonprodAnnotationProcessor,nonprodCompileClasspath,nonprodRuntime,nonprodRuntimeClasspath,runtime,runtimeClasspath,soy,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.gson:gson:2.10=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.gson:gson:2.10=compileClasspath,default,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,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,soy,testCompileClasspath,testRuntimeClasspath
|
com.google.common.html.types:types:1.0.6=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,soy,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.dagger:dagger-compiler:2.44=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger-compiler:2.44.2=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.dagger:dagger-producers:2.44=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger-producers:2.44.2=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.dagger:dagger-spi:2.44=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger-spi:2.44.2=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.dagger:dagger:2.44=annotationProcessor,compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.dagger:dagger:2.44.2=annotationProcessor,compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.devtools.ksp:symbol-processing-api:1.7.0-1.0.6=annotationProcessor,testAnnotationProcessor
|
com.google.devtools.ksp:symbol-processing-api:1.7.0-1.0.6=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.errorprone:error_prone_annotation:2.3.4=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
com.google.errorprone:error_prone_annotation:2.3.4=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
||||||
com.google.errorprone:error_prone_annotations:2.16=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.errorprone:error_prone_annotations:2.16=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -168,10 +167,10 @@ com.google.guava:guava:31.0.1-jre=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.guava:guava:31.1-jre=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:guava:31.1-jre=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,nonprodAnnotationProcessor,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,soy,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,nonprodAnnotationProcessor,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,soy,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.gwt:gwt-user:2.10.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.gwt:gwt-user:2.10.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-apache-v2:1.42.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-apache-v2:1.42.3=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-appengine:1.42.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-appengine:1.42.3=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-gson:1.42.3=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-gson:1.42.3=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-jackson2:1.42.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-jackson2:1.42.3=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-protobuf:1.41.8=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-protobuf:1.41.8=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client:1.42.3=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client:1.42.3=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.inject.extensions:guice-multibindings:4.1.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,soy,testCompileClasspath,testRuntimeClasspath
|
com.google.inject.extensions:guice-multibindings:4.1.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,soy,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -192,9 +191,9 @@ com.google.oauth-client:google-oauth-client-java6:1.34.1=compileClasspath,defaul
|
||||||
com.google.oauth-client:google-oauth-client-jetty:1.34.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client-jetty:1.34.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.oauth-client:google-oauth-client-servlet:1.34.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client-servlet:1.34.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.oauth-client:google-oauth-client:1.34.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client:1.34.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java-util:3.21.8=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java-util:3.21.10=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java:2.5.0=css
|
com.google.protobuf:protobuf-java:2.5.0=css
|
||||||
com.google.protobuf:protobuf-java:3.21.8=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java:3.21.10=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java:3.4.0=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
com.google.protobuf:protobuf-java:3.4.0=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
||||||
com.google.protobuf:protobuf-java:4.0.0-rc-2=soy
|
com.google.protobuf:protobuf-java:4.0.0-rc-2=soy
|
||||||
com.google.re2j:re2j:1.6=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.re2j:re2j:1.6=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -211,6 +210,7 @@ com.puppycrawl.tools:checkstyle:8.37=checkstyle
|
||||||
com.squareup.okhttp3:okhttp:3.11.0=testCompileClasspath,testRuntimeClasspath
|
com.squareup.okhttp3:okhttp:3.11.0=testCompileClasspath,testRuntimeClasspath
|
||||||
com.squareup.okio:okio:1.14.0=testCompileClasspath,testRuntimeClasspath
|
com.squareup.okio:okio:1.14.0=testCompileClasspath,testRuntimeClasspath
|
||||||
com.squareup:javapoet:1.13.0=annotationProcessor,testAnnotationProcessor
|
com.squareup:javapoet:1.13.0=annotationProcessor,testAnnotationProcessor
|
||||||
|
com.squareup:kotlinpoet:1.11.0=annotationProcessor,testAnnotationProcessor
|
||||||
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,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.sun.istack:istack-commons-runtime:3.0.7=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -226,7 +226,7 @@ commons-beanutils:commons-beanutils:1.9.4=checkstyle
|
||||||
commons-codec:commons-codec:1.15=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
commons-codec:commons-codec:1.15=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
commons-collections:commons-collections:3.2.2=checkstyle
|
commons-collections:commons-collections:3.2.2=checkstyle
|
||||||
commons-logging:commons-logging:1.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
commons-logging:commons-logging:1.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
dnsjava:dnsjava:3.5.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
dnsjava:dnsjava:3.5.2=compileClasspath,default,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=nonprodRuntime,runtime,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=nonprodRuntime,runtime,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=nonprodRuntime,runtime,testRuntimeClasspath
|
||||||
|
@ -242,26 +242,24 @@ io.confluent:kafka-schema-registry-client:5.3.2=compileClasspath,default,deploy_
|
||||||
io.dropwizard.metrics:metrics-core:3.1.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.dropwizard.metrics:metrics-core:3.1.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.classgraph:classgraph:4.8.104=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.github.classgraph:classgraph:4.8.104=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.48.0=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
io.grpc:grpc-alts:1.51.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.50.1=default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.51.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.50.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.51.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.50.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-census:1.49.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-census:1.48.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.51.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.50.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.51.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.50.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.51.0=default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.50.1=default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.51.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.48.0=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
io.grpc:grpc-netty-shaded:1.51.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.50.1=default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty:1.49.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.48.0=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
io.grpc:grpc-protobuf-lite:1.51.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.50.1=default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.51.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty:1.48.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-rls:1.49.2=default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.50.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.49.2=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-protobuf:1.50.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.51.0=default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.48.0=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
io.grpc:grpc-stub:1.51.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.50.1=default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.49.2=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-stub:1.50.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.51.0=default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.48.0=compileClasspath,nonprodCompileClasspath,testCompileClasspath
|
|
||||||
io.grpc:grpc-xds:1.50.1=default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
|
||||||
io.netty:netty-buffer:4.1.77.Final=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.77.Final=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http2:4.1.77.Final=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http2:4.1.77.Final=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.77.Final=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.77.Final=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -286,7 +284,7 @@ io.opencensus:opencensus-exporter-stats-stackdriver:0.31.0=compileClasspath,defa
|
||||||
io.opencensus:opencensus-impl-core:0.31.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-impl-core:0.31.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-impl:0.31.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-impl:0.31.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-proto:0.2.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-proto:0.2.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.perfmark:perfmark-api:0.25.0=default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
io.perfmark:perfmark-api:0.26.0=default,deploy_jar,nonprodRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
|
||||||
jakarta.activation:jakarta.activation-api:2.1.0=jaxb,nonprodRuntime,runtime
|
jakarta.activation:jakarta.activation-api:2.1.0=jaxb,nonprodRuntime,runtime
|
||||||
jakarta.xml.bind:jakarta.xml.bind-api:4.0.0=jaxb,nonprodRuntime,runtime
|
jakarta.xml.bind:jakarta.xml.bind-api:4.0.0=jaxb,nonprodRuntime,runtime
|
||||||
javacc:javacc:4.1=css
|
javacc:javacc:4.1=css
|
||||||
|
@ -317,25 +315,25 @@ org.apache.arrow:arrow-format:5.0.0=compileClasspath,default,deploy_jar,nonprodC
|
||||||
org.apache.arrow:arrow-memory-core:5.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.arrow:arrow-memory-core:5.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.arrow:arrow-vector:5.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.arrow:arrow-vector:5.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.avro:avro:1.8.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.avro:avro:1.8.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-model-fn-execution:2.42.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-model-fn-execution:2.43.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-model-job-management:2.42.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-model-job-management:2.43.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-model-pipeline:2.42.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-model-pipeline:2.43.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-core-construction-java:2.42.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-core-construction-java:2.43.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-core-java:2.42.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-core-java:2.43.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-direct-java:2.42.0=testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-direct-java:2.43.0=testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-google-cloud-dataflow-java:2.42.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-google-cloud-dataflow-java:2.43.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-java-fn-execution:2.42.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-java-fn-execution:2.43.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-core:2.42.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-core:2.43.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-expansion-service:2.42.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-expansion-service:2.43.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-extensions-arrow:2.42.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-extensions-arrow:2.43.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.42.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.43.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-extensions-protobuf:2.42.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-extensions-protobuf:2.43.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-fn-execution:2.42.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-fn-execution:2.43.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-io-google-cloud-platform:2.42.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-io-google-cloud-platform:2.43.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-io-kafka:2.42.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-io-kafka:2.43.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-vendor-grpc-1_48_1:0.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-vendor-grpc-1_48_1:0.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-vendor-guava-26_0-jre:0.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-vendor-guava-26_0-jre:0.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-compress:1.21=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-compress:1.22=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-csv:1.9.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-csv:1.9.0=compileClasspath,default,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=nonprodRuntime,runtime,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-lang3:3.12.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-lang3:3.12.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -348,7 +346,7 @@ org.apache.mina:mina-core:2.1.6=testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.sshd:sshd-core:2.0.0=testCompileClasspath,testRuntimeClasspath
|
org.apache.sshd:sshd-core:2.0.0=testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.sshd:sshd-scp:2.0.0=testCompileClasspath,testRuntimeClasspath
|
org.apache.sshd:sshd-scp:2.0.0=testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.sshd:sshd-sftp:2.0.0=testCompileClasspath,testRuntimeClasspath
|
org.apache.sshd:sshd-sftp:2.0.0=testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.tomcat:tomcat-annotations-api:10.1.1=testCompileClasspath,testRuntimeClasspath
|
org.apache.tomcat:tomcat-annotations-api:11.0.0-M1=testCompileClasspath,testRuntimeClasspath
|
||||||
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
|
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
|
||||||
org.bouncycastle:bcpg-jdk15on:1.67=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.bouncycastle:bcpg-jdk15on:1.67=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.bouncycastle:bcpkix-jdk15on:1.67=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.bouncycastle:bcpkix-jdk15on:1.67=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -358,7 +356,7 @@ org.checkerframework:checker-compat-qual:2.5.5=annotationProcessor,compileClassp
|
||||||
org.checkerframework:checker-qual:2.11.1=checkstyle
|
org.checkerframework:checker-qual:2.11.1=checkstyle
|
||||||
org.checkerframework:checker-qual:3.0.0=errorprone,nonprodAnnotationProcessor
|
org.checkerframework:checker-qual:3.0.0=errorprone,nonprodAnnotationProcessor
|
||||||
org.checkerframework:checker-qual:3.12.0=annotationProcessor,testAnnotationProcessor
|
org.checkerframework:checker-qual:3.12.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.checkerframework:checker-qual:3.26.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.checkerframework:checker-qual:3.28.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.checkerframework:checker-qual:3.5.0=nonprodRuntime,runtime,soy
|
org.checkerframework:checker-qual:3.5.0=nonprodRuntime,runtime,soy
|
||||||
org.checkerframework:dataflow:3.0.0=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
org.checkerframework:dataflow:3.0.0=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
||||||
org.checkerframework:javacutil:3.0.0=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
org.checkerframework:javacutil:3.0.0=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
||||||
|
@ -369,7 +367,7 @@ org.codehaus.mojo:animal-sniffer-annotations:1.22=default,deploy_jar,nonprodRunt
|
||||||
org.conscrypt:conscrypt-openjdk-uber:2.5.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.conscrypt:conscrypt-openjdk-uber:2.5.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.easymock:easymock:3.0=css
|
org.easymock:easymock:3.0=css
|
||||||
org.eclipse.angus:angus-activation:1.0.0=nonprodRuntime,runtime
|
org.eclipse.angus:angus-activation:1.0.0=nonprodRuntime,runtime
|
||||||
org.flywaydb:flyway-core:9.7.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.flywaydb:flyway-core:9.10.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:jaxb-core:4.0.1=nonprodRuntime,runtime
|
org.glassfish.jaxb:jaxb-core:4.0.1=nonprodRuntime,runtime
|
||||||
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:jaxb-runtime:4.0.1=nonprodRuntime,runtime
|
org.glassfish.jaxb:jaxb-runtime:4.0.1=nonprodRuntime,runtime
|
||||||
|
@ -393,6 +391,7 @@ org.javassist:javassist:3.26.0-GA=checkstyle
|
||||||
org.jboss.logging:jboss-logging:3.4.3.Final=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jboss.logging:jboss-logging:3.4.3.Final=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jboss:jandex:2.4.2.Final=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jboss:jandex:2.4.2.Final=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
org.jetbrains.kotlin:kotlin-reflect:1.6.10=annotationProcessor,testAnnotationProcessor
|
||||||
org.jetbrains.kotlin:kotlin-stdlib-common:1.7.0=annotationProcessor,testAnnotationProcessor
|
org.jetbrains.kotlin:kotlin-stdlib-common:1.7.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.0=annotationProcessor,testAnnotationProcessor
|
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0=annotationProcessor,testAnnotationProcessor
|
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0=annotationProcessor,testAnnotationProcessor
|
||||||
|
@ -400,11 +399,11 @@ org.jetbrains.kotlin:kotlin-stdlib:1.7.0=annotationProcessor,testAnnotationProce
|
||||||
org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.5.0=annotationProcessor,testAnnotationProcessor
|
org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.5.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.jetbrains:annotations:13.0=annotationProcessor,testAnnotationProcessor
|
org.jetbrains:annotations:13.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.jetbrains:annotations:17.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jetbrains:annotations:17.0.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.joda:joda-money:1.0.2=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.joda:joda-money:1.0.3=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.json:json:20160212=soy
|
org.json:json:20160212=soy
|
||||||
org.json:json:20200518=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.json:json:20200518=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jsoup:jsoup:1.15.3=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jsoup:jsoup:1.15.3=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.junit-pioneer:junit-pioneer:1.7.1=testCompileClasspath,testRuntimeClasspath
|
org.junit-pioneer:junit-pioneer:1.9.1=testCompileClasspath,testRuntimeClasspath
|
||||||
org.junit.jupiter:junit-jupiter-api:5.9.1=testCompileClasspath,testRuntimeClasspath
|
org.junit.jupiter:junit-jupiter-api:5.9.1=testCompileClasspath,testRuntimeClasspath
|
||||||
org.junit.jupiter:junit-jupiter-engine:5.9.1=testCompileClasspath,testRuntimeClasspath
|
org.junit.jupiter:junit-jupiter-engine:5.9.1=testCompileClasspath,testRuntimeClasspath
|
||||||
org.junit.jupiter:junit-jupiter-migrationsupport:5.9.1=testCompileClasspath,testRuntimeClasspath
|
org.junit.jupiter:junit-jupiter-migrationsupport:5.9.1=testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -418,12 +417,12 @@ org.junit.platform:junit-platform-suite-commons:1.9.1=testRuntimeClasspath
|
||||||
org.junit:junit-bom:5.9.1=testCompileClasspath,testRuntimeClasspath
|
org.junit:junit-bom:5.9.1=testCompileClasspath,testRuntimeClasspath
|
||||||
org.jvnet.staxex:stax-ex:1.8=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jvnet.staxex:stax-ex:1.8=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.mockito:mockito-core:1.10.19=css
|
org.mockito:mockito-core:1.10.19=css
|
||||||
org.mockito:mockito-core:4.8.1=testCompileClasspath,testRuntimeClasspath
|
org.mockito:mockito-core:4.9.0=testCompileClasspath,testRuntimeClasspath
|
||||||
org.mockito:mockito-junit-jupiter:4.8.1=testCompileClasspath,testRuntimeClasspath
|
org.mockito:mockito-junit-jupiter:4.9.0=testCompileClasspath,testRuntimeClasspath
|
||||||
org.mortbay.jetty:jetty-util:6.1.26=testCompileClasspath,testRuntimeClasspath
|
org.mortbay.jetty:jetty-util:6.1.26=testCompileClasspath,testRuntimeClasspath
|
||||||
org.mortbay.jetty:jetty:6.1.26=testCompileClasspath,testRuntimeClasspath
|
org.mortbay.jetty:jetty:6.1.26=testCompileClasspath,testRuntimeClasspath
|
||||||
org.objenesis:objenesis:2.1=css
|
org.objenesis:objenesis:2.1=css
|
||||||
org.objenesis:objenesis:3.2=testRuntimeClasspath
|
org.objenesis:objenesis:3.3=testRuntimeClasspath
|
||||||
org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath
|
org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath
|
||||||
org.ow2.asm:asm-analysis:7.0=soy
|
org.ow2.asm:asm-analysis:7.0=soy
|
||||||
org.ow2.asm:asm-analysis:8.0.1=jacocoAnt
|
org.ow2.asm:asm-analysis:8.0.1=jacocoAnt
|
||||||
|
@ -443,7 +442,7 @@ org.pcollections:pcollections:2.1.2=annotationProcessor,errorprone,nonprodAnnota
|
||||||
org.plumelib:plume-util:1.0.6=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
org.plumelib:plume-util:1.0.6=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
||||||
org.plumelib:reflection-util:0.0.2=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
org.plumelib:reflection-util:0.0.2=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
||||||
org.plumelib:require-javadoc:0.1.0=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
org.plumelib:require-javadoc:0.1.0=annotationProcessor,errorprone,nonprodAnnotationProcessor,testAnnotationProcessor
|
||||||
org.postgresql:postgresql:42.5.0=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntime,nonprodRuntimeClasspath,runtime,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.postgresql:postgresql:42.5.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntime,nonprodRuntimeClasspath,runtime,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.reflections:reflections:0.9.12=checkstyle
|
org.reflections:reflections:0.9.12=checkstyle
|
||||||
org.rnorth.duct-tape:duct-tape:1.0.8=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.rnorth.duct-tape:duct-tape:1.0.8=compileClasspath,default,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
|
||||||
|
@ -460,23 +459,23 @@ org.slf4j:jcl-over-slf4j:1.7.30=nonprodRuntime,runtime,testRuntimeClasspath
|
||||||
org.slf4j:jul-to-slf4j:1.7.30=nonprodRuntime,runtime,testRuntimeClasspath
|
org.slf4j:jul-to-slf4j:1.7.30=nonprodRuntime,runtime,testRuntimeClasspath
|
||||||
org.slf4j:slf4j-api:1.7.30=nonprodRuntime,runtime
|
org.slf4j:slf4j-api:1.7.30=nonprodRuntime,runtime
|
||||||
org.slf4j:slf4j-api:1.7.36=compileClasspath,nonprodCompileClasspath,nonprodRuntimeClasspath,testCompileClasspath
|
org.slf4j:slf4j-api:1.7.36=compileClasspath,nonprodCompileClasspath,nonprodRuntimeClasspath,testCompileClasspath
|
||||||
org.slf4j:slf4j-api:2.0.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-api:2.0.5=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.slf4j:slf4j-jdk14:2.0.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-jdk14:2.0.5=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-core:5.3.18=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-core:5.3.18=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-expression:5.3.18=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-expression:5.3.18=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-jcl:5.3.18=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-jcl:5.3.18=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:database-commons:1.17.5=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:database-commons:1.17.6=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:jdbc:1.17.5=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:jdbc:1.17.6=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:junit-jupiter:1.17.5=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:junit-jupiter:1.17.6=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:postgresql:1.17.5=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:postgresql:1.17.6=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:selenium:1.17.5=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:selenium:1.17.6=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.17.5=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.17.6=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.3=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.4=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.tukaani:xz:1.5=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.tukaani:xz:1.5=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.w3c.css:sac:1.3=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.w3c.css:sac:1.3=compileClasspath,default,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=nonprodRuntime,runtime,testRuntimeClasspath
|
||||||
org.xerial.snappy:snappy-java:1.1.8.4=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.xerial.snappy:snappy-java:1.1.8.4=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.yaml:snakeyaml:1.31=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.yaml:snakeyaml:1.33=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-api:16.10.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-api:16.10.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-diagram:16.10.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-diagram:16.10.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-tools:16.10.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-tools:16.10.1=compileClasspath,default,deploy_jar,nonprodCompileClasspath,nonprodRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
|
|
@ -27,7 +27,6 @@ import static java.nio.charset.StandardCharsets.UTF_8;
|
||||||
|
|
||||||
import com.beust.jcommander.Parameter;
|
import com.beust.jcommander.Parameter;
|
||||||
import com.beust.jcommander.Parameters;
|
import com.beust.jcommander.Parameters;
|
||||||
import com.google.appengine.tools.remoteapi.RemoteApiException;
|
|
||||||
import com.google.common.annotations.VisibleForTesting;
|
import com.google.common.annotations.VisibleForTesting;
|
||||||
import com.google.common.base.Joiner;
|
import com.google.common.base.Joiner;
|
||||||
import com.google.common.base.Splitter;
|
import com.google.common.base.Splitter;
|
||||||
|
@ -47,7 +46,6 @@ import google.registry.tools.params.TransitionListParameter.TokenStatusTransitio
|
||||||
import google.registry.util.CollectionUtils;
|
import google.registry.util.CollectionUtils;
|
||||||
import google.registry.util.DomainNameUtils;
|
import google.registry.util.DomainNameUtils;
|
||||||
import google.registry.util.NonFinalForTesting;
|
import google.registry.util.NonFinalForTesting;
|
||||||
import google.registry.util.Retrier;
|
|
||||||
import google.registry.util.StringGenerator;
|
import google.registry.util.StringGenerator;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
@ -170,8 +168,6 @@ class GenerateAllocationTokensCommand implements Command {
|
||||||
@Named("base58StringGenerator")
|
@Named("base58StringGenerator")
|
||||||
StringGenerator stringGenerator;
|
StringGenerator stringGenerator;
|
||||||
|
|
||||||
@Inject Retrier retrier;
|
|
||||||
|
|
||||||
private static final int BATCH_SIZE = 20;
|
private static final int BATCH_SIZE = 20;
|
||||||
private static final Joiner SKIP_NULLS = Joiner.on(',').skipNulls();
|
private static final Joiner SKIP_NULLS = Joiner.on(',').skipNulls();
|
||||||
|
|
||||||
|
@ -220,8 +216,7 @@ class GenerateAllocationTokensCommand implements Command {
|
||||||
return token.build();
|
return token.build();
|
||||||
})
|
})
|
||||||
.collect(toImmutableSet());
|
.collect(toImmutableSet());
|
||||||
// Wrap in a retrier to deal with transient 404 errors (thrown as RemoteApiExceptions).
|
tokensSaved += saveTokens(tokens);
|
||||||
tokensSaved += retrier.callWithRetry(() -> saveTokens(tokens), RemoteApiException.class);
|
|
||||||
} while (tokensSaved < numTokens);
|
} while (tokensSaved < numTokens);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -287,7 +282,7 @@ class GenerateAllocationTokensCommand implements Command {
|
||||||
if (dryRun) {
|
if (dryRun) {
|
||||||
savedTokens = tokens;
|
savedTokens = tokens;
|
||||||
} else {
|
} else {
|
||||||
tm().transact(() -> tm().transact(() -> tm().putAll(tokens)));
|
tm().transact(() -> tm().putAll(tokens));
|
||||||
savedTokens = tm().transact(() -> tm().loadByEntities(tokens));
|
savedTokens = tm().transact(() -> tm().loadByEntities(tokens));
|
||||||
}
|
}
|
||||||
savedTokens.forEach(
|
savedTokens.forEach(
|
||||||
|
|
|
@ -18,8 +18,6 @@ import static google.registry.request.Action.Method.POST;
|
||||||
import static javax.servlet.http.HttpServletResponse.SC_INTERNAL_SERVER_ERROR;
|
import static javax.servlet.http.HttpServletResponse.SC_INTERNAL_SERVER_ERROR;
|
||||||
import static javax.servlet.http.HttpServletResponse.SC_OK;
|
import static javax.servlet.http.HttpServletResponse.SC_OK;
|
||||||
|
|
||||||
import com.google.appengine.api.datastore.DatastoreFailureException;
|
|
||||||
import com.google.appengine.api.datastore.DatastoreTimeoutException;
|
|
||||||
import com.google.common.flogger.FluentLogger;
|
import com.google.common.flogger.FluentLogger;
|
||||||
import com.google.common.net.MediaType;
|
import com.google.common.net.MediaType;
|
||||||
import google.registry.config.RegistryConfig.Config;
|
import google.registry.config.RegistryConfig.Config;
|
||||||
|
@ -86,19 +84,12 @@ public class WhoisAction implements Runnable {
|
||||||
try {
|
try {
|
||||||
final WhoisCommand command = whoisReader.readCommand(input, false, now);
|
final WhoisCommand command = whoisReader.readCommand(input, false, now);
|
||||||
metricBuilder.setCommand(command);
|
metricBuilder.setCommand(command);
|
||||||
WhoisResponseResults results =
|
WhoisResponseResults results;
|
||||||
retrier.callWithRetry(
|
try {
|
||||||
() -> {
|
results = command.executeQuery(now).getResponse(PREFER_UNICODE, disclaimer);
|
||||||
WhoisResponseResults results1;
|
} catch (WhoisException e) {
|
||||||
try {
|
throw new UncheckedWhoisException(e);
|
||||||
results1 = command.executeQuery(now).getResponse(PREFER_UNICODE, disclaimer);
|
}
|
||||||
} catch (WhoisException e) {
|
|
||||||
throw new UncheckedWhoisException(e);
|
|
||||||
}
|
|
||||||
return results1;
|
|
||||||
},
|
|
||||||
DatastoreTimeoutException.class,
|
|
||||||
DatastoreFailureException.class);
|
|
||||||
responseText = results.plainTextOutput();
|
responseText = results.plainTextOutput();
|
||||||
setWhoisMetrics(metricBuilder, results.numResults(), SC_OK);
|
setWhoisMetrics(metricBuilder, results.numResults(), SC_OK);
|
||||||
} catch (UncheckedWhoisException u) {
|
} catch (UncheckedWhoisException u) {
|
||||||
|
|
|
@ -28,13 +28,8 @@ import static google.registry.util.DateTimeUtils.START_OF_TIME;
|
||||||
import static java.nio.charset.StandardCharsets.UTF_8;
|
import static java.nio.charset.StandardCharsets.UTF_8;
|
||||||
import static org.joda.time.DateTimeZone.UTC;
|
import static org.joda.time.DateTimeZone.UTC;
|
||||||
import static org.junit.jupiter.api.Assertions.assertThrows;
|
import static org.junit.jupiter.api.Assertions.assertThrows;
|
||||||
import static org.mockito.Mockito.doThrow;
|
|
||||||
import static org.mockito.Mockito.spy;
|
|
||||||
import static org.mockito.Mockito.times;
|
|
||||||
import static org.mockito.Mockito.verify;
|
|
||||||
|
|
||||||
import com.beust.jcommander.ParameterException;
|
import com.beust.jcommander.ParameterException;
|
||||||
import com.google.appengine.tools.remoteapi.RemoteApiException;
|
|
||||||
import com.google.common.base.Joiner;
|
import com.google.common.base.Joiner;
|
||||||
import com.google.common.collect.ImmutableSet;
|
import com.google.common.collect.ImmutableSet;
|
||||||
import com.google.common.collect.ImmutableSortedMap;
|
import com.google.common.collect.ImmutableSortedMap;
|
||||||
|
@ -45,9 +40,6 @@ import google.registry.model.domain.token.AllocationToken.TokenStatus;
|
||||||
import google.registry.model.reporting.HistoryEntry.HistoryEntryId;
|
import google.registry.model.reporting.HistoryEntry.HistoryEntryId;
|
||||||
import google.registry.testing.DeterministicStringGenerator;
|
import google.registry.testing.DeterministicStringGenerator;
|
||||||
import google.registry.testing.DeterministicStringGenerator.Rule;
|
import google.registry.testing.DeterministicStringGenerator.Rule;
|
||||||
import google.registry.testing.FakeClock;
|
|
||||||
import google.registry.testing.FakeSleeper;
|
|
||||||
import google.registry.util.Retrier;
|
|
||||||
import google.registry.util.StringGenerator.Alphabets;
|
import google.registry.util.StringGenerator.Alphabets;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.util.Collection;
|
import java.util.Collection;
|
||||||
|
@ -55,7 +47,6 @@ import javax.annotation.Nullable;
|
||||||
import org.joda.time.DateTime;
|
import org.joda.time.DateTime;
|
||||||
import org.junit.jupiter.api.BeforeEach;
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
import org.mockito.ArgumentMatchers;
|
|
||||||
|
|
||||||
/** Unit tests for {@link GenerateAllocationTokensCommand}. */
|
/** Unit tests for {@link GenerateAllocationTokensCommand}. */
|
||||||
class GenerateAllocationTokensCommandTest extends CommandTestCase<GenerateAllocationTokensCommand> {
|
class GenerateAllocationTokensCommandTest extends CommandTestCase<GenerateAllocationTokensCommand> {
|
||||||
|
@ -63,8 +54,6 @@ class GenerateAllocationTokensCommandTest extends CommandTestCase<GenerateAlloca
|
||||||
@BeforeEach
|
@BeforeEach
|
||||||
void beforeEach() {
|
void beforeEach() {
|
||||||
command.stringGenerator = new DeterministicStringGenerator(Alphabets.BASE_58);
|
command.stringGenerator = new DeterministicStringGenerator(Alphabets.BASE_58);
|
||||||
command.retrier =
|
|
||||||
new Retrier(new FakeSleeper(new FakeClock(DateTime.parse("2000-01-01TZ"))), 3);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@ -91,21 +80,6 @@ class GenerateAllocationTokensCommandTest extends CommandTestCase<GenerateAlloca
|
||||||
assertInStdout("123456789ABCDEFG");
|
assertInStdout("123456789ABCDEFG");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
void testSuccess_retry() throws Exception {
|
|
||||||
command = spy(command);
|
|
||||||
RemoteApiException fakeException = new RemoteApiException("foo", "foo", "foo", new Exception());
|
|
||||||
doThrow(fakeException)
|
|
||||||
.doThrow(fakeException)
|
|
||||||
.doCallRealMethod()
|
|
||||||
.when(command)
|
|
||||||
.saveTokens(ArgumentMatchers.any());
|
|
||||||
runCommand("--number", "1");
|
|
||||||
assertAllocationTokens(createToken("123456789ABCDEFG", null, null));
|
|
||||||
assertInStdout("123456789ABCDEFG");
|
|
||||||
verify(command, times(3)).saveTokens(ArgumentMatchers.any());
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void testSuccess_tokenCollision() throws Exception {
|
void testSuccess_tokenCollision() throws Exception {
|
||||||
AllocationToken existingToken =
|
AllocationToken existingToken =
|
||||||
|
|
|
@ -38,8 +38,6 @@ import static org.mockito.Mockito.mock;
|
||||||
import static org.mockito.Mockito.verify;
|
import static org.mockito.Mockito.verify;
|
||||||
import static org.mockito.Mockito.when;
|
import static org.mockito.Mockito.when;
|
||||||
|
|
||||||
import com.google.appengine.api.datastore.DatastoreFailureException;
|
|
||||||
import com.google.appengine.api.datastore.DatastoreTimeoutException;
|
|
||||||
import com.google.common.collect.ImmutableSet;
|
import com.google.common.collect.ImmutableSet;
|
||||||
import com.google.common.net.InetAddresses;
|
import com.google.common.net.InetAddresses;
|
||||||
import google.registry.model.contact.Contact;
|
import google.registry.model.contact.Contact;
|
||||||
|
@ -642,29 +640,4 @@ public class WhoisActionTest {
|
||||||
verify(action.whoisMetrics).recordWhoisMetric(eq(expected));
|
verify(action.whoisMetrics).recordWhoisMetric(eq(expected));
|
||||||
assertThat(response.getPayload()).isEqualTo("Internal Server Error");
|
assertThat(response.getPayload()).isEqualTo("Internal Server Error");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
void testRun_retryOnTransientFailure() throws Exception {
|
|
||||||
persistResource(loadRegistrar("TheRegistrar").asBuilder().setUrl("http://my.fake.url").build());
|
|
||||||
persistResource(FullFieldsTestEntityHelper.makeHost("ns1.cat.lol", "1.2.3.4"));
|
|
||||||
WhoisAction action = newWhoisAction("ns1.cat.lol");
|
|
||||||
WhoisResponse expectedResponse =
|
|
||||||
action
|
|
||||||
.whoisReader
|
|
||||||
.readCommand(action.input, false, clock.nowUtc())
|
|
||||||
.executeQuery(clock.nowUtc());
|
|
||||||
|
|
||||||
WhoisReader mockReader = mock(WhoisReader.class);
|
|
||||||
WhoisCommand mockCommand = mock(WhoisCommand.class);
|
|
||||||
when(mockReader.readCommand(any(Reader.class), eq(false), any(DateTime.class)))
|
|
||||||
.thenReturn(mockCommand);
|
|
||||||
when(mockCommand.executeQuery(any(DateTime.class)))
|
|
||||||
.thenThrow(new DatastoreFailureException("Expected transient exception #1"))
|
|
||||||
.thenThrow(new DatastoreTimeoutException("Expected transient exception #2"))
|
|
||||||
.thenReturn(expectedResponse);
|
|
||||||
|
|
||||||
action.whoisReader = mockReader;
|
|
||||||
action.run();
|
|
||||||
assertThat(response.getPayload()).isEqualTo(loadFile("whois_action_nameserver.txt"));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,13 +2,11 @@
|
||||||
# Manual edits can break the build and are not advised.
|
# Manual edits can break the build and are not advised.
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
antlr:antlr:2.7.7=checkstyle
|
antlr:antlr:2.7.7=checkstyle
|
||||||
com.electronwill.night-config:core:3.6.6=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-annotations:2.14.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.electronwill.night-config:toml:3.6.6=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-core:2.14.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-annotations:2.13.4=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-databind:2.14.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-core:2.13.4=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.14.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-databind:2.13.4=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson:jackson-bom:2.14.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.13.4=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.fasterxml.jackson:jackson-bom:2.13.4=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.github.ben-manes.caffeine:caffeine:2.7.0=annotationProcessor,errorprone,testAnnotationProcessor
|
com.github.ben-manes.caffeine:caffeine:2.7.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.github.ben-manes.caffeine:caffeine:2.9.3=testCompileClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:2.9.3=testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-api:3.2.13=testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-api:3.2.13=testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -70,12 +68,12 @@ io.grpc:grpc-context:1.27.2=default,deploy_jar,runtimeClasspath,testRuntimeClass
|
||||||
io.opencensus:opencensus-api:0.31.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-api:0.31.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-contrib-http-util:0.31.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-contrib-http-util:0.31.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.inject:javax.inject:1=testCompileClasspath,testRuntimeClasspath
|
javax.inject:javax.inject:1=testCompileClasspath,testRuntimeClasspath
|
||||||
joda-time:joda-time:2.12.1=testCompileClasspath,testRuntimeClasspath
|
joda-time:joda-time:2.12.2=testCompileClasspath,testRuntimeClasspath
|
||||||
junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath
|
junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath
|
||||||
net.java.dev.jna:jna:5.8.0=testCompileClasspath,testRuntimeClasspath
|
net.java.dev.jna:jna:5.8.0=testCompileClasspath,testRuntimeClasspath
|
||||||
net.sf.saxon:Saxon-HE:10.3=checkstyle
|
net.sf.saxon:Saxon-HE:10.3=checkstyle
|
||||||
org.antlr:antlr4-runtime:4.8-1=checkstyle
|
org.antlr:antlr4-runtime:4.8-1=checkstyle
|
||||||
org.apache.commons:commons-compress:1.21=testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-compress:1.22=testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.httpcomponents:httpclient:4.5.13=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.httpcomponents:httpclient:4.5.13=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.httpcomponents:httpcore:4.4.15=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.httpcomponents:httpcore:4.4.15=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
|
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
|
||||||
|
@ -88,7 +86,7 @@ org.checkerframework:checker-qual:3.19.0=testCompileClasspath,testRuntimeClasspa
|
||||||
org.checkerframework:dataflow:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
org.checkerframework:dataflow:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.checkerframework:javacutil:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
org.checkerframework:javacutil:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.17=annotationProcessor,errorprone,testAnnotationProcessor
|
org.codehaus.mojo:animal-sniffer-annotations:1.17=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.flywaydb:flyway-core:9.7.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.flywaydb:flyway-core:9.10.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
|
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
|
||||||
org.jacoco:org.jacoco.agent:0.8.6=jacocoAgent,jacocoAnt
|
org.jacoco:org.jacoco.agent:0.8.6=jacocoAgent,jacocoAnt
|
||||||
org.jacoco:org.jacoco.ant:0.8.6=jacocoAnt
|
org.jacoco:org.jacoco.ant:0.8.6=jacocoAnt
|
||||||
|
@ -116,13 +114,13 @@ org.pcollections:pcollections:2.1.2=annotationProcessor,errorprone,testAnnotatio
|
||||||
org.plumelib:plume-util:1.0.6=annotationProcessor,errorprone,testAnnotationProcessor
|
org.plumelib:plume-util:1.0.6=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.plumelib:reflection-util:0.0.2=annotationProcessor,errorprone,testAnnotationProcessor
|
org.plumelib:reflection-util:0.0.2=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.plumelib:require-javadoc:0.1.0=annotationProcessor,errorprone,testAnnotationProcessor
|
org.plumelib:require-javadoc:0.1.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.postgresql:postgresql:42.5.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.postgresql:postgresql:42.5.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.reflections:reflections:0.9.12=checkstyle
|
org.reflections:reflections:0.9.12=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:database-commons:1.17.5=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:database-commons:1.17.6=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:jdbc:1.17.5=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:jdbc:1.17.6=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:junit-jupiter:1.17.5=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:junit-jupiter:1.17.6=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:postgresql:1.17.5=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:postgresql:1.17.6=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.17.5=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.17.6=testCompileClasspath,testRuntimeClasspath
|
||||||
empty=archives,errorproneJavac,implementationApi,schema
|
empty=archives,errorproneJavac,implementationApi,schema
|
||||||
|
|
|
@ -57,8 +57,6 @@ ext {
|
||||||
// appengine-api-1.0-sdk has breaking changes.
|
// appengine-api-1.0-sdk has breaking changes.
|
||||||
'com.google.appengine:appengine-api-1.0-sdk:1.9.86',
|
'com.google.appengine:appengine-api-1.0-sdk:1.9.86',
|
||||||
// Pin-breakers for appengine-api-1.0-sdk
|
// Pin-breakers for appengine-api-1.0-sdk
|
||||||
'com.google.appengine.tools:appengine-gcs-client:0.8.1',
|
|
||||||
'com.google.appengine.tools:appengine-pipeline:0.2.13',
|
|
||||||
'com.google.appengine:appengine-testing:1.9.86',
|
'com.google.appengine:appengine-testing:1.9.86',
|
||||||
|
|
||||||
// Pinned for gwt-user.
|
// Pinned for gwt-user.
|
||||||
|
@ -124,7 +122,6 @@ ext {
|
||||||
'com.google.apis:google-api-services-sheets:[v4-rev612-1.25.0,)',
|
'com.google.apis:google-api-services-sheets:[v4-rev612-1.25.0,)',
|
||||||
'com.google.apis:google-api-services-storage:[v1-rev20210127-1.31.0,)',
|
'com.google.apis:google-api-services-storage:[v1-rev20210127-1.31.0,)',
|
||||||
'com.google.appengine:appengine-api-stubs:[1.9.86,)',
|
'com.google.appengine:appengine-api-stubs:[1.9.86,)',
|
||||||
'com.google.appengine:appengine-remote-api:[1.9.86,)',
|
|
||||||
'com.google.auth:google-auth-library-credentials:[0.24.1,)',
|
'com.google.auth:google-auth-library-credentials:[0.24.1,)',
|
||||||
'com.google.auth:google-auth-library-oauth2-http:[0.24.1,)',
|
'com.google.auth:google-auth-library-oauth2-http:[0.24.1,)',
|
||||||
'com.google.auto.service:auto-service-annotations:[1.0-rc7,)',
|
'com.google.auto.service:auto-service-annotations:[1.0-rc7,)',
|
||||||
|
|
|
@ -6,17 +6,15 @@ aopalliance:aopalliance:1.0=default,deploy_jar,runtimeClasspath,testRuntimeClass
|
||||||
args4j:args4j:2.0.23=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
args4j:args4j:2.0.23=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.101tec:zkclient:0.10=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.101tec:zkclient:0.10=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.beust:jcommander:1.60=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.beust:jcommander:1.60=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.electronwill.night-config:core:3.6.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
|
||||||
com.electronwill.night-config:toml:3.6.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
|
||||||
com.fasterxml.jackson.core:jackson-annotations:2.10.3=testCompileClasspath
|
com.fasterxml.jackson.core:jackson-annotations:2.10.3=testCompileClasspath
|
||||||
com.fasterxml.jackson.core:jackson-annotations:2.13.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-annotations:2.14.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-core:2.13.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-core:2.14.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-databind:2.13.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-databind:2.14.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.13.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.14.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.datatype:jackson-datatype-joda:2.13.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.datatype:jackson-datatype-joda:2.14.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson:jackson-bom:2.13.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.fasterxml.jackson:jackson-bom:2.14.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.fasterxml:classmate:1.5.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.fasterxml:classmate:1.5.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:2.7.0=annotationProcessor,errorprone,testAnnotationProcessor
|
com.github.ben-manes.caffeine:caffeine:2.7.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.github.ben-manes.caffeine:caffeine:2.9.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:2.9.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
|
@ -38,73 +36,69 @@ com.google.api-client:google-api-client-jackson2:1.32.2=default,deploy_jar,runti
|
||||||
com.google.api-client:google-api-client-java6:1.35.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-java6:1.35.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client-servlet:1.35.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-servlet:1.35.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:gapic-google-cloud-storage-v2:2.14.0-alpha=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:gapic-google-cloud-storage-v2:2.16.0-alpha=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:2.20.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:2.23.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.144.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.147.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.144.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.147.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigtable-admin-v2:1.27.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigtable-admin-v2:1.27.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigtable-v2:2.11.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigtable-v2:2.14.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-pubsub-v1:1.102.13=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-pubsub-v1:1.102.20=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.6.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.7.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.29.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.31.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.29.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.31.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.29.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.31.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-storage-v2:2.14.0-alpha=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-storage-v2:2.16.0-alpha=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-common-protos:2.9.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-common-protos:2.9.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-iam-v1:1.6.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-iam-v1:1.6.22=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:2.20.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:2.23.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.144.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.147.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta2:0.144.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta2:0.147.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigtable-admin-v2:2.11.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigtable-admin-v2:2.14.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigtable-v2:2.11.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigtable-v2:2.14.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-datastore-v1:0.102.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-datastore-v1:0.102.5=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-firestore-v1:3.4.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-firestore-v1:3.6.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.4.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.4.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.102.13=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.102.20=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.6.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.7.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.5.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.6.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.5.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.6.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.29.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.31.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.29.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.31.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-v1:6.29.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-v1:6.31.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-storage-v2:2.14.0-alpha=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-storage-v2:2.16.0-alpha=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.5.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.6.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.95.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.96.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.95.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.96.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.9.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.11.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.6.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.6.22=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.2.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.2.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.19.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.20.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:0.104.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:0.105.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.19.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:gax:2.20.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-appengine:v1-rev20220818-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-appengine:v1-rev20221205-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-bigquery:v2-rev20220827-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-bigquery:v2-rev20220924-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-clouddebugger:v2-rev20220318-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-clouddebugger:v2-rev20220318-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-cloudresourcemanager:v1-rev20220828-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-cloudresourcemanager:v1-rev20220828-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-dataflow:v1b3-rev20220812-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-dataflow:v1b3-rev20220920-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-dns:v2beta1-rev99-1.25.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-dns:v2beta1-rev99-1.25.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-drive:v2-rev393-1.25.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-drive:v2-rev393-1.25.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-groupssettings:v1-rev20210624-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-groupssettings:v1-rev20210624-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-healthcare:v1-rev20220818-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-healthcare:v1-rev20220818-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-iamcredentials:v1-rev20210326-1.32.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-iamcredentials:v1-rev20210326-1.32.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-monitoring:v3-rev20220930-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-monitoring:v3-rev20221205-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-pubsub:v1-rev20220829-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-pubsub:v1-rev20220904-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-sheets:v4-rev20220927-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-sheets:v4-rev20220927-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-sqladmin:v1beta4-rev20221017-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-sqladmin:v1beta4-rev20221017-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-storage:v1-rev20220705-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-storage:v1-rev20220705-2.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.appengine.tools:appengine-gcs-client:0.8.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-1.0-sdk:1.9.86=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine.tools:appengine-pipeline:0.2.13=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
|
||||||
com.google.appengine:appengine-api-1.0-sdk:1.9.86=compileClasspath,testCompileClasspath
|
|
||||||
com.google.appengine:appengine-api-1.0-sdk:2.0.9=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
|
||||||
com.google.appengine:appengine-remote-api:2.0.9=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
|
||||||
com.google.appengine:appengine-testing:1.9.86=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-testing:1.9.86=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-credentials:1.12.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-credentials:1.13.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-oauth2-http:1.12.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-oauth2-http:1.13.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auto.service:auto-service-annotations:1.0.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.auto.service:auto-service-annotations:1.0.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value-annotations:1.10=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.auto.value:auto-value-annotations:1.10.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value-annotations:1.8.1=testCompileClasspath
|
com.google.auto.value:auto-value-annotations:1.8.1=testCompileClasspath
|
||||||
com.google.auto.value:auto-value:1.10=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.auto.value:auto-value:1.9=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auto:auto-common:0.10=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.auto:auto-common:0.10=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.cloud.bigdataoss:gcsio:2.2.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud.bigdataoss:gcsio:2.2.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.bigdataoss:util:2.2.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud.bigdataoss:util:2.2.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
|
@ -113,27 +107,27 @@ com.google.cloud.bigtable:bigtable-metrics-api:1.26.3=default,deploy_jar,runtime
|
||||||
com.google.cloud.datastore:datastore-v1-proto-client:2.9.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud.datastore:datastore-v1-proto-client:2.9.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.sql:jdbc-socket-factory-core:1.7.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud.sql:jdbc-socket-factory-core:1.7.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.sql:postgres-socket-factory:1.7.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud.sql:postgres-socket-factory:1.7.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigquerystorage:2.20.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigquerystorage:2.23.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable-stats:2.11.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable-stats:2.14.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable:2.11.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable:2.14.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-grpc:2.8.22=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-grpc:2.9.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-http:2.8.22=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-http:2.9.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core:2.8.22=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core:2.9.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-firestore:3.4.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-firestore:3.6.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:3.4.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-monitoring:3.4.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsub:1.120.13=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsub:1.120.20=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsublite:1.6.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsublite:1.7.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-secretmanager:2.5.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-secretmanager:2.6.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-spanner:6.29.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-spanner:6.31.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-storage:2.14.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-storage:2.16.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-tasks:2.5.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-tasks:2.6.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:grpc-gcp:1.2.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:grpc-gcp:1.2.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.4.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.6.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jFormatString:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.code.findbugs:jFormatString:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.gson:gson:2.10=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.code.gson:gson:2.10=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.common.html.types:types:1.0.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.common.html.types:types:1.0.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.dagger:dagger:2.44=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.dagger:dagger:2.44.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.errorprone:error_prone_annotation:2.3.4=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.errorprone:error_prone_annotation:2.3.4=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.errorprone:error_prone_annotations:2.11.0=compileClasspath,testCompileClasspath
|
com.google.errorprone:error_prone_annotations:2.11.0=compileClasspath,testCompileClasspath
|
||||||
com.google.errorprone:error_prone_annotations:2.16=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.errorprone:error_prone_annotations:2.16=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
|
@ -152,10 +146,10 @@ com.google.guava:guava:29.0-jre=checkstyle
|
||||||
com.google.guava:guava:31.1-jre=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:guava:31.1-jre=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.gwt:gwt-user:2.10.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.gwt:gwt-user:2.10.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-apache-v2:1.42.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-apache-v2:1.42.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-appengine:1.42.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-appengine:1.42.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-gson:1.42.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-gson:1.42.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-jackson2:1.42.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-jackson2:1.42.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-protobuf:1.41.8=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-protobuf:1.41.8=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client:1.42.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client:1.42.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.inject.extensions:guice-multibindings:4.1.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.inject.extensions:guice-multibindings:4.1.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
|
@ -170,8 +164,8 @@ com.google.oauth-client:google-oauth-client-java6:1.34.1=default,deploy_jar,runt
|
||||||
com.google.oauth-client:google-oauth-client-jetty:1.34.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client-jetty:1.34.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.oauth-client:google-oauth-client-servlet:1.34.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client-servlet:1.34.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.oauth-client:google-oauth-client:1.34.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client:1.34.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java-util:3.21.8=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java-util:3.21.10=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java:3.21.8=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java:3.21.10=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java:3.4.0=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.protobuf:protobuf-java:3.4.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.re2j:re2j:1.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.re2j:re2j:1.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.re2j:re2j:1.7=compileClasspath,testCompileClasspath
|
com.google.re2j:re2j:1.7=compileClasspath,testCompileClasspath
|
||||||
|
@ -192,7 +186,7 @@ commons-beanutils:commons-beanutils:1.9.4=checkstyle
|
||||||
commons-codec:commons-codec:1.15=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
commons-codec:commons-codec:1.15=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
commons-collections:commons-collections:3.2.2=checkstyle
|
commons-collections:commons-collections:3.2.2=checkstyle
|
||||||
commons-logging:commons-logging:1.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
commons-logging:commons-logging:1.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
dnsjava:dnsjava:3.5.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
dnsjava:dnsjava:3.5.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
info.picocli:picocli:4.5.2=checkstyle
|
info.picocli:picocli:4.5.2=checkstyle
|
||||||
io.confluent:common-config:5.3.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.confluent:common-config:5.3.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.confluent:common-utils:5.3.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.confluent:common-utils:5.3.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
|
@ -201,21 +195,22 @@ io.confluent:kafka-schema-registry-client:5.3.2=default,deploy_jar,runtimeClassp
|
||||||
io.dropwizard.metrics:metrics-core:3.1.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.dropwizard.metrics:metrics-core:3.1.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.github.classgraph:classgraph:4.8.104=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.github.classgraph:classgraph:4.8.104=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-alts:1.51.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.51.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.51.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-census:1.48.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-census:1.49.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.51.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.51.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.51.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.51.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty-shaded:1.51.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty:1.48.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty:1.49.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf-lite:1.51.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.51.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-rls:1.49.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-stub:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.51.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-stub:1.51.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
|
io.grpc:grpc-xds:1.51.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-buffer:4.1.77.Final=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.77.Final=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http2:4.1.77.Final=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http2:4.1.77.Final=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.77.Final=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.77.Final=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
|
@ -240,7 +235,7 @@ io.opencensus:opencensus-exporter-stats-stackdriver:0.31.0=default,deploy_jar,ru
|
||||||
io.opencensus:opencensus-impl-core:0.31.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-impl-core:0.31.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-impl:0.31.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-impl:0.31.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-proto:0.2.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-proto:0.2.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.perfmark:perfmark-api:0.25.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.perfmark:perfmark-api:0.26.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.activation:activation:1.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
javax.activation:activation:1.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.activation:javax.activation-api:1.2.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
javax.activation:javax.activation-api:1.2.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.annotation:javax.annotation-api:1.3.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
javax.annotation:javax.annotation-api:1.3.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
|
@ -263,24 +258,24 @@ org.apache.arrow:arrow-format:5.0.0=default,deploy_jar,runtimeClasspath,testRunt
|
||||||
org.apache.arrow:arrow-memory-core:5.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.arrow:arrow-memory-core:5.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.arrow:arrow-vector:5.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.arrow:arrow-vector:5.0.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.avro:avro:1.8.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.avro:avro:1.8.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-model-fn-execution:2.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.beam:beam-model-fn-execution:2.43.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-model-job-management:2.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.beam:beam-model-job-management:2.43.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-model-pipeline:2.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.beam:beam-model-pipeline:2.43.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-core-construction-java:2.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-core-construction-java:2.43.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-core-java:2.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-core-java:2.43.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-google-cloud-dataflow-java:2.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-google-cloud-dataflow-java:2.43.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-java-fn-execution:2.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-java-fn-execution:2.43.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-core:2.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-core:2.43.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-expansion-service:2.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-expansion-service:2.43.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-extensions-arrow:2.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-extensions-arrow:2.43.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.43.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-extensions-protobuf:2.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-extensions-protobuf:2.43.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-fn-execution:2.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-fn-execution:2.43.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-io-google-cloud-platform:2.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-io-google-cloud-platform:2.43.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-io-kafka:2.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-io-kafka:2.43.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-vendor-grpc-1_48_1:0.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.beam:beam-vendor-grpc-1_48_1:0.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-vendor-guava-26_0-jre:0.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.beam:beam-vendor-guava-26_0-jre:0.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-compress:1.21=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-compress:1.22=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-csv:1.9.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.commons:commons-csv:1.9.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-lang3:3.12.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.commons:commons-lang3:3.12.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.httpcomponents:httpclient:4.5.13=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.httpcomponents:httpclient:4.5.13=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
|
@ -295,7 +290,7 @@ org.checkerframework:checker-qual:2.11.1=checkstyle
|
||||||
org.checkerframework:checker-qual:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
org.checkerframework:checker-qual:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.checkerframework:checker-qual:3.12.0=compileClasspath
|
org.checkerframework:checker-qual:3.12.0=compileClasspath
|
||||||
org.checkerframework:checker-qual:3.13.0=testCompileClasspath
|
org.checkerframework:checker-qual:3.13.0=testCompileClasspath
|
||||||
org.checkerframework:checker-qual:3.26.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.checkerframework:checker-qual:3.28.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.checkerframework:dataflow:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
org.checkerframework:dataflow:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.checkerframework:javacutil:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
org.checkerframework:javacutil:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.codehaus.jackson:jackson-core-asl:1.9.13=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.codehaus.jackson:jackson-core-asl:1.9.13=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
|
@ -303,7 +298,7 @@ org.codehaus.jackson:jackson-mapper-asl:1.9.13=default,deploy_jar,runtimeClasspa
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.17=annotationProcessor,errorprone,testAnnotationProcessor
|
org.codehaus.mojo:animal-sniffer-annotations:1.17=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.22=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.codehaus.mojo:animal-sniffer-annotations:1.22=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.conscrypt:conscrypt-openjdk-uber:2.5.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.conscrypt:conscrypt-openjdk-uber:2.5.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.flywaydb:flyway-core:9.7.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.flywaydb:flyway-core:9.10.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:jaxb-runtime:2.3.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:jaxb-runtime:2.3.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:txw2:2.3.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:txw2:2.3.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.gwtproject:gwt-user:2.10.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.gwtproject:gwt-user:2.10.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
|
@ -321,7 +316,7 @@ org.jboss.logging:jboss-logging:3.4.3.Final=default,deploy_jar,runtimeClasspath,
|
||||||
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.jboss:jandex:2.4.2.Final=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.jboss:jandex:2.4.2.Final=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.jetbrains:annotations:17.0.0=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jetbrains:annotations:17.0.0=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.joda:joda-money:1.0.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.joda:joda-money:1.0.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.json:json:20200518=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.json:json:20200518=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.jsoup:jsoup:1.15.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.jsoup:jsoup:1.15.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.junit.jupiter:junit-jupiter-api:5.9.1=testCompileClasspath,testRuntimeClasspath
|
org.junit.jupiter:junit-jupiter-api:5.9.1=testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -349,25 +344,25 @@ org.pcollections:pcollections:2.1.2=annotationProcessor,errorprone,testAnnotatio
|
||||||
org.plumelib:plume-util:1.0.6=annotationProcessor,errorprone,testAnnotationProcessor
|
org.plumelib:plume-util:1.0.6=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.plumelib:reflection-util:0.0.2=annotationProcessor,errorprone,testAnnotationProcessor
|
org.plumelib:reflection-util:0.0.2=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.plumelib:require-javadoc:0.1.0=annotationProcessor,errorprone,testAnnotationProcessor
|
org.plumelib:require-javadoc:0.1.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.postgresql:postgresql:42.5.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.postgresql:postgresql:42.5.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.reflections:reflections:0.9.12=checkstyle
|
org.reflections:reflections:0.9.12=checkstyle
|
||||||
org.rnorth.duct-tape:duct-tape:1.0.8=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.rnorth.duct-tape:duct-tape:1.0.8=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.slf4j:slf4j-api:1.7.36=testCompileClasspath
|
org.slf4j:slf4j-api:1.7.36=testCompileClasspath
|
||||||
org.slf4j:slf4j-api:2.0.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-api:2.0.5=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.slf4j:slf4j-jdk14:2.0.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-jdk14:2.0.5=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-core:5.3.18=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.springframework:spring-core:5.3.18=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-expression:5.3.18=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.springframework:spring-expression:5.3.18=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-jcl:5.3.18=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.springframework:spring-jcl:5.3.18=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:database-commons:1.17.5=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.testcontainers:database-commons:1.17.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:jdbc:1.17.5=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.testcontainers:jdbc:1.17.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:junit-jupiter:1.17.5=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:junit-jupiter:1.17.6=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:postgresql:1.17.5=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.testcontainers:postgresql:1.17.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.17.5=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.17.6=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.tukaani:xz:1.5=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.tukaani:xz:1.5=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.w3c.css:sac:1.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.w3c.css:sac:1.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.xerial.snappy:snappy-java:1.1.8.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.xerial.snappy:snappy-java:1.1.8.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.yaml:snakeyaml:1.31=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.yaml:snakeyaml:1.33=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-api:16.10.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-api:16.10.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-diagram:16.10.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-diagram:16.10.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-tools:16.10.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-tools:16.10.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
|
|
|
@ -11,31 +11,31 @@ com.github.docker-java:docker-java-transport:3.2.13=testCompileClasspath,testRun
|
||||||
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=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.android:annotations:4.1.1.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.5.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.6.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.95.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.96.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.95.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.96.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.9.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.10.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.6.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.6.7=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.2.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.2.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.19.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.19.5=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:0.104.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:0.104.5=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.19.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:gax:2.19.5=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-api-1.0-sdk:1.9.86=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-1.0-sdk:1.9.86=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-testing:1.9.86=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-testing:1.9.86=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-credentials:1.12.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-credentials:1.12.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-oauth2-http:1.12.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-oauth2-http:1.12.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value-annotations:1.10=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.auto.value:auto-value-annotations:1.10=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value-annotations:1.8.1=testCompileClasspath
|
com.google.auto.value:auto-value-annotations:1.8.1=testCompileClasspath
|
||||||
com.google.auto.value:auto-value:1.10=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.auto.value:auto-value:1.10.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auto:auto-common:0.10=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.auto:auto-common:0.10=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.cloud:google-cloud-tasks:2.5.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-tasks:2.6.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jFormatString:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.code.findbugs:jFormatString:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.gson:gson:2.9.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.code.gson:gson:2.10=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.dagger:dagger-compiler:2.44=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger-compiler:2.44.2=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.dagger:dagger-producers:2.44=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger-producers:2.44.2=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.dagger:dagger-spi:2.44=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger-spi:2.44.2=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.dagger:dagger:2.44=annotationProcessor,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.dagger:dagger:2.44.2=annotationProcessor,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.devtools.ksp:symbol-processing-api:1.7.0-1.0.6=annotationProcessor,testAnnotationProcessor
|
com.google.devtools.ksp:symbol-processing-api:1.7.0-1.0.6=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.errorprone:error_prone_annotation:2.3.4=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.errorprone:error_prone_annotation:2.3.4=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.errorprone:error_prone_annotations:2.11.0=compileClasspath,testCompileClasspath
|
com.google.errorprone:error_prone_annotations:2.11.0=compileClasspath,testCompileClasspath
|
||||||
|
@ -56,13 +56,13 @@ com.google.guava:guava:31.0.1-jre=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.guava:guava:31.1-jre=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:guava:31.1-jre=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-apache-v2:1.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-apache-v2:1.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-gson:1.42.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-gson:1.42.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client:1.42.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client:1.42.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.j2objc:j2objc-annotations:1.1=errorprone
|
com.google.j2objc:j2objc-annotations:1.1=errorprone
|
||||||
com.google.j2objc:j2objc-annotations:1.3=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.j2objc:j2objc-annotations:1.3=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.oauth-client:google-oauth-client:1.34.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client:1.34.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java-util:3.21.8=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java-util:3.21.9=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java:3.21.8=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java:3.21.9=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java:3.4.0=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.protobuf:protobuf-java:3.4.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.re2j:re2j:1.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.re2j:re2j:1.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.truth:truth:1.1.3=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.truth:truth:1.1.3=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -70,25 +70,26 @@ com.googlecode.java-diff-utils:diffutils:1.3.0=annotationProcessor,errorprone,te
|
||||||
com.ibm.icu:icu4j:72.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.ibm.icu:icu4j:72.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.puppycrawl.tools:checkstyle:8.37=checkstyle
|
com.puppycrawl.tools:checkstyle:8.37=checkstyle
|
||||||
com.squareup:javapoet:1.13.0=annotationProcessor,testAnnotationProcessor
|
com.squareup:javapoet:1.13.0=annotationProcessor,testAnnotationProcessor
|
||||||
|
com.squareup:kotlinpoet:1.11.0=annotationProcessor,testAnnotationProcessor
|
||||||
commons-beanutils:commons-beanutils:1.9.4=checkstyle
|
commons-beanutils:commons-beanutils:1.9.4=checkstyle
|
||||||
commons-codec:commons-codec:1.15=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
commons-codec:commons-codec:1.15=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
commons-collections:commons-collections:3.2.2=checkstyle
|
commons-collections:commons-collections:3.2.2=checkstyle
|
||||||
commons-logging:commons-logging:1.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
commons-logging:commons-logging:1.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
info.picocli:picocli:4.5.2=checkstyle
|
info.picocli:picocli:4.5.2=checkstyle
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-alts:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty-shaded:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf-lite:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-stub:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-stub:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-buffer:4.1.59.Final=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.59.Final=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.59.Final=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.59.Final=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec:4.1.59.Final=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec:4.1.59.Final=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -101,20 +102,20 @@ io.netty:netty-transport:4.1.59.Final=compileClasspath,default,deploy_jar,runtim
|
||||||
io.opencensus:opencensus-api:0.31.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-api:0.31.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-contrib-http-util:0.31.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-contrib-http-util:0.31.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-proto:0.2.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-proto:0.2.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.perfmark:perfmark-api:0.25.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.perfmark:perfmark-api:0.26.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.activation:activation:1.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
javax.activation:activation:1.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.activation:javax.activation-api:1.2.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
javax.activation:javax.activation-api:1.2.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.annotation:javax.annotation-api:1.3.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
javax.annotation:javax.annotation-api:1.3.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.inject:javax.inject:1=annotationProcessor,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
javax.inject:javax.inject:1=annotationProcessor,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.mail:mail:1.5.0-b01=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
javax.mail:mail:1.5.0-b01=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.xml.bind:jaxb-api:2.4.0-b180830.0359=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
javax.xml.bind:jaxb-api:2.4.0-b180830.0359=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
joda-time:joda-time:2.12.1=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
joda-time:joda-time:2.12.2=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
junit:junit:4.13.2=default,testCompileClasspath,testRuntimeClasspath
|
junit:junit:4.13.2=default,testCompileClasspath,testRuntimeClasspath
|
||||||
net.java.dev.jna:jna:5.8.0=testCompileClasspath,testRuntimeClasspath
|
net.java.dev.jna:jna:5.8.0=testCompileClasspath,testRuntimeClasspath
|
||||||
net.ltgt.gradle.incap:incap:0.2=annotationProcessor,testAnnotationProcessor
|
net.ltgt.gradle.incap:incap:0.2=annotationProcessor,testAnnotationProcessor
|
||||||
net.sf.saxon:Saxon-HE:10.3=checkstyle
|
net.sf.saxon:Saxon-HE:10.3=checkstyle
|
||||||
org.antlr:antlr4-runtime:4.8-1=checkstyle
|
org.antlr:antlr4-runtime:4.8-1=checkstyle
|
||||||
org.apache.commons:commons-compress:1.21=testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-compress:1.22=testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.httpcomponents:httpclient:4.5.13=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.httpcomponents:httpclient:4.5.13=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.httpcomponents:httpcore:4.4.15=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.httpcomponents:httpcore:4.4.15=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
|
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
|
||||||
|
@ -126,7 +127,7 @@ org.checkerframework:checker-qual:2.11.1=checkstyle
|
||||||
org.checkerframework:checker-qual:3.0.0=errorprone
|
org.checkerframework:checker-qual:3.0.0=errorprone
|
||||||
org.checkerframework:checker-qual:3.12.0=annotationProcessor,compileClasspath,testAnnotationProcessor
|
org.checkerframework:checker-qual:3.12.0=annotationProcessor,compileClasspath,testAnnotationProcessor
|
||||||
org.checkerframework:checker-qual:3.19.0=testCompileClasspath
|
org.checkerframework:checker-qual:3.19.0=testCompileClasspath
|
||||||
org.checkerframework:checker-qual:3.26.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.checkerframework:checker-qual:3.27.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.checkerframework:dataflow:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
org.checkerframework:dataflow:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.checkerframework:javacutil:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
org.checkerframework:javacutil:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.17=errorprone
|
org.codehaus.mojo:animal-sniffer-annotations:1.17=errorprone
|
||||||
|
@ -138,6 +139,7 @@ org.jacoco:org.jacoco.ant:0.8.6=jacocoAnt
|
||||||
org.jacoco:org.jacoco.core:0.8.6=jacocoAnt
|
org.jacoco:org.jacoco.core:0.8.6=jacocoAnt
|
||||||
org.jacoco:org.jacoco.report:0.8.6=jacocoAnt
|
org.jacoco:org.jacoco.report:0.8.6=jacocoAnt
|
||||||
org.javassist:javassist:3.26.0-GA=checkstyle
|
org.javassist:javassist:3.26.0-GA=checkstyle
|
||||||
|
org.jetbrains.kotlin:kotlin-reflect:1.6.10=annotationProcessor,testAnnotationProcessor
|
||||||
org.jetbrains.kotlin:kotlin-stdlib-common:1.7.0=annotationProcessor,testAnnotationProcessor
|
org.jetbrains.kotlin:kotlin-stdlib-common:1.7.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.0=annotationProcessor,testAnnotationProcessor
|
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0=annotationProcessor,testAnnotationProcessor
|
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0=annotationProcessor,testAnnotationProcessor
|
||||||
|
@ -168,8 +170,8 @@ org.plumelib:require-javadoc:0.1.0=annotationProcessor,errorprone,testAnnotation
|
||||||
org.reflections:reflections:0.9.12=checkstyle
|
org.reflections:reflections:0.9.12=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.17.5=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:junit-jupiter:1.17.6=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.17.5=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.17.6=testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.yaml:snakeyaml:1.33=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.yaml:snakeyaml:1.33=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
empty=archives,errorproneJavac
|
empty=archives,errorproneJavac
|
||||||
|
|
|
@ -11,32 +11,32 @@ com.github.docker-java:docker-java-transport:3.2.13=testCompileClasspath,testRun
|
||||||
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=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.android:annotations:4.1.1.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.5.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.6.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.95.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.96.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.95.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.96.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.9.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.10.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.6.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.6.7=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.2.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.2.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.19.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.19.5=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:0.104.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:0.104.5=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.19.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api:gax:2.19.5=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-api-1.0-sdk:1.9.86=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-1.0-sdk:1.9.86=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-testing:1.9.86=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-testing:1.9.86=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-credentials:1.12.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-credentials:1.12.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-oauth2-http:1.12.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-oauth2-http:1.12.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value-annotations:1.10=compileClasspath,default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.auto.value:auto-value-annotations:1.10=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
|
com.google.auto.value:auto-value-annotations:1.10.1=compileClasspath
|
||||||
com.google.auto.value:auto-value-annotations:1.8.1=testCompileClasspath
|
com.google.auto.value:auto-value-annotations:1.8.1=testCompileClasspath
|
||||||
com.google.auto.value:auto-value:1.10=annotationProcessor,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testRuntimeClasspath
|
com.google.auto.value:auto-value:1.10.1=annotationProcessor,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testRuntimeClasspath
|
||||||
com.google.auto:auto-common:0.10=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.auto:auto-common:0.10=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.cloud:google-cloud-tasks:2.5.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-tasks:2.6.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jFormatString:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.code.findbugs:jFormatString:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.gson:gson:2.10=compileClasspath,testCompileClasspath
|
com.google.code.gson:gson:2.10=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.gson:gson:2.9.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.dagger:dagger-compiler:2.44.2=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.dagger:dagger-compiler:2.44=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger-producers:2.44.2=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.dagger:dagger-producers:2.44=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger-spi:2.44.2=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.dagger:dagger-spi:2.44=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger:2.44.2=annotationProcessor,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.dagger:dagger:2.44=annotationProcessor,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.google.devtools.ksp:symbol-processing-api:1.7.0-1.0.6=annotationProcessor,testAnnotationProcessor
|
com.google.devtools.ksp:symbol-processing-api:1.7.0-1.0.6=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.errorprone:error_prone_annotation:2.3.4=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.errorprone:error_prone_annotation:2.3.4=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.errorprone:error_prone_annotations:2.11.0=compileClasspath,testCompileClasspath
|
com.google.errorprone:error_prone_annotations:2.11.0=compileClasspath,testCompileClasspath
|
||||||
|
@ -57,15 +57,15 @@ com.google.guava:guava:31.0.1-jre=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.guava:guava:31.1-jre=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:guava:31.1-jre=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-apache-v2:1.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-apache-v2:1.42.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-gson:1.42.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-gson:1.42.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client:1.42.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client:1.42.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.j2objc:j2objc-annotations:1.1=errorprone
|
com.google.j2objc:j2objc-annotations:1.1=errorprone
|
||||||
com.google.j2objc:j2objc-annotations:1.3=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.j2objc:j2objc-annotations:1.3=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.monitoring-client:contrib:1.0.7=testCompileClasspath,testRuntimeClasspath
|
com.google.monitoring-client:contrib:1.0.7=testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.monitoring-client:metrics:1.0.7=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.monitoring-client:metrics:1.0.7=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.oauth-client:google-oauth-client:1.34.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client:1.34.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java-util:3.21.8=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java-util:3.21.9=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java:3.21.8=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java:3.21.9=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java:3.4.0=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.protobuf:protobuf-java:3.4.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.re2j:re2j:1.1=compileClasspath,testCompileClasspath
|
com.google.re2j:re2j:1.1=compileClasspath,testCompileClasspath
|
||||||
com.google.re2j:re2j:1.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.re2j:re2j:1.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
|
@ -74,25 +74,26 @@ com.googlecode.java-diff-utils:diffutils:1.3.0=annotationProcessor,errorprone,te
|
||||||
com.ibm.icu:icu4j:72.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.ibm.icu:icu4j:72.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.puppycrawl.tools:checkstyle:8.37=checkstyle
|
com.puppycrawl.tools:checkstyle:8.37=checkstyle
|
||||||
com.squareup:javapoet:1.13.0=annotationProcessor,testAnnotationProcessor
|
com.squareup:javapoet:1.13.0=annotationProcessor,testAnnotationProcessor
|
||||||
|
com.squareup:kotlinpoet:1.11.0=annotationProcessor,testAnnotationProcessor
|
||||||
commons-beanutils:commons-beanutils:1.9.4=checkstyle
|
commons-beanutils:commons-beanutils:1.9.4=checkstyle
|
||||||
commons-codec:commons-codec:1.15=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
commons-codec:commons-codec:1.15=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
commons-collections:commons-collections:3.2.2=checkstyle
|
commons-collections:commons-collections:3.2.2=checkstyle
|
||||||
commons-logging:commons-logging:1.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
commons-logging:commons-logging:1.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
info.picocli:picocli:4.5.2=checkstyle
|
info.picocli:picocli:4.5.2=checkstyle
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-alts:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty-shaded:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf-lite:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-stub:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-stub:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-buffer:4.1.59.Final=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.59.Final=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.59.Final=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.59.Final=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec:4.1.59.Final=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec:4.1.59.Final=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -105,14 +106,14 @@ io.netty:netty-transport:4.1.59.Final=compileClasspath,default,deploy_jar,runtim
|
||||||
io.opencensus:opencensus-api:0.31.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-api:0.31.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-contrib-http-util:0.31.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-contrib-http-util:0.31.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-proto:0.2.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-proto:0.2.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.perfmark:perfmark-api:0.25.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.perfmark:perfmark-api:0.26.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.activation:activation:1.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
javax.activation:activation:1.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.activation:javax.activation-api:1.2.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
javax.activation:javax.activation-api:1.2.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.annotation:javax.annotation-api:1.3.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
javax.annotation:javax.annotation-api:1.3.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.inject:javax.inject:1=annotationProcessor,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
javax.inject:javax.inject:1=annotationProcessor,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.mail:mail:1.5.0-b01=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
javax.mail:mail:1.5.0-b01=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.xml.bind:jaxb-api:2.4.0-b180830.0359=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
javax.xml.bind:jaxb-api:2.4.0-b180830.0359=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
joda-time:joda-time:2.12.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
joda-time:joda-time:2.12.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
junit:junit:4.13.2=default,testCompileClasspath,testRuntimeClasspath
|
junit:junit:4.13.2=default,testCompileClasspath,testRuntimeClasspath
|
||||||
net.bytebuddy:byte-buddy-agent:1.12.16=testCompileClasspath,testRuntimeClasspath
|
net.bytebuddy:byte-buddy-agent:1.12.16=testCompileClasspath,testRuntimeClasspath
|
||||||
net.bytebuddy:byte-buddy:1.12.16=testCompileClasspath,testRuntimeClasspath
|
net.bytebuddy:byte-buddy:1.12.16=testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -120,7 +121,7 @@ net.java.dev.jna:jna:5.8.0=testCompileClasspath,testRuntimeClasspath
|
||||||
net.ltgt.gradle.incap:incap:0.2=annotationProcessor,testAnnotationProcessor
|
net.ltgt.gradle.incap:incap:0.2=annotationProcessor,testAnnotationProcessor
|
||||||
net.sf.saxon:Saxon-HE:10.3=checkstyle
|
net.sf.saxon:Saxon-HE:10.3=checkstyle
|
||||||
org.antlr:antlr4-runtime:4.8-1=checkstyle
|
org.antlr:antlr4-runtime:4.8-1=checkstyle
|
||||||
org.apache.commons:commons-compress:1.21=testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-compress:1.22=testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.httpcomponents:httpclient:4.5.13=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.httpcomponents:httpclient:4.5.13=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apache.httpcomponents:httpcore:4.4.15=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.apache.httpcomponents:httpcore:4.4.15=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
|
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
|
||||||
|
@ -132,7 +133,7 @@ org.checkerframework:checker-qual:2.11.1=checkstyle
|
||||||
org.checkerframework:checker-qual:3.0.0=errorprone
|
org.checkerframework:checker-qual:3.0.0=errorprone
|
||||||
org.checkerframework:checker-qual:3.12.0=annotationProcessor,compileClasspath,testAnnotationProcessor
|
org.checkerframework:checker-qual:3.12.0=annotationProcessor,compileClasspath,testAnnotationProcessor
|
||||||
org.checkerframework:checker-qual:3.19.0=testCompileClasspath
|
org.checkerframework:checker-qual:3.19.0=testCompileClasspath
|
||||||
org.checkerframework:checker-qual:3.26.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.checkerframework:checker-qual:3.27.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.checkerframework:dataflow:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
org.checkerframework:dataflow:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.checkerframework:javacutil:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
org.checkerframework:javacutil:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.17=errorprone
|
org.codehaus.mojo:animal-sniffer-annotations:1.17=errorprone
|
||||||
|
@ -144,6 +145,7 @@ org.jacoco:org.jacoco.ant:0.8.6=jacocoAnt
|
||||||
org.jacoco:org.jacoco.core:0.8.6=jacocoAnt
|
org.jacoco:org.jacoco.core:0.8.6=jacocoAnt
|
||||||
org.jacoco:org.jacoco.report:0.8.6=jacocoAnt
|
org.jacoco:org.jacoco.report:0.8.6=jacocoAnt
|
||||||
org.javassist:javassist:3.26.0-GA=checkstyle
|
org.javassist:javassist:3.26.0-GA=checkstyle
|
||||||
|
org.jetbrains.kotlin:kotlin-reflect:1.6.10=annotationProcessor,testAnnotationProcessor
|
||||||
org.jetbrains.kotlin:kotlin-stdlib-common:1.7.0=annotationProcessor,testAnnotationProcessor
|
org.jetbrains.kotlin:kotlin-stdlib-common:1.7.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.0=annotationProcessor,testAnnotationProcessor
|
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0=annotationProcessor,testAnnotationProcessor
|
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0=annotationProcessor,testAnnotationProcessor
|
||||||
|
@ -161,8 +163,8 @@ org.junit.platform:junit-platform-runner:1.9.1=testCompileClasspath,testRuntimeC
|
||||||
org.junit.platform:junit-platform-suite-api:1.9.1=testCompileClasspath,testRuntimeClasspath
|
org.junit.platform:junit-platform-suite-api:1.9.1=testCompileClasspath,testRuntimeClasspath
|
||||||
org.junit.platform:junit-platform-suite-commons:1.9.1=testRuntimeClasspath
|
org.junit.platform:junit-platform-suite-commons:1.9.1=testRuntimeClasspath
|
||||||
org.junit:junit-bom:5.9.1=testCompileClasspath,testRuntimeClasspath
|
org.junit:junit-bom:5.9.1=testCompileClasspath,testRuntimeClasspath
|
||||||
org.mockito:mockito-core:4.8.1=testCompileClasspath,testRuntimeClasspath
|
org.mockito:mockito-core:4.9.0=testCompileClasspath,testRuntimeClasspath
|
||||||
org.objenesis:objenesis:3.2=testRuntimeClasspath
|
org.objenesis:objenesis:3.3=testRuntimeClasspath
|
||||||
org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath
|
org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath
|
||||||
org.ow2.asm:asm-analysis:8.0.1=jacocoAnt
|
org.ow2.asm:asm-analysis:8.0.1=jacocoAnt
|
||||||
org.ow2.asm:asm-commons:8.0.1=jacocoAnt
|
org.ow2.asm:asm-commons:8.0.1=jacocoAnt
|
||||||
|
@ -176,9 +178,9 @@ org.plumelib:require-javadoc:0.1.0=annotationProcessor,errorprone,testAnnotation
|
||||||
org.reflections:reflections:0.9.12=checkstyle
|
org.reflections:reflections:0.9.12=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.17.5=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:junit-jupiter:1.17.6=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.17.5=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.17.6=testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.3=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.yaml:snakeyaml:1.33=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.yaml:snakeyaml:1.33=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
xerces:xmlParserAPIs:2.6.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
xerces:xmlParserAPIs:2.6.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
xpp3:xpp3:1.1.4c=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
xpp3:xpp3:1.1.4c=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
# This file is expected to be part of source control.
|
# This file is expected to be part of source control.
|
||||||
antlr:antlr:2.7.7=checkstyle
|
antlr:antlr:2.7.7=checkstyle
|
||||||
com.beust:jcommander:1.60=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.beust:jcommander:1.60=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-annotations:2.13.4=testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-annotations:2.14.1=testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-core:2.13.4=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-core:2.14.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson:jackson-bom:2.13.4=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson:jackson-bom:2.14.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:2.7.0=annotationProcessor,errorprone,testAnnotationProcessor
|
com.github.ben-manes.caffeine:caffeine:2.7.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.github.ben-manes.caffeine:caffeine:2.9.3=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:2.9.3=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-api:3.2.13=testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-api:3.2.13=testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -14,45 +14,44 @@ com.github.docker-java:docker-java-transport:3.2.13=testCompileClasspath,testRun
|
||||||
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=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.android:annotations:4.1.1.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:gapic-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:gapic-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-iam-v1:1.6.4=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-iam-v1:1.6.22=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.5.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.6.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.95.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.96.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.95.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.96.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.9.6=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.11.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.6.4=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.6.22=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.2.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.2.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.19.4=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.20.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:0.104.4=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:0.105.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.19.4=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax:2.20.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-cloudkms:v1-rev20220916-2.0.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-cloudkms:v1-rev20221107-2.0.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-monitoring:v3-rev20220930-2.0.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-monitoring:v3-rev20221205-2.0.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-storage:v1-rev20220705-2.0.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-storage:v1-rev20220705-2.0.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-api-1.0-sdk:1.9.86=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-1.0-sdk:1.9.86=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-testing:1.9.86=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-testing:1.9.86=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-credentials:1.12.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-credentials:1.13.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-oauth2-http:1.12.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-oauth2-http:1.13.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value-annotations:1.10=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auto.value:auto-value-annotations:1.10.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value:1.10=annotationProcessor,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testRuntimeClasspath
|
com.google.auto.value:auto-value:1.10.1=annotationProcessor,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testRuntimeClasspath
|
||||||
com.google.auto:auto-common:0.10=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.auto:auto-common:0.10=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.cloud:google-cloud-core-grpc:2.8.22=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-grpc:2.9.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-http:2.8.22=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-http:2.9.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core:2.8.22=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core:2.9.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-storage:2.14.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-storage:2.16.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-tasks:2.5.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-tasks:2.6.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jFormatString:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.code.findbugs:jFormatString:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.gson:gson:2.9.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.gson:gson:2.10=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.dagger:dagger-compiler:2.44=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger-compiler:2.44.2=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.dagger:dagger-producers:2.44=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger-producers:2.44.2=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.dagger:dagger-spi:2.44=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger-spi:2.44.2=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.dagger:dagger:2.44=annotationProcessor,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.dagger:dagger:2.44.2=annotationProcessor,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.devtools.ksp:symbol-processing-api:1.7.0-1.0.6=annotationProcessor,testAnnotationProcessor
|
com.google.devtools.ksp:symbol-processing-api:1.7.0-1.0.6=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.errorprone:error_prone_annotation:2.3.4=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.errorprone:error_prone_annotation:2.3.4=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.errorprone:error_prone_annotations:2.11.0=compileClasspath,testCompileClasspath
|
com.google.errorprone:error_prone_annotations:2.16=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.errorprone:error_prone_annotations:2.16=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
|
||||||
com.google.errorprone:error_prone_annotations:2.3.4=checkstyle,errorprone
|
com.google.errorprone:error_prone_annotations:2.3.4=checkstyle,errorprone
|
||||||
com.google.errorprone:error_prone_annotations:2.7.1=annotationProcessor,testAnnotationProcessor
|
com.google.errorprone:error_prone_annotations:2.7.1=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.errorprone:error_prone_check_api:2.3.4=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.errorprone:error_prone_check_api:2.3.4=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
|
@ -68,19 +67,19 @@ com.google.guava:guava:29.0-jre=checkstyle
|
||||||
com.google.guava:guava:31.0.1-jre=annotationProcessor,testAnnotationProcessor
|
com.google.guava:guava:31.0.1-jre=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.guava:guava:31.1-jre=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:guava:31.1-jre=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-apache-v2:1.42.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-apache-v2:1.42.3=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-appengine:1.42.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-appengine:1.42.3=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-gson:1.42.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-gson:1.42.3=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-jackson2:1.42.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-jackson2:1.42.3=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client:1.42.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client:1.42.3=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.j2objc:j2objc-annotations:1.1=errorprone
|
com.google.j2objc:j2objc-annotations:1.1=errorprone
|
||||||
com.google.j2objc:j2objc-annotations:1.3=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.j2objc:j2objc-annotations:1.3=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.monitoring-client:contrib:1.0.7=testCompileClasspath,testRuntimeClasspath
|
com.google.monitoring-client:contrib:1.0.7=testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.monitoring-client:metrics:1.0.7=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.monitoring-client:metrics:1.0.7=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.monitoring-client:stackdriver:1.0.7=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.monitoring-client:stackdriver:1.0.7=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.oauth-client:google-oauth-client:1.34.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client:1.34.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java-util:3.21.8=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java-util:3.21.10=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java:3.21.8=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java:3.21.10=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java:3.4.0=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.protobuf:protobuf-java:3.4.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.re2j:re2j:1.1=compileClasspath,testCompileClasspath
|
com.google.re2j:re2j:1.1=compileClasspath,testCompileClasspath
|
||||||
com.google.re2j:re2j:1.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.re2j:re2j:1.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
|
@ -89,26 +88,26 @@ com.googlecode.java-diff-utils:diffutils:1.3.0=annotationProcessor,errorprone,te
|
||||||
com.ibm.icu:icu4j:72.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.ibm.icu:icu4j:72.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.puppycrawl.tools:checkstyle:8.37=checkstyle
|
com.puppycrawl.tools:checkstyle:8.37=checkstyle
|
||||||
com.squareup:javapoet:1.13.0=annotationProcessor,testAnnotationProcessor
|
com.squareup:javapoet:1.13.0=annotationProcessor,testAnnotationProcessor
|
||||||
|
com.squareup:kotlinpoet:1.11.0=annotationProcessor,testAnnotationProcessor
|
||||||
commons-beanutils:commons-beanutils:1.9.4=checkstyle
|
commons-beanutils:commons-beanutils:1.9.4=checkstyle
|
||||||
commons-codec:commons-codec:1.11=compileClasspath,testCompileClasspath
|
commons-codec:commons-codec:1.15=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
commons-codec:commons-codec:1.15=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
|
||||||
commons-collections:commons-collections:3.2.2=checkstyle
|
commons-collections:commons-collections:3.2.2=checkstyle
|
||||||
commons-logging:commons-logging:1.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
commons-logging:commons-logging:1.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
info.picocli:picocli:4.5.2=checkstyle
|
info.picocli:picocli:4.5.2=checkstyle
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-alts:1.51.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.50.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.51.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.50.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.51.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.50.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.51.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.50.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.51.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.51.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.51.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty-shaded:1.51.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.50.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf-lite:1.51.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf:1.50.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.51.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.51.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-stub:1.50.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-stub:1.51.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.51.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-buffer:4.1.59.Final=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.59.Final=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.59.Final=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.59.Final=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec:4.1.59.Final=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec:4.1.59.Final=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -121,14 +120,14 @@ io.netty:netty-transport:4.1.59.Final=compileClasspath,default,deploy_jar,runtim
|
||||||
io.opencensus:opencensus-api:0.31.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-api:0.31.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-contrib-http-util:0.31.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-contrib-http-util:0.31.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-proto:0.2.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-proto:0.2.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.perfmark:perfmark-api:0.25.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.perfmark:perfmark-api:0.26.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.activation:activation:1.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
javax.activation:activation:1.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.activation:javax.activation-api:1.2.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
javax.activation:javax.activation-api:1.2.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.inject:javax.inject:1=annotationProcessor,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
javax.inject:javax.inject:1=annotationProcessor,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.mail:mail:1.5.0-b01=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
javax.mail:mail:1.5.0-b01=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.xml.bind:jaxb-api:2.4.0-b180830.0359=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
javax.xml.bind:jaxb-api:2.4.0-b180830.0359=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
joda-time:joda-time:2.12.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
joda-time:joda-time:2.12.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
junit:junit:4.13.2=default,testCompileClasspath,testRuntimeClasspath
|
junit:junit:4.13.2=default,testCompileClasspath,testRuntimeClasspath
|
||||||
net.bytebuddy:byte-buddy-agent:1.12.16=testCompileClasspath,testRuntimeClasspath
|
net.bytebuddy:byte-buddy-agent:1.12.16=testCompileClasspath,testRuntimeClasspath
|
||||||
net.bytebuddy:byte-buddy:1.12.16=testCompileClasspath,testRuntimeClasspath
|
net.bytebuddy:byte-buddy:1.12.16=testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -136,7 +135,7 @@ net.java.dev.jna:jna:5.8.0=testCompileClasspath,testRuntimeClasspath
|
||||||
net.ltgt.gradle.incap:incap:0.2=annotationProcessor,testAnnotationProcessor
|
net.ltgt.gradle.incap:incap:0.2=annotationProcessor,testAnnotationProcessor
|
||||||
net.sf.saxon:Saxon-HE:10.3=checkstyle
|
net.sf.saxon:Saxon-HE:10.3=checkstyle
|
||||||
org.antlr:antlr4-runtime:4.8-1=checkstyle
|
org.antlr:antlr4-runtime:4.8-1=checkstyle
|
||||||
org.apache.commons:commons-compress:1.21=testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-compress:1.22=testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.httpcomponents:httpclient:4.5.13=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.httpcomponents:httpclient:4.5.13=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.httpcomponents:httpcore:4.4.15=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.httpcomponents:httpcore:4.4.15=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
|
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
|
||||||
|
@ -147,18 +146,19 @@ org.checkerframework:checker-compat-qual:2.5.5=annotationProcessor,default,deplo
|
||||||
org.checkerframework:checker-qual:2.11.1=checkstyle
|
org.checkerframework:checker-qual:2.11.1=checkstyle
|
||||||
org.checkerframework:checker-qual:3.0.0=errorprone
|
org.checkerframework:checker-qual:3.0.0=errorprone
|
||||||
org.checkerframework:checker-qual:3.12.0=annotationProcessor,testAnnotationProcessor
|
org.checkerframework:checker-qual:3.12.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.checkerframework:checker-qual:3.26.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.checkerframework:checker-qual:3.28.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.checkerframework:dataflow:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
org.checkerframework:dataflow:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.checkerframework:javacutil:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
org.checkerframework:javacutil:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.17=errorprone
|
org.codehaus.mojo:animal-sniffer-annotations:1.17=errorprone
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.22=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.codehaus.mojo:animal-sniffer-annotations:1.22=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
org.conscrypt:conscrypt-openjdk-uber:2.5.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
org.conscrypt:conscrypt-openjdk-uber:2.5.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.hamcrest:hamcrest-core:1.3=default,testCompileClasspath,testRuntimeClasspath
|
org.hamcrest:hamcrest-core:1.3=default,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jacoco:org.jacoco.agent:0.8.6=jacocoAgent,jacocoAnt
|
org.jacoco:org.jacoco.agent:0.8.6=jacocoAgent,jacocoAnt
|
||||||
org.jacoco:org.jacoco.ant:0.8.6=jacocoAnt
|
org.jacoco:org.jacoco.ant:0.8.6=jacocoAnt
|
||||||
org.jacoco:org.jacoco.core:0.8.6=jacocoAnt
|
org.jacoco:org.jacoco.core:0.8.6=jacocoAnt
|
||||||
org.jacoco:org.jacoco.report:0.8.6=jacocoAnt
|
org.jacoco:org.jacoco.report:0.8.6=jacocoAnt
|
||||||
org.javassist:javassist:3.26.0-GA=checkstyle
|
org.javassist:javassist:3.26.0-GA=checkstyle
|
||||||
|
org.jetbrains.kotlin:kotlin-reflect:1.6.10=annotationProcessor,testAnnotationProcessor
|
||||||
org.jetbrains.kotlin:kotlin-stdlib-common:1.7.0=annotationProcessor,testAnnotationProcessor
|
org.jetbrains.kotlin:kotlin-stdlib-common:1.7.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.0=annotationProcessor,testAnnotationProcessor
|
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0=annotationProcessor,testAnnotationProcessor
|
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0=annotationProcessor,testAnnotationProcessor
|
||||||
|
@ -176,8 +176,8 @@ org.junit.platform:junit-platform-runner:1.9.1=testCompileClasspath,testRuntimeC
|
||||||
org.junit.platform:junit-platform-suite-api:1.9.1=testCompileClasspath,testRuntimeClasspath
|
org.junit.platform:junit-platform-suite-api:1.9.1=testCompileClasspath,testRuntimeClasspath
|
||||||
org.junit.platform:junit-platform-suite-commons:1.9.1=testRuntimeClasspath
|
org.junit.platform:junit-platform-suite-commons:1.9.1=testRuntimeClasspath
|
||||||
org.junit:junit-bom:5.9.1=testCompileClasspath,testRuntimeClasspath
|
org.junit:junit-bom:5.9.1=testCompileClasspath,testRuntimeClasspath
|
||||||
org.mockito:mockito-core:4.8.1=testCompileClasspath,testRuntimeClasspath
|
org.mockito:mockito-core:4.9.0=testCompileClasspath,testRuntimeClasspath
|
||||||
org.objenesis:objenesis:3.2=testRuntimeClasspath
|
org.objenesis:objenesis:3.3=testRuntimeClasspath
|
||||||
org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath
|
org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath
|
||||||
org.ow2.asm:asm-analysis:8.0.1=jacocoAnt
|
org.ow2.asm:asm-analysis:8.0.1=jacocoAnt
|
||||||
org.ow2.asm:asm-commons:8.0.1=jacocoAnt
|
org.ow2.asm:asm-commons:8.0.1=jacocoAnt
|
||||||
|
@ -191,8 +191,8 @@ org.plumelib:require-javadoc:0.1.0=annotationProcessor,errorprone,testAnnotation
|
||||||
org.reflections:reflections:0.9.12=checkstyle
|
org.reflections:reflections:0.9.12=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.17.5=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:junit-jupiter:1.17.6=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.17.5=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.17.6=testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.3=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.4=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.yaml:snakeyaml:1.33=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.yaml:snakeyaml:1.33=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
empty=archives,errorproneJavac
|
empty=archives,errorproneJavac
|
||||||
|
|
|
@ -6,16 +6,14 @@ aopalliance:aopalliance:1.0=compileClasspath,default,runtimeClasspath,testCompil
|
||||||
args4j:args4j:2.0.23=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
args4j:args4j:2.0.23=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.101tec:zkclient:0.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.101tec:zkclient:0.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.beust:jcommander:1.60=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.beust:jcommander:1.60=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.electronwill.night-config:core:3.6.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-annotations:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.electronwill.night-config:toml:3.6.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-core:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-annotations:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-databind:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-core:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-databind:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.datatype:jackson-datatype-joda:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.datatype:jackson-datatype-joda:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson:jackson-bom:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.fasterxml.jackson:jackson-bom:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.fasterxml:classmate:1.5.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml:classmate:1.5.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:2.9.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:2.9.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-api:3.2.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-api:3.2.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -35,71 +33,69 @@ com.google.api-client:google-api-client-jackson2:1.32.2=compileClasspath,default
|
||||||
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:gapic-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:gapic-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:2.23.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.144.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.147.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.144.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.147.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigtable-admin-v2:1.27.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigtable-admin-v2:1.27.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigtable-v2:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigtable-v2:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-pubsub-v1:1.102.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-pubsub-v1:1.102.20=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.6.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.7.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-common-protos:2.9.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-common-protos:2.9.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-iam-v1:1.6.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-iam-v1:1.6.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:2.23.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.144.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.147.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta2:0.144.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta2:0.147.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigtable-admin-v2:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigtable-admin-v2:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigtable-v2:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigtable-v2:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-datastore-v1:0.102.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-datastore-v1:0.102.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-firestore-v1:3.4.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-firestore-v1:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.4.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-monitoring-v3:1.64.0=compileClasspath,testCompileClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.102.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.4.6=default,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.6.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.102.20=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.7.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.95.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.95.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.96.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.9.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.96.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.6.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.2.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.6.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.19.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.2.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:0.104.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.19.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:0.105.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
com.google.api:gax:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-appengine:v1-rev20220818-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-appengine:v1-rev20221205-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-bigquery:v2-rev20220827-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-bigquery:v2-rev20220924-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-clouddebugger:v2-rev20220318-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-clouddebugger:v2-rev20220318-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-cloudresourcemanager:v1-rev20220828-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-cloudresourcemanager:v1-rev20220828-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-dataflow:v1b3-rev20220812-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-dataflow:v1b3-rev20220920-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-dns:v2beta1-rev99-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-dns:v2beta1-rev99-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-drive:v2-rev393-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-drive:v2-rev393-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-groupssettings:v1-rev20210624-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-groupssettings:v1-rev20210624-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-healthcare:v1-rev20220818-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-healthcare:v1-rev20220818-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-iamcredentials:v1-rev20210326-1.32.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-iamcredentials:v1-rev20210326-1.32.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-monitoring:v3-rev20220930-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-monitoring:v3-rev20221205-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-pubsub:v1-rev20220829-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-pubsub:v1-rev20220904-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-sheets:v4-rev20220927-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-sheets:v4-rev20220927-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-sqladmin:v1beta4-rev20221017-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-sqladmin:v1beta4-rev20221017-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-storage:v1-rev20220705-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-storage:v1-rev20220705-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine.tools:appengine-gcs-client:0.8.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-1.0-sdk:1.9.86=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine.tools:appengine-pipeline:0.2.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.google.appengine:appengine-api-1.0-sdk:2.0.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.google.appengine:appengine-remote-api:2.0.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.google.appengine:appengine-testing:1.9.86=default,runtimeClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-testing:1.9.86=default,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-credentials:1.12.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-credentials:1.13.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-oauth2-http:1.12.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-oauth2-http:1.13.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.service:auto-service-annotations:1.0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auto.service:auto-service-annotations:1.0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value-annotations:1.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auto.value:auto-value-annotations:1.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value:1.10=default,runtimeClasspath,testRuntimeClasspath
|
com.google.auto.value:auto-value:1.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.bigdataoss:gcsio:2.2.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.bigdataoss:gcsio:2.2.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.bigdataoss:util:2.2.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.bigdataoss:util:2.2.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.bigtable:bigtable-client-core:1.26.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.bigtable:bigtable-client-core:1.26.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -107,26 +103,27 @@ com.google.cloud.bigtable:bigtable-metrics-api:1.26.3=compileClasspath,default,r
|
||||||
com.google.cloud.datastore:datastore-v1-proto-client:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.datastore:datastore-v1-proto-client:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.sql:jdbc-socket-factory-core:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.sql:jdbc-socket-factory-core:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.sql:postgres-socket-factory:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.sql:postgres-socket-factory:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigquerystorage:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigquerystorage:2.23.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable-stats:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable-stats:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-grpc:2.8.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-grpc:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-http:2.8.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-http:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core:2.8.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-firestore:3.4.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-firestore:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:3.4.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-monitoring:1.82.0=compileClasspath,testCompileClasspath
|
||||||
com.google.cloud:google-cloud-pubsub:1.120.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-monitoring:3.4.6=default,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsublite:1.6.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsub:1.120.20=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-secretmanager:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsublite:1.7.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-spanner:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-secretmanager:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-storage:2.14.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-spanner:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-tasks:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-storage:2.16.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
com.google.cloud:google-cloud-tasks:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:grpc-gcp:1.2.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:grpc-gcp:1.2.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.4.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.gson:gson:2.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.gson:gson:2.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.common.html.types:types:1.0.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.common.html.types:types:1.0.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.dagger:dagger:2.44=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.dagger:dagger:2.44.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.errorprone:error_prone_annotations:2.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.errorprone:error_prone_annotations:2.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.escapevelocity:escapevelocity:0.9.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.escapevelocity:escapevelocity:0.9.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.flatbuffers:flatbuffers-java:1.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.flatbuffers:flatbuffers-java:1.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -137,10 +134,10 @@ com.google.guava:failureaccess:1.0.1=compileClasspath,default,runtimeClasspath,t
|
||||||
com.google.guava:guava:31.1-jre=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:guava:31.1-jre=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.gwt:gwt-user:2.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.gwt:gwt-user:2.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-apache-v2:1.42.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-apache-v2:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-appengine:1.42.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-appengine:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-gson:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-gson:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-jackson2:1.42.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-jackson2:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-protobuf:1.41.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-protobuf:1.41.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.inject.extensions:guice-multibindings:4.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.inject.extensions:guice-multibindings:4.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -154,8 +151,8 @@ com.google.oauth-client:google-oauth-client-java6:1.34.1=compileClasspath,defaul
|
||||||
com.google.oauth-client:google-oauth-client-jetty:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client-jetty:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.oauth-client:google-oauth-client-servlet:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client-servlet:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.oauth-client:google-oauth-client:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java-util:3.21.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java-util:3.21.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java:3.21.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java:3.21.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.re2j:re2j:1.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.re2j:re2j:1.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.template:soy:2021-02-01=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.template:soy:2021-02-01=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.truth:truth:1.1.3=default,runtimeClasspath,testRuntimeClasspath
|
com.google.truth:truth:1.1.3=default,runtimeClasspath,testRuntimeClasspath
|
||||||
|
@ -170,7 +167,7 @@ com.thoughtworks.paranamer:paranamer:2.7=compileClasspath,default,runtimeClasspa
|
||||||
com.zaxxer:HikariCP:3.4.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.zaxxer:HikariCP:3.4.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
commons-codec:commons-codec:1.15=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
commons-codec:commons-codec:1.15=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
commons-logging:commons-logging:1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
commons-logging:commons-logging:1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
dnsjava:dnsjava:3.5.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
dnsjava:dnsjava:3.5.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.confluent:common-config:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.confluent:common-config:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.confluent:common-utils:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.confluent:common-utils:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.confluent:kafka-avro-serializer:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.confluent:kafka-avro-serializer:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -178,26 +175,24 @@ io.confluent:kafka-schema-registry-client:5.3.2=compileClasspath,default,runtime
|
||||||
io.dropwizard.metrics:metrics-core:3.1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.dropwizard.metrics:metrics-core:3.1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.classgraph:classgraph:4.8.104=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.github.classgraph:classgraph:4.8.104=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=default,runtimeClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.48.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-alts:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-census:1.49.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-census:1.48.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.51.0=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.48.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-netty-shaded:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty:1.49.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.48.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-protobuf-lite:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty:1.48.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-rls:1.49.2=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.49.2=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-protobuf:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.51.0=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.48.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-stub:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.49.2=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-stub:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.51.0=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.48.0=compileClasspath,testCompileClasspath
|
|
||||||
io.grpc:grpc-xds:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
|
||||||
io.netty:netty-buffer:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http2:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http2:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -222,7 +217,7 @@ io.opencensus:opencensus-exporter-stats-stackdriver:0.31.0=compileClasspath,defa
|
||||||
io.opencensus:opencensus-impl-core:0.31.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-impl-core:0.31.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-impl:0.31.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-impl:0.31.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-proto:0.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-proto:0.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.perfmark:perfmark-api:0.25.0=default,runtimeClasspath,testRuntimeClasspath
|
io.perfmark:perfmark-api:0.26.0=default,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.activation:activation:1.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.activation:activation:1.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.activation:javax.activation-api:1.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.activation:javax.activation-api:1.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -242,24 +237,24 @@ org.apache.arrow:arrow-format:5.0.0=compileClasspath,default,runtimeClasspath,te
|
||||||
org.apache.arrow:arrow-memory-core:5.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.arrow:arrow-memory-core:5.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.arrow:arrow-vector:5.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.arrow:arrow-vector:5.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.avro:avro:1.8.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.avro:avro:1.8.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-model-fn-execution:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-model-fn-execution:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-model-job-management:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-model-job-management:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-model-pipeline:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-model-pipeline:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-core-construction-java:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-core-construction-java:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-core-java:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-core-java:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-google-cloud-dataflow-java:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-google-cloud-dataflow-java:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-java-fn-execution:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-java-fn-execution:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-core:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-core:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-expansion-service:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-expansion-service:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-extensions-arrow:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-extensions-arrow:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-extensions-protobuf:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-extensions-protobuf:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-fn-execution:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-fn-execution:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-io-google-cloud-platform:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-io-google-cloud-platform:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-io-kafka:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-io-kafka:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-vendor-grpc-1_48_1:0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-vendor-grpc-1_48_1:0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-vendor-guava-26_0-jre:0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-vendor-guava-26_0-jre:0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-compress:1.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-compress:1.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-csv:1.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-csv:1.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-lang3:3.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-lang3:3.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.httpcomponents:httpclient:4.5.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.httpcomponents:httpclient:4.5.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -268,12 +263,12 @@ org.bouncycastle:bcpg-jdk15on:1.67=compileClasspath,default,runtimeClasspath,tes
|
||||||
org.bouncycastle:bcpkix-jdk15on:1.67=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.bouncycastle:bcpkix-jdk15on:1.67=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.bouncycastle:bcprov-jdk15on:1.67=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.bouncycastle:bcprov-jdk15on:1.67=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.checkerframework:checker-compat-qual:2.5.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.checkerframework:checker-compat-qual:2.5.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.checkerframework:checker-qual:3.26.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.checkerframework:checker-qual:3.28.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.codehaus.jackson:jackson-core-asl:1.9.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.codehaus.jackson:jackson-core-asl:1.9.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.codehaus.jackson:jackson-mapper-asl:1.9.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.codehaus.jackson:jackson-mapper-asl:1.9.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.22=default,runtimeClasspath,testRuntimeClasspath
|
org.codehaus.mojo:animal-sniffer-annotations:1.22=default,runtimeClasspath,testRuntimeClasspath
|
||||||
org.conscrypt:conscrypt-openjdk-uber:2.5.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.conscrypt:conscrypt-openjdk-uber:2.5.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.flywaydb:flyway-core:9.7.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.flywaydb:flyway-core:9.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.gwtproject:gwt-user:2.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.gwtproject:gwt-user:2.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -285,7 +280,7 @@ org.jboss.logging:jboss-logging:3.4.3.Final=compileClasspath,default,runtimeClas
|
||||||
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jboss:jandex:2.4.2.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jboss:jandex:2.4.2.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jetbrains:annotations:17.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jetbrains:annotations:17.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.joda:joda-money:1.0.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.joda:joda-money:1.0.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.json:json:20200518=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.json:json:20200518=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jsoup:jsoup:1.15.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jsoup:jsoup:1.15.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jvnet.staxex:stax-ex:1.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jvnet.staxex:stax-ex:1.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -294,22 +289,22 @@ org.ow2.asm:asm-commons:9.2=compileClasspath,default,runtimeClasspath,testCompil
|
||||||
org.ow2.asm:asm-tree:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.ow2.asm:asm-tree:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.ow2.asm:asm-util:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.ow2.asm:asm-util:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.ow2.asm:asm:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.ow2.asm:asm:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.postgresql:postgresql:42.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.postgresql:postgresql:42.5.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.rnorth.duct-tape:duct-tape:1.0.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.rnorth.duct-tape:duct-tape:1.0.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.slf4j:slf4j-api:2.0.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-api:2.0.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.slf4j:slf4j-jdk14:2.0.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-jdk14:2.0.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-core:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-core:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-expression:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-expression:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-jcl:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-jcl:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:database-commons:1.17.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:database-commons:1.17.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:jdbc:1.17.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:jdbc:1.17.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:postgresql:1.17.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:postgresql:1.17.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.17.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.17.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.tukaani:xz:1.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.tukaani:xz:1.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.w3c.css:sac:1.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.w3c.css:sac:1.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.xerial.snappy:snappy-java:1.1.8.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.xerial.snappy:snappy-java:1.1.8.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.yaml:snakeyaml:1.31=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.yaml:snakeyaml:1.33=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-api:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-api:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-diagram:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-diagram:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-tools:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-tools:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
|
|
@ -6,16 +6,14 @@ aopalliance:aopalliance:1.0=compileClasspath,default,runtimeClasspath,testCompil
|
||||||
args4j:args4j:2.0.23=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
args4j:args4j:2.0.23=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.101tec:zkclient:0.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.101tec:zkclient:0.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.beust:jcommander:1.60=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.beust:jcommander:1.60=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.electronwill.night-config:core:3.6.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-annotations:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.electronwill.night-config:toml:3.6.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-core:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-annotations:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-databind:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-core:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-databind:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.datatype:jackson-datatype-joda:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.datatype:jackson-datatype-joda:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson:jackson-bom:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.fasterxml.jackson:jackson-bom:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.fasterxml:classmate:1.5.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml:classmate:1.5.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:2.9.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:2.9.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-api:3.2.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-api:3.2.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -35,71 +33,69 @@ com.google.api-client:google-api-client-jackson2:1.32.2=compileClasspath,default
|
||||||
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:gapic-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:gapic-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:2.23.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.144.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.147.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.144.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.147.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigtable-admin-v2:1.27.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigtable-admin-v2:1.27.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigtable-v2:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigtable-v2:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-pubsub-v1:1.102.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-pubsub-v1:1.102.20=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.6.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.7.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-common-protos:2.9.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-common-protos:2.9.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-iam-v1:1.6.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-iam-v1:1.6.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:2.23.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.144.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.147.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta2:0.144.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta2:0.147.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigtable-admin-v2:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigtable-admin-v2:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigtable-v2:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigtable-v2:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-datastore-v1:0.102.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-datastore-v1:0.102.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-firestore-v1:3.4.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-firestore-v1:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.4.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-monitoring-v3:1.64.0=compileClasspath,testCompileClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.102.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.4.6=default,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.6.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.102.20=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.7.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.95.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.95.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.96.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.9.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.96.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.6.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.2.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.6.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.19.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.2.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:0.104.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.19.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:0.105.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
com.google.api:gax:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-appengine:v1-rev20220818-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-appengine:v1-rev20221205-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-bigquery:v2-rev20220827-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-bigquery:v2-rev20220924-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-clouddebugger:v2-rev20220318-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-clouddebugger:v2-rev20220318-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-cloudresourcemanager:v1-rev20220828-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-cloudresourcemanager:v1-rev20220828-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-dataflow:v1b3-rev20220812-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-dataflow:v1b3-rev20220920-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-dns:v2beta1-rev99-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-dns:v2beta1-rev99-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-drive:v2-rev393-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-drive:v2-rev393-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-groupssettings:v1-rev20210624-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-groupssettings:v1-rev20210624-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-healthcare:v1-rev20220818-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-healthcare:v1-rev20220818-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-iamcredentials:v1-rev20210326-1.32.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-iamcredentials:v1-rev20210326-1.32.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-monitoring:v3-rev20220930-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-monitoring:v3-rev20221205-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-pubsub:v1-rev20220829-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-pubsub:v1-rev20220904-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-sheets:v4-rev20220927-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-sheets:v4-rev20220927-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-sqladmin:v1beta4-rev20221017-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-sqladmin:v1beta4-rev20221017-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-storage:v1-rev20220705-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-storage:v1-rev20220705-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine.tools:appengine-gcs-client:0.8.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-1.0-sdk:1.9.86=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine.tools:appengine-pipeline:0.2.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.google.appengine:appengine-api-1.0-sdk:2.0.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.google.appengine:appengine-remote-api:2.0.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.google.appengine:appengine-testing:1.9.86=default,runtimeClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-testing:1.9.86=default,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-credentials:1.12.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-credentials:1.13.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-oauth2-http:1.12.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-oauth2-http:1.13.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.service:auto-service-annotations:1.0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auto.service:auto-service-annotations:1.0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value-annotations:1.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auto.value:auto-value-annotations:1.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value:1.10=default,runtimeClasspath,testRuntimeClasspath
|
com.google.auto.value:auto-value:1.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.bigdataoss:gcsio:2.2.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.bigdataoss:gcsio:2.2.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.bigdataoss:util:2.2.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.bigdataoss:util:2.2.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.bigtable:bigtable-client-core:1.26.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.bigtable:bigtable-client-core:1.26.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -107,26 +103,27 @@ com.google.cloud.bigtable:bigtable-metrics-api:1.26.3=compileClasspath,default,r
|
||||||
com.google.cloud.datastore:datastore-v1-proto-client:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.datastore:datastore-v1-proto-client:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.sql:jdbc-socket-factory-core:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.sql:jdbc-socket-factory-core:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.sql:postgres-socket-factory:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.sql:postgres-socket-factory:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigquerystorage:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigquerystorage:2.23.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable-stats:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable-stats:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-grpc:2.8.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-grpc:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-http:2.8.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-http:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core:2.8.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-firestore:3.4.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-firestore:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:3.4.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-monitoring:1.82.0=compileClasspath,testCompileClasspath
|
||||||
com.google.cloud:google-cloud-pubsub:1.120.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-monitoring:3.4.6=default,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsublite:1.6.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsub:1.120.20=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-secretmanager:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsublite:1.7.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-spanner:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-secretmanager:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-storage:2.14.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-spanner:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-tasks:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-storage:2.16.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
com.google.cloud:google-cloud-tasks:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:grpc-gcp:1.2.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:grpc-gcp:1.2.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.4.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.gson:gson:2.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.gson:gson:2.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.common.html.types:types:1.0.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.common.html.types:types:1.0.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.dagger:dagger:2.44=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.dagger:dagger:2.44.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.errorprone:error_prone_annotations:2.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.errorprone:error_prone_annotations:2.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.escapevelocity:escapevelocity:0.9.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.escapevelocity:escapevelocity:0.9.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.flatbuffers:flatbuffers-java:1.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.flatbuffers:flatbuffers-java:1.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -137,10 +134,10 @@ com.google.guava:failureaccess:1.0.1=compileClasspath,default,runtimeClasspath,t
|
||||||
com.google.guava:guava:31.1-jre=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:guava:31.1-jre=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.gwt:gwt-user:2.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.gwt:gwt-user:2.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-apache-v2:1.42.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-apache-v2:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-appengine:1.42.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-appengine:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-gson:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-gson:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-jackson2:1.42.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-jackson2:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-protobuf:1.41.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-protobuf:1.41.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.inject.extensions:guice-multibindings:4.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.inject.extensions:guice-multibindings:4.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -154,8 +151,8 @@ com.google.oauth-client:google-oauth-client-java6:1.34.1=compileClasspath,defaul
|
||||||
com.google.oauth-client:google-oauth-client-jetty:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client-jetty:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.oauth-client:google-oauth-client-servlet:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client-servlet:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.oauth-client:google-oauth-client:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java-util:3.21.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java-util:3.21.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java:3.21.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java:3.21.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.re2j:re2j:1.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.re2j:re2j:1.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.template:soy:2021-02-01=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.template:soy:2021-02-01=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.truth:truth:1.1.3=default,runtimeClasspath,testRuntimeClasspath
|
com.google.truth:truth:1.1.3=default,runtimeClasspath,testRuntimeClasspath
|
||||||
|
@ -170,7 +167,7 @@ com.thoughtworks.paranamer:paranamer:2.7=compileClasspath,default,runtimeClasspa
|
||||||
com.zaxxer:HikariCP:3.4.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.zaxxer:HikariCP:3.4.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
commons-codec:commons-codec:1.15=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
commons-codec:commons-codec:1.15=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
commons-logging:commons-logging:1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
commons-logging:commons-logging:1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
dnsjava:dnsjava:3.5.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
dnsjava:dnsjava:3.5.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.confluent:common-config:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.confluent:common-config:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.confluent:common-utils:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.confluent:common-utils:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.confluent:kafka-avro-serializer:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.confluent:kafka-avro-serializer:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -178,26 +175,24 @@ io.confluent:kafka-schema-registry-client:5.3.2=compileClasspath,default,runtime
|
||||||
io.dropwizard.metrics:metrics-core:3.1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.dropwizard.metrics:metrics-core:3.1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.classgraph:classgraph:4.8.104=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.github.classgraph:classgraph:4.8.104=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=default,runtimeClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.48.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-alts:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-census:1.49.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-census:1.48.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.51.0=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.48.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-netty-shaded:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty:1.49.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.48.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-protobuf-lite:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty:1.48.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-rls:1.49.2=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.49.2=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-protobuf:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.51.0=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.48.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-stub:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.49.2=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-stub:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.51.0=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.48.0=compileClasspath,testCompileClasspath
|
|
||||||
io.grpc:grpc-xds:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
|
||||||
io.netty:netty-buffer:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http2:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http2:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -222,7 +217,7 @@ io.opencensus:opencensus-exporter-stats-stackdriver:0.31.0=compileClasspath,defa
|
||||||
io.opencensus:opencensus-impl-core:0.31.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-impl-core:0.31.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-impl:0.31.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-impl:0.31.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-proto:0.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-proto:0.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.perfmark:perfmark-api:0.25.0=default,runtimeClasspath,testRuntimeClasspath
|
io.perfmark:perfmark-api:0.26.0=default,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.activation:activation:1.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.activation:activation:1.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.activation:javax.activation-api:1.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.activation:javax.activation-api:1.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -242,24 +237,24 @@ org.apache.arrow:arrow-format:5.0.0=compileClasspath,default,runtimeClasspath,te
|
||||||
org.apache.arrow:arrow-memory-core:5.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.arrow:arrow-memory-core:5.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.arrow:arrow-vector:5.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.arrow:arrow-vector:5.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.avro:avro:1.8.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.avro:avro:1.8.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-model-fn-execution:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-model-fn-execution:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-model-job-management:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-model-job-management:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-model-pipeline:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-model-pipeline:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-core-construction-java:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-core-construction-java:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-core-java:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-core-java:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-google-cloud-dataflow-java:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-google-cloud-dataflow-java:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-java-fn-execution:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-java-fn-execution:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-core:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-core:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-expansion-service:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-expansion-service:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-extensions-arrow:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-extensions-arrow:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-extensions-protobuf:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-extensions-protobuf:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-fn-execution:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-fn-execution:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-io-google-cloud-platform:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-io-google-cloud-platform:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-io-kafka:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-io-kafka:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-vendor-grpc-1_48_1:0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-vendor-grpc-1_48_1:0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-vendor-guava-26_0-jre:0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-vendor-guava-26_0-jre:0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-compress:1.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-compress:1.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-csv:1.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-csv:1.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-lang3:3.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-lang3:3.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.httpcomponents:httpclient:4.5.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.httpcomponents:httpclient:4.5.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -268,12 +263,12 @@ org.bouncycastle:bcpg-jdk15on:1.67=compileClasspath,default,runtimeClasspath,tes
|
||||||
org.bouncycastle:bcpkix-jdk15on:1.67=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.bouncycastle:bcpkix-jdk15on:1.67=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.bouncycastle:bcprov-jdk15on:1.67=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.bouncycastle:bcprov-jdk15on:1.67=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.checkerframework:checker-compat-qual:2.5.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.checkerframework:checker-compat-qual:2.5.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.checkerframework:checker-qual:3.26.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.checkerframework:checker-qual:3.28.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.codehaus.jackson:jackson-core-asl:1.9.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.codehaus.jackson:jackson-core-asl:1.9.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.codehaus.jackson:jackson-mapper-asl:1.9.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.codehaus.jackson:jackson-mapper-asl:1.9.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.22=default,runtimeClasspath,testRuntimeClasspath
|
org.codehaus.mojo:animal-sniffer-annotations:1.22=default,runtimeClasspath,testRuntimeClasspath
|
||||||
org.conscrypt:conscrypt-openjdk-uber:2.5.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.conscrypt:conscrypt-openjdk-uber:2.5.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.flywaydb:flyway-core:9.7.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.flywaydb:flyway-core:9.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.gwtproject:gwt-user:2.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.gwtproject:gwt-user:2.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -285,7 +280,7 @@ org.jboss.logging:jboss-logging:3.4.3.Final=compileClasspath,default,runtimeClas
|
||||||
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jboss:jandex:2.4.2.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jboss:jandex:2.4.2.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jetbrains:annotations:17.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jetbrains:annotations:17.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.joda:joda-money:1.0.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.joda:joda-money:1.0.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.json:json:20200518=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.json:json:20200518=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jsoup:jsoup:1.15.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jsoup:jsoup:1.15.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jvnet.staxex:stax-ex:1.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jvnet.staxex:stax-ex:1.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -294,22 +289,22 @@ org.ow2.asm:asm-commons:9.2=compileClasspath,default,runtimeClasspath,testCompil
|
||||||
org.ow2.asm:asm-tree:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.ow2.asm:asm-tree:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.ow2.asm:asm-util:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.ow2.asm:asm-util:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.ow2.asm:asm:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.ow2.asm:asm:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.postgresql:postgresql:42.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.postgresql:postgresql:42.5.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.rnorth.duct-tape:duct-tape:1.0.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.rnorth.duct-tape:duct-tape:1.0.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.slf4j:slf4j-api:2.0.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-api:2.0.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.slf4j:slf4j-jdk14:2.0.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-jdk14:2.0.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-core:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-core:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-expression:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-expression:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-jcl:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-jcl:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:database-commons:1.17.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:database-commons:1.17.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:jdbc:1.17.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:jdbc:1.17.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:postgresql:1.17.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:postgresql:1.17.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.17.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.17.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.tukaani:xz:1.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.tukaani:xz:1.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.w3c.css:sac:1.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.w3c.css:sac:1.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.xerial.snappy:snappy-java:1.1.8.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.xerial.snappy:snappy-java:1.1.8.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.yaml:snakeyaml:1.31=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.yaml:snakeyaml:1.33=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-api:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-api:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-diagram:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-diagram:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-tools:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-tools:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
|
|
@ -6,16 +6,14 @@ aopalliance:aopalliance:1.0=compileClasspath,default,runtimeClasspath,testCompil
|
||||||
args4j:args4j:2.0.23=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
args4j:args4j:2.0.23=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.101tec:zkclient:0.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.101tec:zkclient:0.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.beust:jcommander:1.60=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.beust:jcommander:1.60=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.electronwill.night-config:core:3.6.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-annotations:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.electronwill.night-config:toml:3.6.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-core:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-annotations:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-databind:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-core:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-databind:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.datatype:jackson-datatype-joda:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.datatype:jackson-datatype-joda:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson:jackson-bom:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.fasterxml.jackson:jackson-bom:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.fasterxml:classmate:1.5.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml:classmate:1.5.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:2.9.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:2.9.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-api:3.2.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-api:3.2.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -35,71 +33,69 @@ com.google.api-client:google-api-client-jackson2:1.32.2=compileClasspath,default
|
||||||
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:gapic-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:gapic-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:2.23.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.144.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.147.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.144.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.147.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigtable-admin-v2:1.27.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigtable-admin-v2:1.27.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigtable-v2:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigtable-v2:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-pubsub-v1:1.102.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-pubsub-v1:1.102.20=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.6.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.7.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-common-protos:2.9.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-common-protos:2.9.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-iam-v1:1.6.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-iam-v1:1.6.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:2.23.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.144.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.147.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta2:0.144.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta2:0.147.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigtable-admin-v2:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigtable-admin-v2:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigtable-v2:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigtable-v2:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-datastore-v1:0.102.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-datastore-v1:0.102.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-firestore-v1:3.4.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-firestore-v1:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.4.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-monitoring-v3:1.64.0=compileClasspath,testCompileClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.102.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.4.6=default,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.6.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.102.20=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.7.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.95.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.95.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.96.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.9.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.96.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.6.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.2.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.6.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.19.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.2.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:0.104.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.19.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:0.105.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
com.google.api:gax:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-appengine:v1-rev20220818-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-appengine:v1-rev20221205-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-bigquery:v2-rev20220827-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-bigquery:v2-rev20220924-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-clouddebugger:v2-rev20220318-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-clouddebugger:v2-rev20220318-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-cloudresourcemanager:v1-rev20220828-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-cloudresourcemanager:v1-rev20220828-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-dataflow:v1b3-rev20220812-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-dataflow:v1b3-rev20220920-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-dns:v2beta1-rev99-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-dns:v2beta1-rev99-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-drive:v2-rev393-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-drive:v2-rev393-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-groupssettings:v1-rev20210624-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-groupssettings:v1-rev20210624-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-healthcare:v1-rev20220818-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-healthcare:v1-rev20220818-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-iamcredentials:v1-rev20210326-1.32.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-iamcredentials:v1-rev20210326-1.32.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-monitoring:v3-rev20220930-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-monitoring:v3-rev20221205-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-pubsub:v1-rev20220829-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-pubsub:v1-rev20220904-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-sheets:v4-rev20220927-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-sheets:v4-rev20220927-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-sqladmin:v1beta4-rev20221017-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-sqladmin:v1beta4-rev20221017-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-storage:v1-rev20220705-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-storage:v1-rev20220705-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine.tools:appengine-gcs-client:0.8.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-1.0-sdk:1.9.86=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine.tools:appengine-pipeline:0.2.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.google.appengine:appengine-api-1.0-sdk:2.0.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.google.appengine:appengine-remote-api:2.0.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.google.appengine:appengine-testing:1.9.86=default,runtimeClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-testing:1.9.86=default,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-credentials:1.12.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-credentials:1.13.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-oauth2-http:1.12.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-oauth2-http:1.13.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.service:auto-service-annotations:1.0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auto.service:auto-service-annotations:1.0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value-annotations:1.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auto.value:auto-value-annotations:1.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value:1.10=default,runtimeClasspath,testRuntimeClasspath
|
com.google.auto.value:auto-value:1.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.bigdataoss:gcsio:2.2.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.bigdataoss:gcsio:2.2.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.bigdataoss:util:2.2.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.bigdataoss:util:2.2.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.bigtable:bigtable-client-core:1.26.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.bigtable:bigtable-client-core:1.26.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -107,26 +103,27 @@ com.google.cloud.bigtable:bigtable-metrics-api:1.26.3=compileClasspath,default,r
|
||||||
com.google.cloud.datastore:datastore-v1-proto-client:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.datastore:datastore-v1-proto-client:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.sql:jdbc-socket-factory-core:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.sql:jdbc-socket-factory-core:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.sql:postgres-socket-factory:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.sql:postgres-socket-factory:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigquerystorage:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigquerystorage:2.23.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable-stats:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable-stats:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-grpc:2.8.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-grpc:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-http:2.8.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-http:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core:2.8.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-firestore:3.4.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-firestore:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:3.4.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-monitoring:1.82.0=compileClasspath,testCompileClasspath
|
||||||
com.google.cloud:google-cloud-pubsub:1.120.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-monitoring:3.4.6=default,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsublite:1.6.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsub:1.120.20=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-secretmanager:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsublite:1.7.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-spanner:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-secretmanager:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-storage:2.14.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-spanner:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-tasks:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-storage:2.16.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
com.google.cloud:google-cloud-tasks:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:grpc-gcp:1.2.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:grpc-gcp:1.2.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.4.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.gson:gson:2.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.gson:gson:2.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.common.html.types:types:1.0.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.common.html.types:types:1.0.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.dagger:dagger:2.44=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.dagger:dagger:2.44.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.errorprone:error_prone_annotations:2.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.errorprone:error_prone_annotations:2.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.escapevelocity:escapevelocity:0.9.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.escapevelocity:escapevelocity:0.9.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.flatbuffers:flatbuffers-java:1.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.flatbuffers:flatbuffers-java:1.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -137,10 +134,10 @@ com.google.guava:failureaccess:1.0.1=compileClasspath,default,runtimeClasspath,t
|
||||||
com.google.guava:guava:31.1-jre=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:guava:31.1-jre=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.gwt:gwt-user:2.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.gwt:gwt-user:2.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-apache-v2:1.42.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-apache-v2:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-appengine:1.42.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-appengine:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-gson:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-gson:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-jackson2:1.42.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-jackson2:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-protobuf:1.41.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-protobuf:1.41.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.inject.extensions:guice-multibindings:4.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.inject.extensions:guice-multibindings:4.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -154,8 +151,8 @@ com.google.oauth-client:google-oauth-client-java6:1.34.1=compileClasspath,defaul
|
||||||
com.google.oauth-client:google-oauth-client-jetty:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client-jetty:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.oauth-client:google-oauth-client-servlet:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client-servlet:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.oauth-client:google-oauth-client:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java-util:3.21.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java-util:3.21.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java:3.21.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java:3.21.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.re2j:re2j:1.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.re2j:re2j:1.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.template:soy:2021-02-01=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.template:soy:2021-02-01=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.truth:truth:1.1.3=default,runtimeClasspath,testRuntimeClasspath
|
com.google.truth:truth:1.1.3=default,runtimeClasspath,testRuntimeClasspath
|
||||||
|
@ -170,7 +167,7 @@ com.thoughtworks.paranamer:paranamer:2.7=compileClasspath,default,runtimeClasspa
|
||||||
com.zaxxer:HikariCP:3.4.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.zaxxer:HikariCP:3.4.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
commons-codec:commons-codec:1.15=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
commons-codec:commons-codec:1.15=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
commons-logging:commons-logging:1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
commons-logging:commons-logging:1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
dnsjava:dnsjava:3.5.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
dnsjava:dnsjava:3.5.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.confluent:common-config:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.confluent:common-config:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.confluent:common-utils:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.confluent:common-utils:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.confluent:kafka-avro-serializer:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.confluent:kafka-avro-serializer:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -178,26 +175,24 @@ io.confluent:kafka-schema-registry-client:5.3.2=compileClasspath,default,runtime
|
||||||
io.dropwizard.metrics:metrics-core:3.1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.dropwizard.metrics:metrics-core:3.1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.classgraph:classgraph:4.8.104=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.github.classgraph:classgraph:4.8.104=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=default,runtimeClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.48.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-alts:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-census:1.49.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-census:1.48.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.51.0=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.48.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-netty-shaded:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty:1.49.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.48.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-protobuf-lite:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty:1.48.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-rls:1.49.2=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.49.2=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-protobuf:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.51.0=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.48.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-stub:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.49.2=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-stub:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.51.0=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.48.0=compileClasspath,testCompileClasspath
|
|
||||||
io.grpc:grpc-xds:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
|
||||||
io.netty:netty-buffer:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http2:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http2:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -222,7 +217,7 @@ io.opencensus:opencensus-exporter-stats-stackdriver:0.31.0=compileClasspath,defa
|
||||||
io.opencensus:opencensus-impl-core:0.31.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-impl-core:0.31.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-impl:0.31.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-impl:0.31.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-proto:0.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-proto:0.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.perfmark:perfmark-api:0.25.0=default,runtimeClasspath,testRuntimeClasspath
|
io.perfmark:perfmark-api:0.26.0=default,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.activation:activation:1.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.activation:activation:1.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.activation:javax.activation-api:1.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.activation:javax.activation-api:1.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -242,24 +237,24 @@ org.apache.arrow:arrow-format:5.0.0=compileClasspath,default,runtimeClasspath,te
|
||||||
org.apache.arrow:arrow-memory-core:5.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.arrow:arrow-memory-core:5.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.arrow:arrow-vector:5.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.arrow:arrow-vector:5.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.avro:avro:1.8.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.avro:avro:1.8.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-model-fn-execution:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-model-fn-execution:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-model-job-management:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-model-job-management:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-model-pipeline:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-model-pipeline:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-core-construction-java:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-core-construction-java:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-core-java:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-core-java:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-google-cloud-dataflow-java:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-google-cloud-dataflow-java:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-java-fn-execution:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-java-fn-execution:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-core:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-core:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-expansion-service:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-expansion-service:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-extensions-arrow:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-extensions-arrow:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-extensions-protobuf:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-extensions-protobuf:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-fn-execution:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-fn-execution:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-io-google-cloud-platform:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-io-google-cloud-platform:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-io-kafka:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-io-kafka:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-vendor-grpc-1_48_1:0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-vendor-grpc-1_48_1:0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-vendor-guava-26_0-jre:0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-vendor-guava-26_0-jre:0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-compress:1.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-compress:1.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-csv:1.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-csv:1.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-lang3:3.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-lang3:3.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.httpcomponents:httpclient:4.5.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.httpcomponents:httpclient:4.5.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -268,12 +263,12 @@ org.bouncycastle:bcpg-jdk15on:1.67=compileClasspath,default,runtimeClasspath,tes
|
||||||
org.bouncycastle:bcpkix-jdk15on:1.67=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.bouncycastle:bcpkix-jdk15on:1.67=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.bouncycastle:bcprov-jdk15on:1.67=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.bouncycastle:bcprov-jdk15on:1.67=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.checkerframework:checker-compat-qual:2.5.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.checkerframework:checker-compat-qual:2.5.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.checkerframework:checker-qual:3.26.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.checkerframework:checker-qual:3.28.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.codehaus.jackson:jackson-core-asl:1.9.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.codehaus.jackson:jackson-core-asl:1.9.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.codehaus.jackson:jackson-mapper-asl:1.9.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.codehaus.jackson:jackson-mapper-asl:1.9.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.22=default,runtimeClasspath,testRuntimeClasspath
|
org.codehaus.mojo:animal-sniffer-annotations:1.22=default,runtimeClasspath,testRuntimeClasspath
|
||||||
org.conscrypt:conscrypt-openjdk-uber:2.5.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.conscrypt:conscrypt-openjdk-uber:2.5.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.flywaydb:flyway-core:9.7.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.flywaydb:flyway-core:9.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.gwtproject:gwt-user:2.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.gwtproject:gwt-user:2.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -285,7 +280,7 @@ org.jboss.logging:jboss-logging:3.4.3.Final=compileClasspath,default,runtimeClas
|
||||||
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jboss:jandex:2.4.2.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jboss:jandex:2.4.2.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jetbrains:annotations:17.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jetbrains:annotations:17.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.joda:joda-money:1.0.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.joda:joda-money:1.0.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.json:json:20200518=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.json:json:20200518=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jsoup:jsoup:1.15.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jsoup:jsoup:1.15.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jvnet.staxex:stax-ex:1.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jvnet.staxex:stax-ex:1.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -294,22 +289,22 @@ org.ow2.asm:asm-commons:9.2=compileClasspath,default,runtimeClasspath,testCompil
|
||||||
org.ow2.asm:asm-tree:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.ow2.asm:asm-tree:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.ow2.asm:asm-util:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.ow2.asm:asm-util:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.ow2.asm:asm:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.ow2.asm:asm:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.postgresql:postgresql:42.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.postgresql:postgresql:42.5.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.rnorth.duct-tape:duct-tape:1.0.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.rnorth.duct-tape:duct-tape:1.0.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.slf4j:slf4j-api:2.0.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-api:2.0.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.slf4j:slf4j-jdk14:2.0.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-jdk14:2.0.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-core:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-core:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-expression:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-expression:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-jcl:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-jcl:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:database-commons:1.17.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:database-commons:1.17.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:jdbc:1.17.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:jdbc:1.17.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:postgresql:1.17.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:postgresql:1.17.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.17.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.17.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.tukaani:xz:1.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.tukaani:xz:1.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.w3c.css:sac:1.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.w3c.css:sac:1.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.xerial.snappy:snappy-java:1.1.8.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.xerial.snappy:snappy-java:1.1.8.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.yaml:snakeyaml:1.31=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.yaml:snakeyaml:1.33=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-api:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-api:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-diagram:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-diagram:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-tools:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-tools:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
|
|
@ -6,16 +6,14 @@ aopalliance:aopalliance:1.0=compileClasspath,default,runtimeClasspath,testCompil
|
||||||
args4j:args4j:2.0.23=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
args4j:args4j:2.0.23=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.101tec:zkclient:0.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.101tec:zkclient:0.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.beust:jcommander:1.60=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.beust:jcommander:1.60=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.electronwill.night-config:core:3.6.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-annotations:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.electronwill.night-config:toml:3.6.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-core:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-annotations:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.core:jackson-databind:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-core:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.core:jackson-databind:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.datatype:jackson-datatype-joda:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.datatype:jackson-datatype-joda:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml.jackson:jackson-bom:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.fasterxml.jackson:jackson-bom:2.13.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.fasterxml:classmate:1.5.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.fasterxml:classmate:1.5.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.ben-manes.caffeine:caffeine:2.9.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.ben-manes.caffeine:caffeine:2.9.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.github.docker-java:docker-java-api:3.2.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.github.docker-java:docker-java-api:3.2.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -35,71 +33,69 @@ com.google.api-client:google-api-client-jackson2:1.32.2=compileClasspath,default
|
||||||
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-java6:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client-servlet:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:gapic-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:gapic-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1:2.23.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.144.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta1:0.147.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.144.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1beta2:0.147.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigtable-admin-v2:1.27.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigtable-admin-v2:1.27.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-bigtable-v2:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-bigtable-v2:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-pubsub-v1:1.102.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-pubsub-v1:1.102.20=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.6.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-pubsublite-v1:1.7.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-database-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-admin-instance-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-spanner-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-common-protos:2.9.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-common-protos:2.9.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:grpc-google-iam-v1:1.6.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:grpc-google-iam-v1:1.6.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1:2.23.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.144.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1:0.147.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta2:0.144.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta2:0.147.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigtable-admin-v2:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigtable-admin-v2:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-bigtable-v2:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-bigtable-v2:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-datastore-v1:0.102.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-datastore-v1:0.102.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-firestore-v1:3.4.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-firestore-v1:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.4.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-monitoring-v3:1.64.0=compileClasspath,testCompileClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.102.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-monitoring-v3:3.4.6=default,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.6.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsub-v1:1.102.20=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.7.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-spanner-v1:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-admin-instance-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-storage-v2:2.14.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-spanner-v1:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-storage-v2:2.16.0-alpha=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.95.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.95.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.96.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.9.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.96.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.6.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.2.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.6.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.19.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.2.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:0.104.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.19.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:0.105.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
com.google.api:gax:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-admin-directory:directory_v1-rev118-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-appengine:v1-rev20220818-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-appengine:v1-rev20221205-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-bigquery:v2-rev20220827-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-bigquery:v2-rev20220924-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-clouddebugger:v2-rev20220318-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-clouddebugger:v2-rev20220318-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-cloudresourcemanager:v1-rev20220828-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-cloudresourcemanager:v1-rev20220828-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-dataflow:v1b3-rev20220812-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-dataflow:v1b3-rev20220920-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-dns:v2beta1-rev99-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-dns:v2beta1-rev99-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-drive:v2-rev393-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-drive:v2-rev393-1.25.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-groupssettings:v1-rev20210624-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-groupssettings:v1-rev20210624-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-healthcare:v1-rev20220818-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-healthcare:v1-rev20220818-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-iamcredentials:v1-rev20210326-1.32.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-iamcredentials:v1-rev20210326-1.32.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-monitoring:v3-rev20220930-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-monitoring:v3-rev20221205-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-pubsub:v1-rev20220829-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-pubsub:v1-rev20220904-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-sheets:v4-rev20220927-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-sheets:v4-rev20220927-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-sqladmin:v1beta4-rev20221017-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-sqladmin:v1beta4-rev20221017-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.apis:google-api-services-storage:v1-rev20220705-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.apis:google-api-services-storage:v1-rev20220705-2.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine.tools:appengine-gcs-client:0.8.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-1.0-sdk:1.9.86=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine.tools:appengine-pipeline:0.2.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.google.appengine:appengine-api-1.0-sdk:2.0.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.google.appengine:appengine-remote-api:2.0.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
|
||||||
com.google.appengine:appengine-testing:1.9.86=default,runtimeClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-testing:1.9.86=default,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-credentials:1.12.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-credentials:1.13.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-oauth2-http:1.12.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-oauth2-http:1.13.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.service:auto-service-annotations:1.0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auto.service:auto-service-annotations:1.0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value-annotations:1.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auto.value:auto-value-annotations:1.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value:1.10=default,runtimeClasspath,testRuntimeClasspath
|
com.google.auto.value:auto-value:1.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.bigdataoss:gcsio:2.2.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.bigdataoss:gcsio:2.2.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.bigdataoss:util:2.2.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.bigdataoss:util:2.2.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.bigtable:bigtable-client-core:1.26.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.bigtable:bigtable-client-core:1.26.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -107,26 +103,27 @@ com.google.cloud.bigtable:bigtable-metrics-api:1.26.3=compileClasspath,default,r
|
||||||
com.google.cloud.datastore:datastore-v1-proto-client:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.datastore:datastore-v1-proto-client:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.sql:jdbc-socket-factory-core:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.sql:jdbc-socket-factory-core:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud.sql:postgres-socket-factory:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud.sql:postgres-socket-factory:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigquerystorage:2.20.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigquerystorage:2.23.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable-stats:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable-stats:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-bigtable:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-bigtable:2.14.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-grpc:2.8.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-grpc:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core-http:2.8.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core-http:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-core:2.8.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-core:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-firestore:3.4.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-firestore:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-monitoring:3.4.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-monitoring:1.82.0=compileClasspath,testCompileClasspath
|
||||||
com.google.cloud:google-cloud-pubsub:1.120.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-monitoring:3.4.6=default,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-pubsublite:1.6.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsub:1.120.20=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-secretmanager:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-pubsublite:1.7.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-spanner:6.29.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-secretmanager:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-storage:2.14.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-spanner:6.31.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:google-cloud-tasks:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-storage:2.16.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
com.google.cloud:google-cloud-tasks:2.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:grpc-gcp:1.2.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:grpc-gcp:1.2.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.4.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:proto-google-cloud-firestore-bundle-v1:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.gson:gson:2.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.gson:gson:2.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.common.html.types:types:1.0.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.common.html.types:types:1.0.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.dagger:dagger:2.44=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.dagger:dagger:2.44.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.errorprone:error_prone_annotations:2.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.errorprone:error_prone_annotations:2.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.escapevelocity:escapevelocity:0.9.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.escapevelocity:escapevelocity:0.9.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.flatbuffers:flatbuffers-java:1.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.flatbuffers:flatbuffers-java:1.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -137,10 +134,10 @@ com.google.guava:failureaccess:1.0.1=compileClasspath,default,runtimeClasspath,t
|
||||||
com.google.guava:guava:31.1-jre=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:guava:31.1-jre=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.gwt:gwt-user:2.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.gwt:gwt-user:2.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-apache-v2:1.42.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-apache-v2:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-appengine:1.42.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-appengine:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-gson:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-gson:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-jackson2:1.42.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-jackson2:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-protobuf:1.41.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-protobuf:1.41.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client:1.42.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.inject.extensions:guice-multibindings:4.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.inject.extensions:guice-multibindings:4.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -154,8 +151,8 @@ com.google.oauth-client:google-oauth-client-java6:1.34.1=compileClasspath,defaul
|
||||||
com.google.oauth-client:google-oauth-client-jetty:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client-jetty:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.oauth-client:google-oauth-client-servlet:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client-servlet:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.oauth-client:google-oauth-client:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client:1.34.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java-util:3.21.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java-util:3.21.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java:3.21.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java:3.21.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.re2j:re2j:1.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.re2j:re2j:1.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.template:soy:2021-02-01=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.template:soy:2021-02-01=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.truth:truth:1.1.3=default,runtimeClasspath,testRuntimeClasspath
|
com.google.truth:truth:1.1.3=default,runtimeClasspath,testRuntimeClasspath
|
||||||
|
@ -170,7 +167,7 @@ com.thoughtworks.paranamer:paranamer:2.7=compileClasspath,default,runtimeClasspa
|
||||||
com.zaxxer:HikariCP:3.4.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.zaxxer:HikariCP:3.4.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
commons-codec:commons-codec:1.15=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
commons-codec:commons-codec:1.15=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
commons-logging:commons-logging:1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
commons-logging:commons-logging:1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
dnsjava:dnsjava:3.5.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
dnsjava:dnsjava:3.5.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.confluent:common-config:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.confluent:common-config:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.confluent:common-utils:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.confluent:common-utils:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.confluent:kafka-avro-serializer:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.confluent:kafka-avro-serializer:5.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -178,26 +175,24 @@ io.confluent:kafka-schema-registry-client:5.3.2=compileClasspath,default,runtime
|
||||||
io.dropwizard.metrics:metrics-core:3.1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.dropwizard.metrics:metrics-core:3.1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.classgraph:classgraph:4.8.104=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.github.classgraph:classgraph:4.8.104=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=default,runtimeClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.48.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-alts:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-census:1.49.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-census:1.48.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.51.0=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.48.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-netty-shaded:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty:1.49.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.48.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-protobuf-lite:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty:1.48.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-rls:1.49.2=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.49.2=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-protobuf:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.51.0=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.48.0=compileClasspath,testCompileClasspath
|
io.grpc:grpc-stub:1.51.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.49.2=compileClasspath,testCompileClasspath
|
||||||
io.grpc:grpc-stub:1.50.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.51.0=default,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.48.0=compileClasspath,testCompileClasspath
|
|
||||||
io.grpc:grpc-xds:1.50.1=default,runtimeClasspath,testRuntimeClasspath
|
|
||||||
io.netty:netty-buffer:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-buffer:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http2:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http2:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.netty:netty-codec-http:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.netty:netty-codec-http:4.1.77.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -222,7 +217,7 @@ io.opencensus:opencensus-exporter-stats-stackdriver:0.31.0=compileClasspath,defa
|
||||||
io.opencensus:opencensus-impl-core:0.31.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-impl-core:0.31.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-impl:0.31.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-impl:0.31.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-proto:0.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-proto:0.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.perfmark:perfmark-api:0.25.0=default,runtimeClasspath,testRuntimeClasspath
|
io.perfmark:perfmark-api:0.26.0=default,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.activation:activation:1.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.activation:activation:1.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.activation:javax.activation-api:1.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.activation:javax.activation-api:1.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -242,24 +237,24 @@ org.apache.arrow:arrow-format:5.0.0=compileClasspath,default,runtimeClasspath,te
|
||||||
org.apache.arrow:arrow-memory-core:5.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.arrow:arrow-memory-core:5.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.arrow:arrow-vector:5.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.arrow:arrow-vector:5.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.avro:avro:1.8.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.avro:avro:1.8.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-model-fn-execution:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-model-fn-execution:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-model-job-management:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-model-job-management:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-model-pipeline:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-model-pipeline:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-core-construction-java:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-core-construction-java:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-core-java:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-core-java:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-google-cloud-dataflow-java:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-google-cloud-dataflow-java:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-runners-java-fn-execution:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-runners-java-fn-execution:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-core:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-core:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-expansion-service:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-expansion-service:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-extensions-arrow:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-extensions-arrow:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-extensions-protobuf:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-extensions-protobuf:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-fn-execution:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-fn-execution:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-io-google-cloud-platform:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-io-google-cloud-platform:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-sdks-java-io-kafka:2.42.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-sdks-java-io-kafka:2.43.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-vendor-grpc-1_48_1:0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-vendor-grpc-1_48_1:0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.beam:beam-vendor-guava-26_0-jre:0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.beam:beam-vendor-guava-26_0-jre:0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-compress:1.21=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-compress:1.22=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-csv:1.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-csv:1.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.commons:commons-lang3:3.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-lang3:3.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.httpcomponents:httpclient:4.5.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.httpcomponents:httpclient:4.5.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -268,12 +263,12 @@ org.bouncycastle:bcpg-jdk15on:1.67=compileClasspath,default,runtimeClasspath,tes
|
||||||
org.bouncycastle:bcpkix-jdk15on:1.67=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.bouncycastle:bcpkix-jdk15on:1.67=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.bouncycastle:bcprov-jdk15on:1.67=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.bouncycastle:bcprov-jdk15on:1.67=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.checkerframework:checker-compat-qual:2.5.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.checkerframework:checker-compat-qual:2.5.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.checkerframework:checker-qual:3.26.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.checkerframework:checker-qual:3.28.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.codehaus.jackson:jackson-core-asl:1.9.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.codehaus.jackson:jackson-core-asl:1.9.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.codehaus.jackson:jackson-mapper-asl:1.9.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.codehaus.jackson:jackson-mapper-asl:1.9.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.22=default,runtimeClasspath,testRuntimeClasspath
|
org.codehaus.mojo:animal-sniffer-annotations:1.22=default,runtimeClasspath,testRuntimeClasspath
|
||||||
org.conscrypt:conscrypt-openjdk-uber:2.5.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.conscrypt:conscrypt-openjdk-uber:2.5.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.flywaydb:flyway-core:9.7.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.flywaydb:flyway-core:9.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:jaxb-runtime:2.3.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.glassfish.jaxb:txw2:2.3.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.gwtproject:gwt-user:2.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.gwtproject:gwt-user:2.10.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -285,7 +280,7 @@ org.jboss.logging:jboss-logging:3.4.3.Final=compileClasspath,default,runtimeClas
|
||||||
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jboss:jandex:2.4.2.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jboss:jandex:2.4.2.Final=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jetbrains:annotations:17.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jetbrains:annotations:17.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.joda:joda-money:1.0.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.joda:joda-money:1.0.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.json:json:20200518=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.json:json:20200518=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jsoup:jsoup:1.15.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jsoup:jsoup:1.15.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.jvnet.staxex:stax-ex:1.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.jvnet.staxex:stax-ex:1.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -294,22 +289,22 @@ org.ow2.asm:asm-commons:9.2=compileClasspath,default,runtimeClasspath,testCompil
|
||||||
org.ow2.asm:asm-tree:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.ow2.asm:asm-tree:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.ow2.asm:asm-util:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.ow2.asm:asm-util:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.ow2.asm:asm:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.ow2.asm:asm:9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.postgresql:postgresql:42.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.postgresql:postgresql:42.5.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.rnorth.duct-tape:duct-tape:1.0.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.rnorth.duct-tape:duct-tape:1.0.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.slf4j:slf4j-api:2.0.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-api:2.0.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.slf4j:slf4j-jdk14:2.0.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.slf4j:slf4j-jdk14:2.0.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-core:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-core:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-expression:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-expression:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.springframework:spring-jcl:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.springframework:spring-jcl:5.3.18=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:database-commons:1.17.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:database-commons:1.17.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:jdbc:1.17.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:jdbc:1.17.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:postgresql:1.17.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:postgresql:1.17.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.17.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.17.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.tukaani:xz:1.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.tukaani:xz:1.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.w3c.css:sac:1.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.w3c.css:sac:1.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.xerial.snappy:snappy-java:1.1.8.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.xerial.snappy:snappy-java:1.1.8.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.yaml:snakeyaml:1.31=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.yaml:snakeyaml:1.33=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-api:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-api:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-diagram:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-diagram:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
us.fatehi:schemacrawler-tools:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
us.fatehi:schemacrawler-tools:16.10.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
|
|
@ -11,32 +11,34 @@ com.github.docker-java:docker-java-transport:3.2.13=testCompileClasspath,testRun
|
||||||
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=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.android:annotations:4.1.1.4=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.api-client:google-api-client:1.35.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api-client:google-api-client:1.35.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2:2.5.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2:2.6.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.95.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta2:0.96.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.95.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-cloud-tasks-v2beta3:0.96.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-common-protos:2.9.6=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-common-protos:2.10.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api.grpc:proto-google-iam-v1:1.6.4=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api.grpc:proto-google-iam-v1:1.6.7=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:api-common:2.2.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:api-common:2.2.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-grpc:2.19.4=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-grpc:2.19.5=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax-httpjson:0.104.4=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax-httpjson:0.104.5=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.api:gax:2.19.4=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.api:gax:2.19.5=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-api-1.0-sdk:1.9.86=compileClasspath,default,deploy_jar,runtimeClasspath
|
com.google.appengine:appengine-api-1.0-sdk:1.9.86=compileClasspath,default,deploy_jar,runtimeClasspath
|
||||||
com.google.appengine:appengine-api-1.0-sdk:2.0.9=testCompileClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-1.0-sdk:2.0.10=testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-api-stubs:2.0.9=testCompileClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-api-stubs:2.0.10=testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.appengine:appengine-testing:1.9.86=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.appengine:appengine-testing:1.9.86=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-credentials:1.12.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-credentials:1.12.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.auth:google-auth-library-oauth2-http:1.12.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auth:google-auth-library-credentials:1.13.0=compileClasspath,testCompileClasspath
|
||||||
|
com.google.auth:google-auth-library-oauth2-http:1.12.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
|
com.google.auth:google-auth-library-oauth2-http:1.13.0=compileClasspath,testCompileClasspath
|
||||||
com.google.auto.value:auto-value-annotations:1.10=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.auto.value:auto-value-annotations:1.10=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.auto.value:auto-value:1.10=annotationProcessor,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testRuntimeClasspath
|
com.google.auto.value:auto-value:1.10.1=annotationProcessor,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testRuntimeClasspath
|
||||||
com.google.auto:auto-common:0.10=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.auto:auto-common:0.10=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.cloud:google-cloud-tasks:2.5.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.cloud:google-cloud-tasks:2.6.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.findbugs:jFormatString:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.code.findbugs:jFormatString:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.code.gson:gson:2.9.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.code.gson:gson:2.10=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.dagger:dagger-compiler:2.44=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger-compiler:2.44.2=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.dagger:dagger-producers:2.44=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger-producers:2.44.2=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.dagger:dagger-spi:2.44=annotationProcessor,testAnnotationProcessor
|
com.google.dagger:dagger-spi:2.44.2=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.dagger:dagger:2.44=annotationProcessor,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.dagger:dagger:2.44.2=annotationProcessor,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.devtools.ksp:symbol-processing-api:1.7.0-1.0.6=annotationProcessor,testAnnotationProcessor
|
com.google.devtools.ksp:symbol-processing-api:1.7.0-1.0.6=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.errorprone:error_prone_annotation:2.3.4=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.errorprone:error_prone_annotation:2.3.4=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.errorprone:error_prone_annotations:2.16=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.errorprone:error_prone_annotations:2.16=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -57,14 +59,14 @@ com.google.guava:guava:31.0.1-jre=annotationProcessor,testAnnotationProcessor
|
||||||
com.google.guava:guava:31.1-jre=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:guava:31.1-jre=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,errorprone,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-apache-v2:1.42.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-apache-v2:1.42.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client-gson:1.42.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client-gson:1.42.3=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.http-client:google-http-client:1.42.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.http-client:google-http-client:1.42.3=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.j2objc:j2objc-annotations:1.1=errorprone
|
com.google.j2objc:j2objc-annotations:1.1=errorprone
|
||||||
com.google.j2objc:j2objc-annotations:1.3=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
com.google.j2objc:j2objc-annotations:1.3=annotationProcessor,checkstyle,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.oauth-client:google-oauth-client:1.34.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.google.oauth-client:google-oauth-client:1.34.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java-util:3.21.8=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java-util:3.21.9=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java-util:4.0.0-rc-2=compileClasspath,testCompileClasspath
|
com.google.protobuf:protobuf-java-util:4.0.0-rc-2=compileClasspath,testCompileClasspath
|
||||||
com.google.protobuf:protobuf-java:3.21.8=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.protobuf:protobuf-java:3.21.9=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
com.google.protobuf:protobuf-java:3.4.0=annotationProcessor,errorprone,testAnnotationProcessor
|
com.google.protobuf:protobuf-java:3.4.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
com.google.protobuf:protobuf-java:4.0.0-rc-2=compileClasspath,testCompileClasspath
|
com.google.protobuf:protobuf-java:4.0.0-rc-2=compileClasspath,testCompileClasspath
|
||||||
com.google.re2j:re2j:1.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
com.google.re2j:re2j:1.6=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
|
@ -74,36 +76,37 @@ com.googlecode.java-diff-utils:diffutils:1.3.0=annotationProcessor,errorprone,te
|
||||||
com.ibm.icu:icu4j:72.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
com.ibm.icu:icu4j:72.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
com.puppycrawl.tools:checkstyle:8.37=checkstyle
|
com.puppycrawl.tools:checkstyle:8.37=checkstyle
|
||||||
com.squareup:javapoet:1.13.0=annotationProcessor,testAnnotationProcessor
|
com.squareup:javapoet:1.13.0=annotationProcessor,testAnnotationProcessor
|
||||||
|
com.squareup:kotlinpoet:1.11.0=annotationProcessor,testAnnotationProcessor
|
||||||
commons-beanutils:commons-beanutils:1.9.4=checkstyle
|
commons-beanutils:commons-beanutils:1.9.4=checkstyle
|
||||||
commons-codec:commons-codec:1.15=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
commons-codec:commons-codec:1.15=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
commons-collections:commons-collections:3.2.2=checkstyle
|
commons-collections:commons-collections:3.2.2=checkstyle
|
||||||
commons-logging:commons-logging:1.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
commons-logging:commons-logging:1.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
info.picocli:picocli:4.5.2=checkstyle
|
info.picocli:picocli:4.5.2=checkstyle
|
||||||
io.github.java-diff-utils:java-diff-utils:4.12=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.github.java-diff-utils:java-diff-utils:4.12=default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-alts:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-alts:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-api:1.50.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-api:1.50.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-auth:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-auth:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-context:1.50.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-context:1.50.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-core:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-core:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-googleapis:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-googleapis:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-grpclb:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-grpclb:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-netty-shaded:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-netty-shaded:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf-lite:1.50.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf-lite:1.50.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-protobuf:1.50.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-protobuf:1.50.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-services:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-services:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-stub:1.50.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.grpc:grpc-stub:1.50.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.grpc:grpc-xds:1.50.1=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.grpc:grpc-xds:1.50.2=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-api:0.31.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-api:0.31.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-contrib-http-util:0.31.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-contrib-http-util:0.31.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
io.opencensus:opencensus-proto:0.2.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.opencensus:opencensus-proto:0.2.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
io.perfmark:perfmark-api:0.25.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
io.perfmark:perfmark-api:0.26.0=default,deploy_jar,runtimeClasspath,testRuntimeClasspath
|
||||||
javax.activation:activation:1.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.activation:activation:1.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.activation:javax.activation-api:1.2.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.activation:javax.activation-api:1.2.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.inject:javax.inject:1=annotationProcessor,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
javax.inject:javax.inject:1=annotationProcessor,compileClasspath,default,deploy_jar,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.mail:mail:1.5.0-b01=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.mail:mail:1.5.0-b01=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
javax.xml.bind:jaxb-api:2.4.0-b180830.0359=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
javax.xml.bind:jaxb-api:2.4.0-b180830.0359=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
joda-time:joda-time:2.12.1=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
joda-time:joda-time:2.12.2=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
junit:junit:4.13.2=default,testCompileClasspath,testRuntimeClasspath
|
junit:junit:4.13.2=default,testCompileClasspath,testRuntimeClasspath
|
||||||
net.bytebuddy:byte-buddy-agent:1.12.16=testCompileClasspath,testRuntimeClasspath
|
net.bytebuddy:byte-buddy-agent:1.12.16=testCompileClasspath,testRuntimeClasspath
|
||||||
net.bytebuddy:byte-buddy:1.12.16=testCompileClasspath,testRuntimeClasspath
|
net.bytebuddy:byte-buddy:1.12.16=testCompileClasspath,testRuntimeClasspath
|
||||||
|
@ -111,7 +114,7 @@ net.java.dev.jna:jna:5.8.0=testCompileClasspath,testRuntimeClasspath
|
||||||
net.ltgt.gradle.incap:incap:0.2=annotationProcessor,testAnnotationProcessor
|
net.ltgt.gradle.incap:incap:0.2=annotationProcessor,testAnnotationProcessor
|
||||||
net.sf.saxon:Saxon-HE:10.3=checkstyle
|
net.sf.saxon:Saxon-HE:10.3=checkstyle
|
||||||
org.antlr:antlr4-runtime:4.8-1=checkstyle
|
org.antlr:antlr4-runtime:4.8-1=checkstyle
|
||||||
org.apache.commons:commons-compress:1.21=testCompileClasspath,testRuntimeClasspath
|
org.apache.commons:commons-compress:1.22=testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.httpcomponents:httpclient:4.5.13=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.httpcomponents:httpclient:4.5.13=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apache.httpcomponents:httpcore:4.4.15=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.apache.httpcomponents:httpcore:4.4.15=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
|
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
|
||||||
|
@ -121,7 +124,7 @@ org.checkerframework:checker-compat-qual:2.5.5=annotationProcessor,compileClassp
|
||||||
org.checkerframework:checker-qual:2.11.1=checkstyle
|
org.checkerframework:checker-qual:2.11.1=checkstyle
|
||||||
org.checkerframework:checker-qual:3.0.0=errorprone
|
org.checkerframework:checker-qual:3.0.0=errorprone
|
||||||
org.checkerframework:checker-qual:3.12.0=annotationProcessor,testAnnotationProcessor
|
org.checkerframework:checker-qual:3.12.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.checkerframework:checker-qual:3.26.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.checkerframework:checker-qual:3.27.0=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.checkerframework:dataflow:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
org.checkerframework:dataflow:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.checkerframework:javacutil:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
org.checkerframework:javacutil:3.0.0=annotationProcessor,errorprone,testAnnotationProcessor
|
||||||
org.codehaus.mojo:animal-sniffer-annotations:1.17=errorprone
|
org.codehaus.mojo:animal-sniffer-annotations:1.17=errorprone
|
||||||
|
@ -135,6 +138,7 @@ org.jacoco:org.jacoco.ant:0.8.6=jacocoAnt
|
||||||
org.jacoco:org.jacoco.core:0.8.6=jacocoAnt
|
org.jacoco:org.jacoco.core:0.8.6=jacocoAnt
|
||||||
org.jacoco:org.jacoco.report:0.8.6=jacocoAnt
|
org.jacoco:org.jacoco.report:0.8.6=jacocoAnt
|
||||||
org.javassist:javassist:3.26.0-GA=checkstyle
|
org.javassist:javassist:3.26.0-GA=checkstyle
|
||||||
|
org.jetbrains.kotlin:kotlin-reflect:1.6.10=annotationProcessor,testAnnotationProcessor
|
||||||
org.jetbrains.kotlin:kotlin-stdlib-common:1.7.0=annotationProcessor,testAnnotationProcessor
|
org.jetbrains.kotlin:kotlin-stdlib-common:1.7.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.0=annotationProcessor,testAnnotationProcessor
|
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.0=annotationProcessor,testAnnotationProcessor
|
||||||
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0=annotationProcessor,testAnnotationProcessor
|
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0=annotationProcessor,testAnnotationProcessor
|
||||||
|
@ -151,9 +155,9 @@ org.junit.platform:junit-platform-runner:1.9.1=testCompileClasspath,testRuntimeC
|
||||||
org.junit.platform:junit-platform-suite-api:1.9.1=testCompileClasspath,testRuntimeClasspath
|
org.junit.platform:junit-platform-suite-api:1.9.1=testCompileClasspath,testRuntimeClasspath
|
||||||
org.junit.platform:junit-platform-suite-commons:1.9.1=testRuntimeClasspath
|
org.junit.platform:junit-platform-suite-commons:1.9.1=testRuntimeClasspath
|
||||||
org.junit:junit-bom:5.9.1=testCompileClasspath,testRuntimeClasspath
|
org.junit:junit-bom:5.9.1=testCompileClasspath,testRuntimeClasspath
|
||||||
org.mockito:mockito-core:4.8.1=testCompileClasspath,testRuntimeClasspath
|
org.mockito:mockito-core:4.9.0=testCompileClasspath,testRuntimeClasspath
|
||||||
org.mockito:mockito-junit-jupiter:4.8.1=testCompileClasspath,testRuntimeClasspath
|
org.mockito:mockito-junit-jupiter:4.9.0=testCompileClasspath,testRuntimeClasspath
|
||||||
org.objenesis:objenesis:3.2=testRuntimeClasspath
|
org.objenesis:objenesis:3.3=testRuntimeClasspath
|
||||||
org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath
|
org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath
|
||||||
org.ow2.asm:asm-analysis:8.0.1=jacocoAnt
|
org.ow2.asm:asm-analysis:8.0.1=jacocoAnt
|
||||||
org.ow2.asm:asm-commons:8.0.1=jacocoAnt
|
org.ow2.asm:asm-commons:8.0.1=jacocoAnt
|
||||||
|
@ -167,8 +171,8 @@ org.plumelib:require-javadoc:0.1.0=annotationProcessor,errorprone,testAnnotation
|
||||||
org.reflections:reflections:0.9.12=checkstyle
|
org.reflections:reflections:0.9.12=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.17.5=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:junit-jupiter:1.17.6=testCompileClasspath,testRuntimeClasspath
|
||||||
org.testcontainers:testcontainers:1.17.5=testCompileClasspath,testRuntimeClasspath
|
org.testcontainers:testcontainers:1.17.6=testCompileClasspath,testRuntimeClasspath
|
||||||
org.threeten:threetenbp:1.6.3=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.threeten:threetenbp:1.6.4=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
org.yaml:snakeyaml:1.33=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
org.yaml:snakeyaml:1.33=compileClasspath,default,deploy_jar,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||||
empty=archives,errorproneJavac
|
empty=archives,errorproneJavac
|
||||||
|
|
|
@ -1,27 +0,0 @@
|
||||||
// Copyright 2017 The Nomulus Authors. All Rights Reserved.
|
|
||||||
//
|
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
//
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
package google.registry.util;
|
|
||||||
|
|
||||||
import com.google.appengine.api.datastore.Key;
|
|
||||||
import java.util.Optional;
|
|
||||||
|
|
||||||
/** Utility methods for working with the App Engine Datastore service. */
|
|
||||||
public class DatastoreServiceUtils {
|
|
||||||
|
|
||||||
/** Returns the name or id of a key, which may be a string or a long. */
|
|
||||||
public static Object getNameOrId(Key key) {
|
|
||||||
return Optional.<Object>ofNullable(key.getName()).orElse(key.getId());
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue