Remove TODOs
This commit is contained in:
@@ -25,11 +25,3 @@ dependencies {
|
||||
implementation project(":spring-cloud-app-broker-security-credhub")
|
||||
}
|
||||
|
||||
// TODO maven publication
|
||||
//install {
|
||||
// repositories.mavenInstaller {
|
||||
// pom.whenConfigured { generatedPom ->
|
||||
// generatedPom.packaging = "pom"
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
|
||||
@@ -21,12 +21,3 @@ dependencies {
|
||||
|
||||
implementation project(":spring-cloud-app-broker-logging")
|
||||
}
|
||||
|
||||
// TODO maven publication
|
||||
//install {
|
||||
// repositories.mavenInstaller {
|
||||
// pom.whenConfigured { generatedPom ->
|
||||
// generatedPom.packaging = "pom"
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
|
||||
@@ -21,12 +21,3 @@ dependencies {
|
||||
api project(":spring-cloud-app-broker-autoconfigure")
|
||||
api "org.springframework.cloud:spring-cloud-starter-open-service-broker:${openServiceBrokerVersion}"
|
||||
}
|
||||
|
||||
// TODO maven publication
|
||||
//install {
|
||||
// repositories.mavenInstaller {
|
||||
// pom.whenConfigured { generatedPom ->
|
||||
// generatedPom.packaging = "pom"
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user