Skip to content

Commit

Permalink
Downgrade maven-resolver-provider to 3.6.3 as higher version are not …
Browse files Browse the repository at this point in the history
…available in the Central repositories
  • Loading branch information
puneetbehl committed Mar 17, 2021
1 parent 95b7b7b commit 04f9788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-shell/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
exclude group: "org.codehaus.groovy", module: "groovy"
}

implementation("org.apache.maven:maven-resolver-provider:3.9.4") {
implementation("org.apache.maven:maven-resolver-provider:3.6.3") {
exclude group: "com.google.guava", module: "guava"
}

Expand Down

0 comments on commit 04f9788

Please sign in to comment.