mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 17:56:08 +02:00
Make project core depend on db at test runtime (#278)
This PR also upgraded the version of Guava to 28.1-jre to resolve missing stream package issue.
This commit is contained in:
parent
e4acb76320
commit
a85fcb6237
80 changed files with 453 additions and 317 deletions
|
@ -20,9 +20,9 @@ com.google.cloud:google-cloud-storage:1.59.0
|
|||
com.google.code.findbugs:jsr305:3.0.2
|
||||
com.google.code.gson:gson:2.7
|
||||
com.google.common.html.types:types:1.0.4
|
||||
com.google.errorprone:error_prone_annotations:2.3.1
|
||||
com.google.errorprone:error_prone_annotations:2.3.2
|
||||
com.google.guava:failureaccess:1.0.1
|
||||
com.google.guava:guava:27.1-jre
|
||||
com.google.guava:guava:28.1-jre
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
|
||||
com.google.gwt:gwt-user:2.8.0-beta1
|
||||
com.google.http-client:google-http-client-appengine:1.27.0
|
||||
|
@ -57,8 +57,8 @@ org.apache.commons:commons-text:1.6
|
|||
org.apache.httpcomponents:httpclient:4.5.8
|
||||
org.apache.httpcomponents:httpcore:4.4.11
|
||||
org.checkerframework:checker-compat-qual:2.5.5
|
||||
org.checkerframework:checker-qual:2.5.2
|
||||
org.codehaus.mojo:animal-sniffer-annotations:1.17
|
||||
org.checkerframework:checker-qual:2.8.1
|
||||
org.codehaus.mojo:animal-sniffer-annotations:1.18
|
||||
org.hamcrest:hamcrest-core:1.3
|
||||
org.json:json:20160212
|
||||
org.mockito:mockito-core:2.25.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue