Remove TODOs

This commit is contained in:
Gareth Clay
2020-06-19 16:02:31 +01:00
committed by Gareth Clay
parent b54cb30d33
commit 81b85dcf44
3 changed files with 0 additions and 26 deletions

View File

@@ -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"
// }
// }
//}

View File

@@ -21,12 +21,3 @@ dependencies {
implementation project(":spring-cloud-app-broker-logging")
}
// TODO maven publication
//install {
// repositories.mavenInstaller {
// pom.whenConfigured { generatedPom ->
// generatedPom.packaging = "pom"
// }
// }
//}

View File

@@ -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"
// }
// }
//}