Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Dec 19, 2016
1 parent 1095ef7 commit 3d96827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grails-web-boot/build.gradle
Expand Up @@ -3,8 +3,8 @@ dependencies {

testCompile project(":grails-plugin-controllers")

testRuntime "org.apache.tomcat.embed:tomcat-embed-core:$tomcatVersion"
testRuntime "org.apache.tomcat.embed:tomcat-embed-logging-juli:$tomcatVersion"
testRuntime "org.apache.tomcat.embed:tomcat-embed-core:8.0.33"
testRuntime "org.apache.tomcat.embed:tomcat-embed-logging-juli:8.0.33"
testRuntime project(":grails-plugin-i18n")
testRuntime project(":grails-plugin-url-mappings")
}

0 comments on commit 3d96827

Please sign in to comment.