aboutsummaryrefslogtreecommitdiff
path: root/juick-server-web/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-server-web/build.gradle')
-rw-r--r--juick-server-web/build.gradle24
1 files changed, 0 insertions, 24 deletions
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