Skip to content

Commit e325115

Browse files
Merge branch '2.7.x'
2 parents 92936c6 + ef79a18 commit e325115

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

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ repositories {
2525
dependencies {
2626
compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations")
2727
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") {
3229
exclude(group: "javax.enterprise", module: "cdi-api")
3330
exclude(group: "javax.inject", module: "javax.inject")
3431
}
35-
implementation("org.apache.maven:maven-plugin-api") {
32+
compileOnly("org.apache.maven:maven-plugin-api") {
3633
exclude(group: "javax.enterprise", module: "cdi-api")
3734
exclude(group: "javax.inject", module: "javax.inject")
3835
}
3936

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+
4040
intTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform"))
4141
intTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-loader-tools"))
4242
intTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))

0 commit comments

Comments
 (0)