Remove Spring Cloud Connectors auto-config/starter
The Spring Cloud Connectors project has been deprecated in favor of the Java CFEnv project. The Boot auto-configuration and starter that support Connectors were deprecated in Boot 2.2. This commit removes the Connectors auto-configuration, starter, and dependency management. Closes gh-19798
This commit is contained in:
@@ -1437,7 +1437,6 @@ bom {
|
||||
'spring-boot-starter-artemis',
|
||||
'spring-boot-starter-batch',
|
||||
'spring-boot-starter-cache',
|
||||
'spring-boot-starter-cloud-connectors',
|
||||
'spring-boot-starter-data-cassandra',
|
||||
'spring-boot-starter-data-cassandra-reactive',
|
||||
'spring-boot-starter-data-couchbase',
|
||||
@@ -1600,17 +1599,6 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library('Spring Cloud Connectors', '2.0.7.RELEASE') {
|
||||
group('org.springframework.cloud') {
|
||||
modules = [
|
||||
'spring-cloud-cloudfoundry-connector',
|
||||
'spring-cloud-connectors-core',
|
||||
'spring-cloud-heroku-connector',
|
||||
'spring-cloud-localconfig-connector',
|
||||
'spring-cloud-spring-service-connector'
|
||||
]
|
||||
}
|
||||
}
|
||||
library('Spring Data Releasetrain', 'Neumann-M2') {
|
||||
group('org.springframework.data') {
|
||||
imports = [
|
||||
|
||||
Reference in New Issue
Block a user