Renamed module 'domain' to 'core' to make its purpose more clear

This commit is contained in:
2016-01-17 05:42:48 +01:00
parent 8764642878
commit ac6f291964
106 changed files with 17 additions and 14 deletions

View File

@ -11,10 +11,10 @@ uploadArchives {
}
dependencies {
compile project(':domain')
compile project(':core')
testCompile 'junit:junit:4.11'
testCompile 'org.slf4j:slf4j-simple:1.7.12'
testCompile 'org.mockito:mockito-core:1.10.19'
testCompile project(path: ':domain', configuration: 'testArtifacts')
testCompile project(path: ':core', configuration: 'testArtifacts')
testCompile project(':cryptography-bc')
}