Change deps for inclusion in parent project
This commit is contained in:
parent
c0cfa0caef
commit
35b5f1e705
3 changed files with 3 additions and 6 deletions
|
@ -5,8 +5,8 @@ group = "com.rometools"
|
|||
apply from: '../build.gradle'
|
||||
|
||||
dependencies {
|
||||
implementation project(':rome')
|
||||
implementation project(':rome-utils')
|
||||
implementation project(':rome/rome')
|
||||
implementation project(':rome/rome-utils')
|
||||
implementation 'org.slf4j:slf4j-api:1.7.16'
|
||||
implementation 'org.jdom:jdom2:2.0.6'
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ group = "com.rometools"
|
|||
apply from: '../build.gradle'
|
||||
|
||||
dependencies {
|
||||
implementation project(':rome-utils')
|
||||
implementation project(':rome/rome-utils')
|
||||
api 'org.jdom:jdom2:2.0.6'
|
||||
implementation 'org.slf4j:slf4j-api:1.7.16'
|
||||
testImplementation 'ch.qos.logback:logback-classic:1.1.3'
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
rootProject.name='rome-parent'
|
||||
|
||||
include ':rome', ':rome-utils', ':rome-modules'
|
Loading…
Reference in a new issue