Skip to content

Commit

Permalink
exclude junit 3 from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Jun 26, 2012
1 parent 36f39e6 commit 26ac841
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion subprojects/groovy-ant/build.gradle
Expand Up @@ -2,7 +2,9 @@ dependencies {
compile project(':')
groovy project(':')
compile "org.apache.ant:ant:1.8.4"
runtime "org.apache.ant:ant-junit:1.8.4"
runtime("org.apache.ant:ant-junit:1.8.4") {
exclude(group: 'junit', module: 'junit')
}
runtime "org.apache.ant:ant-launcher:1.8.4"
runtime "org.apache.ant:ant-antlr:1.8.4"
// for groovydoc ant command
Expand Down

0 comments on commit 26ac841

Please sign in to comment.