aboutsummaryrefslogtreecommitdiff
path: root/juick-common
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-05-18 10:58:10 +0300
committerGravatar Vitaly Takmazov2018-05-18 10:58:10 +0300
commit1179cdc5ba750c87783e442afeb202026ddd458d (patch)
tree9d033a111c8153dbcb7c70b0def7e3c6e1f0079f /juick-common
parent1f9ee1cb9d3c199ec6f1d87f814504295c60959b (diff)
drop org.json dependency
Diffstat (limited to 'juick-common')
-rw-r--r--juick-common/build.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/juick-common/build.gradle b/juick-common/build.gradle
index bb21aee7..c57655f1 100644
--- a/juick-common/build.gradle
+++ b/juick-common/build.gradle
@@ -5,7 +5,6 @@ dependencies {
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.7"
compile "org.apache.commons:commons-collections4:4.1"
compile 'org.apache.commons:commons-text:1.3'
@@ -21,5 +20,4 @@ dependencies {
compile "javax.xml.bind:jaxb-api:2.3.0"
compile 'org.glassfish.jaxb:jaxb-runtime:2.3.0'
testCompile("org.springframework.boot:spring-boot-starter-test")
- testCompile "org.json:json:20180130"
}