Renamed module 'domain' to 'core' to make its purpose more clear
This commit is contained in:
		@@ -27,10 +27,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')
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user