1
0
mirror of https://github.com/google/nomulus synced 2026-04-29 12:27:13 +00:00

Fix protobuf-java-util dependency (#1518)

This commit is contained in:
Rachel Guan
2022-02-09 14:11:09 -05:00
committed by GitHub
parent e6577e3f23
commit e53594a626
2 changed files with 2 additions and 2 deletions

View File

@@ -319,6 +319,7 @@ dependencies {
testCompile deps['com.google.appengine:appengine-testing']
testCompile deps['com.google.guava:guava-testlib']
testCompile deps['com.google.monitoring-client:contrib']
testCompile deps['com.google.protobuf:protobuf-java-util']
testCompile deps['com.google.truth:truth']
testCompile deps['com.google.truth.extensions:truth-java8-extension']
testCompile deps['org.checkerframework:checker-qual']
@@ -367,8 +368,6 @@ dependencies {
compile deps['org.flywaydb:flyway-core']
closureCompiler deps['com.google.javascript:closure-compiler']
testCompile 'com.google.protobuf:protobuf-java-util:3.17.3'
testCompile 'com.google.protobuf:protobuf-java-util:3.17.3'
}
task jaxbToJava {

View File

@@ -89,6 +89,7 @@ ext {
'com.google.oauth-client:google-oauth-client-jetty:1.31.4',
'com.google.oauth-client:google-oauth-client-servlet:1.31.4',
'com.google.protobuf:protobuf-java:3.13.0',
'com.google.protobuf:protobuf-java-util:3.17.3',
'com.google.re2j:re2j:1.6',
'com.google.template:soy:2021-02-01',
'com.google.truth.extensions:truth-java8-extension:1.1.2',