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 Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ configurations {
14
14
15
15
dependencies {
16
16
compileOnly(" org.apache.maven.plugin-tools:maven-plugin-annotations" )
17
- compileOnly(" org.sonatype.plexus:plexus-build-api" )
18
17
compileOnly(" org.apache.maven:maven-core" ) {
19
18
exclude(group : " javax.annotation" , module : " javax.annotation-api" )
20
19
exclude(group : " javax.inject" , module : " javax.inject" )
@@ -32,6 +31,9 @@ dependencies {
32
31
exclude(group : " javax.enterprise" , module : " cdi-api" )
33
32
exclude(group : " javax.inject" , module : " javax.inject" )
34
33
}
34
+ implementation(" org.sonatype.plexus:plexus-build-api" ) {
35
+ exclude(group : " org.codehaus.plexus:plexus-utils" )
36
+ }
35
37
implementation(" org.springframework:spring-core" )
36
38
implementation(" org.springframework:spring-context" )
37
39
@@ -72,8 +74,6 @@ dependencies {
72
74
mavenRepository(project(path : " :spring-boot-project:spring-boot-devtools" , configuration : " mavenRepository" ))
73
75
mavenRepository(project(path : " :spring-boot-project:spring-boot-docker-compose" , configuration : " mavenRepository" ))
74
76
75
- runtimeOnly(" org.sonatype.plexus:plexus-build-api" )
76
-
77
77
versionProperties(project(path : " :spring-boot-project:spring-boot-dependencies" , configuration : " effectiveBom" ))
78
78
}
79
79
You can’t perform that action at this time.
0 commit comments