Fix dependency specification of jdom

This commit is contained in:
Jonas Kalderstam 2017-03-06 01:01:58 +01:00
parent 6cad8fe798
commit c0cfa0caef

View file

@ -6,7 +6,7 @@ apply from: '../build.gradle'
dependencies {
implementation project(':rome-utils')
implementation 'org.jdom:jdom2:2.0.6'
api 'org.jdom:jdom2:2.0.6'
implementation 'org.slf4j:slf4j-api:1.7.16'
testImplementation 'ch.qos.logback:logback-classic:1.1.3'
testImplementation 'junit:junit:4.12'