File tree 1 file changed +5
-5
lines changed
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,18 @@ repositories {
25
25
dependencies {
26
26
compileOnly(" org.apache.maven.plugin-tools:maven-plugin-annotations" )
27
27
compileOnly(" org.sonatype.plexus:plexus-build-api" )
28
-
29
- implementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform" ))
30
- implementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-loader-tools" ))
31
- implementation(" org.apache.maven.shared:maven-common-artifact-filters" ) {
28
+ compileOnly(" org.apache.maven.shared:maven-common-artifact-filters" ) {
32
29
exclude(group : " javax.enterprise" , module : " cdi-api" )
33
30
exclude(group : " javax.inject" , module : " javax.inject" )
34
31
}
35
- implementation (" org.apache.maven:maven-plugin-api" ) {
32
+ compileOnly (" org.apache.maven:maven-plugin-api" ) {
36
33
exclude(group : " javax.enterprise" , module : " cdi-api" )
37
34
exclude(group : " javax.inject" , module : " javax.inject" )
38
35
}
39
36
37
+ implementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform" ))
38
+ implementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-loader-tools" ))
39
+
40
40
intTestImplementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform" ))
41
41
intTestImplementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-loader-tools" ))
42
42
intTestImplementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-test-support" ))
You can’t perform that action at this time.
0 commit comments