Change deps for inclusion in parent project

This commit is contained in:
Jonas Kalderstam 2017-03-12 17:30:05 +01:00
parent c0cfa0caef
commit 35b5f1e705
3 changed files with 3 additions and 6 deletions

View file

@ -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'

View file

@ -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'

View file

@ -1,3 +0,0 @@
rootProject.name='rome-parent'
include ':rome', ':rome-utils', ':rome-modules'