Migrate to advanced worker model for worker/listener/timer using direct/thread/pool executor

This commit is contained in:
2015-04-26 18:15:55 +01:00
parent df0200e4c6
commit 0f7c701814
33 changed files with 634 additions and 333 deletions

View File

@@ -1,4 +1,10 @@
repositories {
mavenCentral();
}
dependencies {
compile 'org.slf4j:slf4j-api:1.7.7'
compile 'org.slf4j:slf4j-log4j12:1.7.7'
compile 'org.slf4j:slf4j-log4j12:1.7.7'
compile 'org.picocontainer:picocontainer:2.15'
compile 'junit:junit:4.12'
}