diff options
-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" |