diff options
author | Vitaly Takmazov | 2016-11-24 23:35:13 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-11-24 23:35:13 +0300 |
commit | 8f6ca84a9220433a67f55604dca1dd0d7dd49db6 (patch) | |
tree | e1f7c699d6f0495c9d8d9366534d9ef8446e3f69 | |
parent | d233943fc29508dc37714852b11b96b0b46b55d9 (diff) |
juick-spring-www: fix test dependencies
-rw-r--r-- | juick-spring-www/build.gradle | 2 |
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" |