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.
2 parents fa39de2 + 2ed72c6 commit 7f2e8f8Copy full SHA for 7f2e8f8
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle
@@ -42,7 +42,7 @@ dependencies {
42
exclude(group: "javax.inject", module: "javax.inject")
43
}
44
implementation("org.sonatype.plexus:plexus-build-api") {
45
- exclude(group: "org.codehaus.plexus:plexus-utils")
+ exclude(group: "org.codehaus.plexus", module: "plexus-utils")
46
47
implementation("org.springframework:spring-core")
48
implementation("org.springframework:spring-context")
0 commit comments