Skip to content

Commit 2dd6c1c

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes gh-41249
2 parents 81c8a97 + 07442f8 commit 2dd6c1c

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

Diff for: spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ configurations {
1414

1515
dependencies {
1616
compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations")
17-
compileOnly("org.sonatype.plexus:plexus-build-api")
1817
compileOnly("org.apache.maven:maven-core") {
1918
exclude(group: "javax.annotation", module: "javax.annotation-api")
2019
exclude(group: "javax.inject", module: "javax.inject")
@@ -32,6 +31,9 @@ dependencies {
3231
exclude(group: "javax.enterprise", module: "cdi-api")
3332
exclude(group: "javax.inject", module: "javax.inject")
3433
}
34+
implementation("org.sonatype.plexus:plexus-build-api") {
35+
exclude(group: "org.codehaus.plexus:plexus-utils")
36+
}
3537
implementation("org.springframework:spring-core")
3638
implementation("org.springframework:spring-context")
3739

@@ -72,8 +74,6 @@ dependencies {
7274
mavenRepository(project(path: ":spring-boot-project:spring-boot-devtools", configuration: "mavenRepository"))
7375
mavenRepository(project(path: ":spring-boot-project:spring-boot-docker-compose", configuration: "mavenRepository"))
7476

75-
runtimeOnly("org.sonatype.plexus:plexus-build-api")
76-
7777
versionProperties(project(path: ":spring-boot-project:spring-boot-dependencies", configuration: "effectiveBom"))
7878
}
7979

0 commit comments

Comments
 (0)