From 4c35c7ff598b9e3a6cf941d4b68e392d982a06ee Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Sun, 8 May 2016 19:18:33 -0400 Subject: [PATCH] Use Spring Cloud Commons 1.0.0.RELEASE - Remove outdated `spring-core` and `spring-integration` overrides --- pom.xml | 2 +- .../spring-cloud-stream-binder-test/pom.xml | 4 ---- spring-cloud-stream-codec/pom.xml | 4 ---- spring-cloud-stream-dependencies/pom.xml | 2 +- spring-cloud-stream-test-support-internal/pom.xml | 5 ----- 5 files changed, 2 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 0632cde75..59fabe0f3 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.cloud spring-cloud-build - 1.1.0.RC2 + 1.1.0.RELEASE diff --git a/spring-cloud-stream-binders/spring-cloud-stream-binder-test/pom.xml b/spring-cloud-stream-binders/spring-cloud-stream-binder-test/pom.xml index ee1bd815d..7588794ef 100644 --- a/spring-cloud-stream-binders/spring-cloud-stream-binder-test/pom.xml +++ b/spring-cloud-stream-binders/spring-cloud-stream-binder-test/pom.xml @@ -14,14 +14,10 @@ 1.0.0.BUILD-SNAPSHOT - - 1.4.5.RELEASE - org.springframework.integration spring-integration-test - ${spring-integration.version} org.apache.avro diff --git a/spring-cloud-stream-codec/pom.xml b/spring-cloud-stream-codec/pom.xml index 03780f2f7..da3d2f28b 100644 --- a/spring-cloud-stream-codec/pom.xml +++ b/spring-cloud-stream-codec/pom.xml @@ -18,10 +18,6 @@ com.esotericsoftware kryo-shaded - - org.springframework - spring-core - org.springframework.integration spring-integration-core diff --git a/spring-cloud-stream-dependencies/pom.xml b/spring-cloud-stream-dependencies/pom.xml index cee90d4d8..a549711ae 100644 --- a/spring-cloud-stream-dependencies/pom.xml +++ b/spring-cloud-stream-dependencies/pom.xml @@ -4,7 +4,7 @@ spring-cloud-dependencies-parent org.springframework.cloud - 1.1.0.RC2 + 1.1.0.RELEASE spring-cloud-stream-dependencies diff --git a/spring-cloud-stream-test-support-internal/pom.xml b/spring-cloud-stream-test-support-internal/pom.xml index 3860e49fc..d231e00eb 100644 --- a/spring-cloud-stream-test-support-internal/pom.xml +++ b/spring-cloud-stream-test-support-internal/pom.xml @@ -23,11 +23,6 @@ org.springframework.boot spring-boot-starter-logging - - org.springframework - spring-core - -