Skip to content

Commit 2ed72c6

Browse files
committed
Correct syntax for plexus-utils exclusion
See 07442f8 See gh-41248
1 parent 2605f86 commit 2ed72c6

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
exclude(group: "javax.inject", module: "javax.inject")
4545
}
4646
implementation("org.sonatype.plexus:plexus-build-api") {
47-
exclude(group: "org.codehaus.plexus:plexus-utils")
47+
exclude(group: "org.codehaus.plexus", module: "plexus-utils")
4848
}
4949
implementation("org.springframework:spring-core")
5050
implementation("org.springframework:spring-context")

0 commit comments

Comments
 (0)