Major refactoring

This commit is contained in:
2015-05-19 19:16:20 +02:00
parent b143225af5
commit 1fbc4a1d74
45 changed files with 1447 additions and 444 deletions

View File

@@ -10,7 +10,7 @@ repositories {
dependencies {
compile project(':domain')
compile project(':networking')
compile project(':inventory')
compile project(':repositories')
compile 'org.slf4j:slf4j-simple:1.7.12'
testCompile 'junit:junit:4.11'
}