aboutsummaryrefslogtreecommitdiff
path: root/juick-rss
diff options
context:
space:
mode:
Diffstat (limited to 'juick-rss')
-rw-r--r--juick-rss/build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/juick-rss/build.gradle b/juick-rss/build.gradle
index 3ec17d11..0632efb0 100644
--- a/juick-rss/build.gradle
+++ b/juick-rss/build.gradle
@@ -8,12 +8,11 @@ dependencies {
compile "org.springframework:spring-webmvc:${rootProject.springFrameworkVersion}"
compile 'com.rometools:rome:1.7.1'
compile 'com.rometools:rome-modules:1.7.1'
- providedCompile 'javax.servlet:javax.servlet-api:3.1.0'
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.+"
+ testCompile "org.mockito:mockito-core:2.6.2"
testCompile "org.springframework:spring-test:${rootProject.springFrameworkVersion}"
}