diff options
Diffstat (limited to 'juick-notifications/build.gradle')
-rw-r--r-- | juick-notifications/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle index 861c7234..3dc52132 100644 --- a/juick-notifications/build.gradle +++ b/juick-notifications/build.gradle @@ -12,6 +12,8 @@ dependencies { compile "org.springframework:spring-webmvc:${springFrameworkVersion}" compile 'com.mitchellbosecke:pebble-spring4:2.2.3' providedRuntime 'mysql:mysql-connector-java:5.1.40' + testCompile 'junit:junit:4.12' + testCompile "org.mockito:mockito-core:1.+" } compileJava.options.encoding = 'UTF-8' |