diff options
author | Alexander Alexeev | 2016-12-06 21:19:47 +0700 |
---|---|---|
committer | Vitaly Takmazov | 2016-12-07 22:37:16 +0300 |
commit | 49f904b450ec693e3e968072480dab13be7abcf8 (patch) | |
tree | 43d3063b572aac4babfed5528c9d21696fbeb870 /juick-notifications/build.gradle | |
parent | 3fc85c266cb30af2898b0d9ba99c2a8577237a41 (diff) |
common configuration for tests
Diffstat (limited to 'juick-notifications/build.gradle')
-rw-r--r-- | juick-notifications/build.gradle | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle index 80795368..41fa1206 100644 --- a/juick-notifications/build.gradle +++ b/juick-notifications/build.gradle @@ -9,8 +9,11 @@ dependencies { compile 'com.notnoop.apns:apns:1.0.0.Beta6' compile "org.springframework:spring-webmvc:${rootProject.springFrameworkVersion}" compile 'com.mitchellbosecke:pebble-spring4:2.3.0' + providedRuntime 'mysql:mysql-connector-java:5.1.40' - testCompile 'junit:junit:4.12' + + testCompile "junit:junit:${rootProject.junitVersion}" + testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}" testCompile "org.mockito:mockito-core:1.+" } |