mirror of
https://github.com/google/nomulus.git
synced 2025-07-26 04:28:34 +02:00
Add socket factory as runtime dependency (#286)
* Add Cloud SQL socket factory as runtime dependency * Lock update from update_dependency.sh
This commit is contained in:
parent
ff439f598d
commit
9c7872dbb7
31 changed files with 451 additions and 120 deletions
|
@ -168,6 +168,7 @@ dependencies {
|
|||
compile deps['com.google.appengine:appengine-remote-api']
|
||||
compile deps['com.google.auth:google-auth-library-credentials']
|
||||
compile deps['com.google.auth:google-auth-library-oauth2-http']
|
||||
runtimeOnly deps['com.google.cloud.sql:postgres-socket-factory']
|
||||
compile deps['com.google.code.gson:gson']
|
||||
compile deps['com.google.auto.value:auto-value-annotations']
|
||||
compile deps['com.google.code.findbugs:jsr305']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue