From 223e8ec7742855ac83da445c40656aea3bec7e9b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 16 Mar 2018 11:35:08 +0300 Subject: gradle: remove tests from root project --- juick-server-web/build.gradle | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 juick-server-web/build.gradle (limited to 'juick-server-web') diff --git a/juick-server-web/build.gradle b/juick-server-web/build.gradle deleted file mode 100644 index eeccbdbc..00000000 --- a/juick-server-web/build.gradle +++ /dev/null @@ -1,24 +0,0 @@ -dependencies { - compile project(':juick-server-core') - - compile 'com.github.ben-manes.caffeine:caffeine:2.6.2' - compile("org.springframework.boot:spring-boot-starter-cache") - compile("org.springframework.boot:spring-boot-starter-web") - compile("org.springframework.boot:spring-boot-starter-websocket") - compile("org.springframework.boot:spring-boot-starter-security") - - compile "javax.inject:javax.inject:1" - - compile 'org.imgscalr:imgscalr-lib:4.2' - compile "org.apache.commons:commons-imaging:1.0-SNAPSHOT" - - runtime "commons-fileupload:commons-fileupload:1.3.3" - - compile ('com.github.juick:com.juick.xmpp:658f8cf751') { - exclude group: 'xmlpull' - } - compile 'xpp3:xpp3:1.1.4c' - - testCompile "org.springframework.boot:spring-boot-starter-test" - testCompile "org.springframework.security:spring-security-test" -} \ No newline at end of file -- cgit v1.2.3