mirror of
https://github.com/google/nomulus.git
synced 2025-06-29 07:43:37 +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
|
@ -82,7 +82,7 @@ com.google.flogger:flogger-system-backend:0.1
|
|||
com.google.flogger:flogger:0.3.1
|
||||
com.google.flogger:google-extensions:0.3.1
|
||||
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.2
|
||||
com.google.http-client:google-http-client-appengine:1.29.2
|
||||
|
@ -186,10 +186,10 @@ org.apache.httpcomponents:httpclient:4.5.8
|
|||
org.apache.httpcomponents:httpcore:4.4.11
|
||||
org.bouncycastle:bcpg-jdk15on:1.61
|
||||
org.bouncycastle:bcprov-jdk15on:1.61
|
||||
org.checkerframework:checker-qual:2.5.2
|
||||
org.checkerframework:checker-qual:2.8.1
|
||||
org.codehaus.jackson:jackson-core-asl:1.9.13
|
||||
org.codehaus.jackson:jackson-mapper-asl:1.9.13
|
||||
org.codehaus.mojo:animal-sniffer-annotations:1.17
|
||||
org.codehaus.mojo:animal-sniffer-annotations:1.18
|
||||
org.dom4j:dom4j:2.1.1
|
||||
org.easymock:easymock:3.0
|
||||
org.glassfish.jaxb:jaxb-runtime:2.3.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue