13 lines
325 B
Groovy
13 lines
325 B
Groovy
|
|
dependencies {
|
|
compile project(':pdb-api')
|
|
compile 'org.lucares:ludb:1.0.20170408081113'
|
|
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.8'
|
|
|
|
|
|
|
|
compile 'org.apache.logging.log4j:log4j-api:2.8.2'
|
|
compile 'org.apache.logging.log4j:log4j-core:2.8.2'
|
|
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.8.2'
|
|
}
|