aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle12
1 files changed, 0 insertions, 12 deletions
diff --git a/build.gradle b/build.gradle
index 91d6d56c..a8452a7e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -40,15 +40,3 @@ allprojects {
}
}
-apply plugin: 'java'
-
-dependencies {
- compile project(':juick-common')
-
- testCompile "org.json:json:20180130"
- testCompile("org.springframework.boot:spring-boot-starter-jdbc")
- testCompile("org.springframework.boot:spring-boot-starter-test")
- testRuntime "mysql:mysql-connector-java:5.1.40"
- testRuntime "org.postgresql:postgresql:42.2.1"
-}
-