diff options
Diffstat (limited to 'juick-core/build.gradle')
-rw-r--r-- | juick-core/build.gradle | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/juick-core/build.gradle b/juick-core/build.gradle deleted file mode 100644 index 431847a8..00000000 --- a/juick-core/build.gradle +++ /dev/null @@ -1,13 +0,0 @@ -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" -} |