apply plugin: 'war' sourceCompatibility = 1.8 dependencies { compile project(':juick-core') providedCompile "org.apache.commons:commons-lang3:3.7" providedCompile "org.apache.commons:commons-collections4:4.1" providedCompile "commons-io:commons-io:2.6" compile "rocks.xmpp:xmpp-core-client:0.7.5" compile "rocks.xmpp:xmpp-extensions-client:0.7.5" compile "javax.inject:javax.inject:1" testCompile("org.springframework.boot:spring-boot-starter-test") }