@@ -16,7 +16,6 @@ dependencies {
16
16
asciidoctorExtensions(" io.spring.asciidoctor:spring-asciidoctor-extensions-section-ids" )
17
17
18
18
compileOnly(" org.apache.maven.plugin-tools:maven-plugin-annotations" )
19
- compileOnly(" org.sonatype.plexus:plexus-build-api" )
20
19
compileOnly(" org.apache.maven:maven-core" ) {
21
20
exclude(group : " javax.annotation" , module : " javax.annotation-api" )
22
21
exclude(group : " javax.inject" , module : " javax.inject" )
@@ -34,6 +33,9 @@ dependencies {
34
33
exclude(group : " javax.enterprise" , module : " cdi-api" )
35
34
exclude(group : " javax.inject" , module : " javax.inject" )
36
35
}
36
+ implementation(" org.sonatype.plexus:plexus-build-api" ) {
37
+ exclude(group : " org.codehaus.plexus:plexus-utils" )
38
+ }
37
39
implementation(" org.springframework:spring-core" )
38
40
implementation(" org.springframework:spring-context" )
39
41
@@ -59,8 +61,6 @@ dependencies {
59
61
mavenRepository(project(path : " :spring-boot-project:spring-boot-devtools" , configuration : " mavenRepository" ))
60
62
mavenRepository(project(path : " :spring-boot-project:spring-boot-docker-compose" , configuration : " mavenRepository" ))
61
63
62
- runtimeOnly(" org.sonatype.plexus:plexus-build-api" )
63
-
64
64
testImplementation(" org.apache.maven:maven-core" ) {
65
65
exclude(group : " javax.annotation" , module : " javax.annotation-api" )
66
66
exclude(group : " javax.inject" , module : " javax.inject" )
0 commit comments