diff --git a/spring-boot-autoconfigure/pom.xml b/spring-boot-autoconfigure/pom.xml index 36b5faab05..065a1d9072 100644 --- a/spring-boot-autoconfigure/pom.xml +++ b/spring-boot-autoconfigure/pom.xml @@ -114,6 +114,10 @@ org.codehaus.woodstox wstx-asl + + log4j + log4j + diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 5eb0a19925..3b7f66b97e 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -1,4 +1,6 @@ - + + 4.0.0 org.springframework.boot spring-boot-dependencies @@ -1155,6 +1157,12 @@ org.springframework.cloud spring-cloud-spring-service-connector ${spring-cloud.version} + + + log4j + log4j + + org.springframework.data @@ -1451,10 +1459,8 @@ true - + spring-milestones Spring Milestones diff --git a/spring-boot-starters/pom.xml b/spring-boot-starters/pom.xml index 41e08d4122..90c5adabfd 100644 --- a/spring-boot-starters/pom.xml +++ b/spring-boot-starters/pom.xml @@ -24,6 +24,7 @@ spring-boot-starter-amqp spring-boot-starter-aop spring-boot-starter-batch + spring-boot-starter-cloud-connectors spring-boot-starter-data-elasticsearch spring-boot-starter-data-gemfire spring-boot-starter-data-jpa diff --git a/spring-boot-starters/spring-boot-starter-cloud/pom.xml b/spring-boot-starters/spring-boot-starter-cloud-connectors/pom.xml similarity index 92% rename from spring-boot-starters/spring-boot-starter-cloud/pom.xml rename to spring-boot-starters/spring-boot-starter-cloud-connectors/pom.xml index dc751928e6..1cc504e0ee 100644 --- a/spring-boot-starters/spring-boot-starter-cloud/pom.xml +++ b/spring-boot-starters/spring-boot-starter-cloud-connectors/pom.xml @@ -6,8 +6,8 @@ spring-boot-starters 1.2.0.BUILD-SNAPSHOT - spring-boot-starter-cloud - Spring Boot Cloud Multiplatform Starter + spring-boot-starter-cloud-connectors + spring-boot-starter-cloud-connectors Spring Boot Starter for Spring Cloud http://projects.spring.io/spring-boot/ diff --git a/spring-boot-starters/spring-boot-starter-cloud/src/main/resources/META-INF/spring.provides b/spring-boot-starters/spring-boot-starter-cloud-connectors/src/main/resources/META-INF/spring.provides similarity index 100% rename from spring-boot-starters/spring-boot-starter-cloud/src/main/resources/META-INF/spring.provides rename to spring-boot-starters/spring-boot-starter-cloud-connectors/src/main/resources/META-INF/spring.provides