rome/rome-modules/build.gradle
2017-03-12 17:30:05 +01:00

16 lines
445 B
Groovy

apply plugin: 'java-library'
group = "com.rometools"
apply from: '../build.gradle'
dependencies {
implementation project(':rome/rome')
implementation project(':rome/rome-utils')
implementation 'org.slf4j:slf4j-api:1.7.16'
implementation 'org.jdom:jdom2:2.0.6'
testImplementation 'ch.qos.logback:logback-classic:1.1.3'
testImplementation 'junit:junit:4.12'
testImplementation 'org.hamcrest:hamcrest-library:1.3'
}