3225470df5
Revert "BAEL-3275: Using blocking queue for pub-sub"
10 lines
202 B
Groovy
10 lines
202 B
Groovy
apply plugin :'java'
|
|
//apply plugin : 'application'
|
|
|
|
|
|
|
|
dependencies{
|
|
compile group: 'joda-time', name: 'joda-time', version: '2.9.9'
|
|
testCompile group: 'junit', name: 'junit', version: '4.12'
|
|
}
|