Refactor core.legacy to core.worker

This commit is contained in:
2016-07-11 23:05:47 +01:00
parent 7868c742a5
commit 8391fcfcaa
60 changed files with 15 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
dependencies {
compile 'org.slf4j:slf4j-log4j12:1.7.7'
compile 'org.picocontainer:picocontainer:2.15'
compile 'junit:junit:4.12'
}