13 lines
347 B
Groovy
13 lines
347 B
Groovy
|
|
dependencies {
|
|
compile project(':pdb-api')
|
|
compile 'org.lucares:ludb:1.0.20170101101722'
|
|
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.6'
|
|
|
|
|
|
|
|
compile 'org.apache.logging.log4j:log4j-api:2.8'
|
|
compile 'org.apache.logging.log4j:log4j-core:2.8'
|
|
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.8'
|
|
}
|