From 34885ed9754ef81287e4aef5907ac7ed07c48321 Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Sun, 8 May 2016 20:18:10 -0400 Subject: [PATCH] Revert Spring Cloud Commons upgrade until a fix for docs is available --- 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, 15 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 59fabe0f3..0632cde75 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.cloud spring-cloud-build - 1.1.0.RELEASE + 1.1.0.RC2 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 7588794ef..ee1bd815d 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,10 +14,14 @@ 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 da3d2f28b..03780f2f7 100644 --- a/spring-cloud-stream-codec/pom.xml +++ b/spring-cloud-stream-codec/pom.xml @@ -18,6 +18,10 @@ 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 a549711ae..cee90d4d8 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.RELEASE + 1.1.0.RC2 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 d231e00eb..3860e49fc 100644 --- a/spring-cloud-stream-test-support-internal/pom.xml +++ b/spring-cloud-stream-test-support-internal/pom.xml @@ -23,6 +23,11 @@ org.springframework.boot spring-boot-starter-logging + + org.springframework + spring-core + +