mirror of
https://github.com/google/nomulus.git
synced 2025-05-11 17:28:21 +02:00
This version of Beam does not have an explicit dependency on log4j. There are a couple of other things that need to change due to the upgrade. 1) The new version pulls in a dependency that is not on Maven Central but on packages.confluent.io, so we need to explicitly add this repo. 2) The new version has a dependency on flogger 0.6 anb above , which removed the LoggerConfig class (see google/flogger#142). We therefore backported the class. In the long term we should do what was suggested in the issue and use the normal JDK Logger config directly. 3) The intSqlPipeline dependency graph also needs to be updated. <!-- 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/1472) <!-- Reviewable:end -->
21 lines
864 B
Text
21 lines
864 B
Text
# This is a Gradle generated file for dependency locking.
|
|
# Manual edits can break the build and are not advised.
|
|
# This file is expected to be part of source control.
|
|
com.google.auto.value:auto-value-annotations:1.7.4
|
|
com.google.code.findbugs:jsr305:3.0.2
|
|
com.google.errorprone:error_prone_annotations:2.5.1
|
|
com.google.flogger:flogger-system-backend:0.7.3
|
|
com.google.flogger:flogger:0.7.3
|
|
com.google.guava:failureaccess:1.0.1
|
|
com.google.guava:guava:30.1.1-jre
|
|
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
|
com.google.j2objc:j2objc-annotations:1.3
|
|
com.google.truth:truth:1.1.2
|
|
io.github.java-diff-utils:java-diff-utils:4.9
|
|
javax.inject:javax.inject:1
|
|
joda-time:joda-time:2.9.2
|
|
junit:junit:4.13.1
|
|
org.checkerframework:checker-compat-qual:2.5.3
|
|
org.checkerframework:checker-qual:3.9.1
|
|
org.hamcrest:hamcrest-core:1.3
|
|
org.ow2.asm:asm:9.0
|