mirror of
https://github.com/google/nomulus.git
synced 2025-06-24 13:30:54 +02:00
Make postgres dependency runtime (#225)
* Make postgres dependency runtime Labeling it 'compile' unnecessarily makes psql-dependency a public contract.
This commit is contained in:
parent
5d14a72822
commit
4cf4c8c191
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ dependencies {
|
|||
compile deps['org.hibernate:hibernate-core']
|
||||
testCompile deps['junit:junit']
|
||||
testCompile deps['org.mockito:mockito-core']
|
||||
compile deps['org.postgresql:postgresql']
|
||||
runtime deps['org.postgresql:postgresql']
|
||||
|
||||
// Indirect dependency found by undeclared-dependency check. Such
|
||||
// dependencies should go after all other compile and testCompile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue