From 1179cdc5ba750c87783e442afeb202026ddd458d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 18 May 2018 10:58:10 +0300 Subject: drop org.json dependency --- juick-common/build.gradle | 2 -- 1 file changed, 2 deletions(-) (limited to 'juick-common') 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" } -- cgit v1.2.3