Skip to content

Commit

Permalink
Switch dependencies
Browse files Browse the repository at this point in the history
- maven-ant-tasks is no longer supported
- maven-resolver-and-tasks is the replacement
  • Loading branch information
Andres Almiray committed Apr 12, 2020
1 parent 857742d commit 07f4584
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
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 07f4584

Please sign in to comment.