Skip to content

Commit 4f2ea87

Browse files
committed
rollback :generate <dependencyManagement> section on pom file
1 parent 6ef9333 commit 4f2ea87

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

grpc-spring-boot-starter/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,8 @@ dependencyManagement {
3838
mavenBom "org.springframework.boot:spring-boot-starter-parent:${springBootVersion}"
3939
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"
4040
}
41-
generatedPomCustomization {
42-
enabled(false)
43-
}
44-
4541
}
42+
4643
task generateReleaseNotes(type: JavaExec, group: "documentation") {
4744
def m = java.util.regex.Pattern.compile("(\\d+\\.\\d+\\.\\d+).*").matcher(version.toString())
4845
def milestoneLabel = ""
@@ -273,7 +270,7 @@ dependencies {
273270
compileOnly "io.grpc:grpc-netty:${grpcVersion}"
274271
compile "io.grpc:grpc-netty-shaded:${grpcVersion}"
275272
compile "io.grpc:grpc-services:${grpcVersion}"
276-
compile "org.springframework.boot:spring-boot-starter:${springBootVersion}"
273+
compile "org.springframework.boot:spring-boot-starter"
277274
compile 'io.netty:netty-tcnative-boringssl-static:2.0.47.Final'
278275

279276
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")

0 commit comments

Comments
 (0)