diff options
Diffstat (limited to 'juick-xmpp/build.gradle')
-rw-r--r-- | juick-xmpp/build.gradle | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/juick-xmpp/build.gradle b/juick-xmpp/build.gradle index 55370c27..268c5e7b 100644 --- a/juick-xmpp/build.gradle +++ b/juick-xmpp/build.gradle @@ -16,10 +16,6 @@ dependencies { compile 'org.apache.commons:commons-dbcp2:2.1.1' compile 'net.jodah:failsafe:1.0.1' providedRuntime 'mysql:mysql-connector-java:5.1.40' - - testCompile "junit:junit:${rootProject.junitVersion}" - testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}" - testCompile "org.mockito:mockito-core:1.+" } compileJava.options.encoding = 'UTF-8' |