mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 11:38:35 +02:00
Add testcontainers' Junit5 support dependency (#640)
* Add testcontainers' Junit5 support dependency Also updated guava, dagger, hibernate, postgresql, and cloud socket factory to latest version. Migrated PersistenceModuleTest as an example. Real changes: - dependencies.gradle - core/build.gradle - PersistenceModuleTest.java
This commit is contained in:
parent
df8ce38796
commit
2c243a7d5f
143 changed files with 2387 additions and 2316 deletions
|
@ -22,7 +22,7 @@ com.google.code.gson:gson:2.7
|
|||
com.google.common.html.types:types:1.0.4
|
||||
com.google.errorprone:error_prone_annotations:2.3.4
|
||||
com.google.guava:failureaccess:1.0.1
|
||||
com.google.guava:guava:28.2-jre
|
||||
com.google.guava:guava:29.0-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
|
||||
|
@ -50,7 +50,7 @@ org.apache.commons:commons-lang3:3.8.1
|
|||
org.apache.commons:commons-text:1.6
|
||||
org.apache.httpcomponents:httpclient:4.5.8
|
||||
org.apache.httpcomponents:httpcore:4.4.11
|
||||
org.checkerframework:checker-qual:2.10.0
|
||||
org.checkerframework:checker-qual:2.11.1
|
||||
org.json:json:20160212
|
||||
org.ow2.asm:asm-analysis:6.0
|
||||
org.ow2.asm:asm-commons:6.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue