Fix dependency specification of jdom
This commit is contained in:
parent
6cad8fe798
commit
c0cfa0caef
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ apply from: '../build.gradle'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':rome-utils')
|
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'
|
implementation 'org.slf4j:slf4j-api:1.7.16'
|
||||||
testImplementation 'ch.qos.logback:logback-classic:1.1.3'
|
testImplementation 'ch.qos.logback:logback-classic:1.1.3'
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
|
|
Loading…
Reference in a new issue