diff options
author | Vitaly Takmazov | 2018-03-16 10:46:23 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-03-16 10:46:23 +0300 |
commit | 9ef168a03b75aeca0c2f7dda9ce87d4014c703a9 (patch) | |
tree | 8ace0ada0f576d97592f8bc84803a2dcf3e7a244 /juick-core/build.gradle | |
parent | 7cadae166b103182d7d1daaafe602cd8fb145c53 (diff) |
merge common projects
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" -} |