rome/rome-modules/build.gradle

16 lines
435 B
Groovy

apply plugin: 'java-library'
group = "com.rometools"
apply from: '../build.gradle'
dependencies {
implementation project(':rome')
implementation project(':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'
}