Skip to content

Commit

Permalink
Merge pull request #319 from aalmiray/fix-classloader-issue-318
Browse files Browse the repository at this point in the history
Switch dependencies
  • Loading branch information
eyalbe4 committed May 3, 2020
2 parents fef85c0 + 07f4584 commit 67718c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Expand Up @@ -27,7 +27,10 @@ dependencies {
compile('org.codehaus.groovy.modules.http-builder:http-builder:0.7.2') {
exclude(module: 'groovy')
}
compile('org.apache.maven:maven-ant-tasks:2.1.3')
compile('org.apache.maven.resolver:maven-resolver-ant-tasks:1.2.0')
// provided by Gradle
compileOnly('org.apache.maven:maven-project:2.0.11')
testRuntime('org.apache.maven:maven-project:2.0.11')
testCompile('org.spockframework:spock-core:0.7-groovy-2.0') {
exclude(module: 'groovy-all')
}
Expand Down

0 comments on commit 67718c3

Please sign in to comment.