Skip to content

Commit

Permalink
don't include grails-core in POM
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jan 15, 2013
1 parent ac12125 commit 8a04b36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion grails-plugin-tomcat/build.gradle
@@ -1,5 +1,8 @@


dependencies { dependencies {


compile project(":grails-tomcat"),project(":grails-core") compile project(":grails-tomcat")
compile project(":grails-core"), {
ext.notInPom = true
}
} }

0 comments on commit 8a04b36

Please sign in to comment.