Move to ReflectiveListen

This commit is contained in:
2016-07-03 16:16:04 +01:00
parent 46b377bf9a
commit 381befaa41
5 changed files with 50 additions and 44 deletions

View File

@@ -1,6 +1,5 @@
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'protobuf'
task wrapper(type: Wrapper) {
gradleVersion = '2.2'
@@ -24,6 +23,8 @@ repositories {
}
dependencies {
compile 'org.slf4j:slf4j-log4j12:1.7.7'
compile 'org.picocontainer:picocontainer:2.15'
compile 'org.msgpack:msgpack:0.6.11'
compile 'com.sparetimelabs:purejavacomm:0.0.22'
}