File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ configurations {
1414
1515dependencies {
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
You can’t perform that action at this time.
0 commit comments