Skip to content

Commit

Permalink
add exclusions to gmock
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed May 8, 2014
1 parent 905e2ff commit 2416574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grails-app/conf/BuildConfig.groovy
Expand Up @@ -25,6 +25,7 @@ grails.project.dependency.resolution = {
excludes "commons-logging", "xml-apis", "groovy"
}
test("org.gmock:gmock:0.8.3") {
excludes "org.codehaus.groovy:groovy-all", "groovy-all", "groovy"
export = false
}
}
Expand Down

0 comments on commit 2416574

Please sign in to comment.