Skip to content

Commit a195394

Browse files
committed
Merge branch '3.3.x'
2 parents 9bd6ec5 + 7f2e8f8 commit a195394

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
exclude(group: "javax.inject", module: "javax.inject")
4343
}
4444
implementation("org.sonatype.plexus:plexus-build-api") {
45-
exclude(group: "org.codehaus.plexus:plexus-utils")
45+
exclude(group: "org.codehaus.plexus", module: "plexus-utils")
4646
}
4747
implementation("org.springframework:spring-core")
4848
implementation("org.springframework:spring-context")

0 commit comments

Comments
 (0)