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 9bd6ec5 + 7f2e8f8 commit a195394Copy full SHA for a195394
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