We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2605f86 commit 2ed72c6Copy full SHA for 2ed72c6
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle
@@ -44,7 +44,7 @@ dependencies {
44
exclude(group: "javax.inject", module: "javax.inject")
45
}
46
implementation("org.sonatype.plexus:plexus-build-api") {
47
- exclude(group: "org.codehaus.plexus:plexus-utils")
+ exclude(group: "org.codehaus.plexus", module: "plexus-utils")
48
49
implementation("org.springframework:spring-core")
50
implementation("org.springframework:spring-context")
0 commit comments