aboutsummaryrefslogtreecommitdiff
path: root/juick-common/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-09-25 11:53:37 +0300
committerGravatar Vitaly Takmazov2018-09-25 11:53:37 +0300
commitae76024011a8442ae7eab953e0b97e9fe2c7c201 (patch)
tree9ec4bc077ad2db21dcfce0eefa126a484b1d0fc7 /juick-common/build.gradle
parent85abc3e201539f81500754a7fb0e4f3a9d148fc4 (diff)
reorganize layout
Diffstat (limited to 'juick-common/build.gradle')
-rw-r--r--juick-common/build.gradle5
1 files changed, 1 insertions, 4 deletions
diff --git a/juick-common/build.gradle b/juick-common/build.gradle
index e7ee0720..6c70c580 100644
--- a/juick-common/build.gradle
+++ b/juick-common/build.gradle
@@ -1,10 +1,7 @@
apply plugin: 'java'
dependencies {
- compile("org.springframework.boot:spring-boot-starter-mail")
- compile("org.springframework.boot:spring-boot-starter-security")
- compile("org.springframework.boot:spring-boot-starter-web")
- compile("org.springframework.boot:spring-boot-starter-websocket")
+ compile("org.springframework.boot:spring-boot-starter-json")
compile "org.apache.commons:commons-lang3:3.8.1"
compile "org.apache.commons:commons-collections4:4.2"
compile 'org.apache.commons:commons-text:1.4'