blob: 431847a82c19c55bcb62a91eb14431c65ab35036 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
dependencies {
compile("org.springframework.boot:spring-boot-starter-json")
compile 'org.apache.commons:commons-lang3:3.7'
compile "commons-codec:commons-codec:1.11"
compile 'org.apache.commons:commons-collections4:4.1'
compile "org.apache.commons:commons-text:1.2"
compile 'org.ocpsoft.prettytime:prettytime:4.0.1.Final'
compile 'com.google.code.findbugs:jsr305:3.0.2'
testCompile("org.springframework.boot:spring-boot-starter-test")
testCompile "rocks.xmpp:xmpp-core-client:0.7.5"
}
|