PAN-48 Added dependency on utilities to the persistence project
This commit is contained in:
@@ -45,6 +45,7 @@ allprojects {
|
||||
}
|
||||
|
||||
subprojects {
|
||||
apply plugin: 'java'
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
@@ -108,6 +109,12 @@ dependencies {
|
||||
apt 'org.projectlombok:lombok:1.18.4'
|
||||
}
|
||||
|
||||
project(':persistence') {
|
||||
dependencies {
|
||||
compile project(':utilities')
|
||||
}
|
||||
}
|
||||
|
||||
test {
|
||||
if (System.properties['test.profile'] != 'integrationTest') {
|
||||
exclude '**/*integrationTest*'
|
||||
|
||||
Reference in New Issue
Block a user