Skip to content

Commit

Permalink
make grails-scripts depend on tomcat plugin for compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed May 17, 2012
1 parent 5b3342c commit 5d89a75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grails-scripts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ dependencies {
project(':grails-plugin-controllers'),
project(':grails-plugin-log4j'),
project(":grails-test"),
project(":grails-plugin-testing")
project(":grails-plugin-testing"),
project(":grails-plugin-tomcat"),
project(":grails-resources")
}

Expand Down

0 comments on commit 5d89a75

Please sign in to comment.