aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-11-24 23:35:13 +0300
committerGravatar Vitaly Takmazov2016-11-24 23:35:13 +0300
commit8f6ca84a9220433a67f55604dca1dd0d7dd49db6 (patch)
treee1f7c699d6f0495c9d8d9366534d9ef8446e3f69 /juick-spring-www
parentd233943fc29508dc37714852b11b96b0b46b55d9 (diff)
juick-spring-www: fix test dependencies
Diffstat (limited to 'juick-spring-www')
-rw-r--r--juick-spring-www/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-spring-www/build.gradle b/juick-spring-www/build.gradle
index 2b3c27f4..b0574a0e 100644
--- a/juick-spring-www/build.gradle
+++ b/juick-spring-www/build.gradle
@@ -39,7 +39,7 @@ dependencies {
testCompile "org.mockito:mockito-core:1.+"
testCompile "org.springframework:spring-test:${springFrameworkVersion}"
- testRuntime "org.thymeleaf:thymeleaf-testing:3.0.1.RELEASE"
+ testCompile "org.thymeleaf:thymeleaf-testing:3.0.1.RELEASE"
providedCompile "javax.servlet:javax.servlet-api:3.1.0"