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" }