diff --git a/.gitignore b/.gitignore index eade3d4c5..42bdaef55 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,6 @@ _site/ *.iws .idea/* .factorypath -spring-xd-samples/*/xd dump.rdb .apt_generated artifacts diff --git a/pom.xml b/pom.xml index 288dd7a2d..396aa1794 100644 --- a/pom.xml +++ b/pom.xml @@ -1,69 +1,70 @@ - - - 4.0.0 - org.springframework.cloud - spring-cloud-stream-parent - 1.0.0.BUILD-SNAPSHOT - pom - - org.springframework.cloud - spring-cloud-build - 1.1.0.BUILD-SNAPSHOT - - - - https://github.com/spring-cloud/spring-cloud-stream - scm:git:git://github.com/spring-cloud/spring-cloud-stream.git - scm:git:ssh://git@github.com/spring-cloud/spring-cloud-stream.git - HEAD - - - 1.7 - - - - - org.springframework.cloud - spring-cloud-stream-dependencies - 1.0.0.BUILD-SNAPSHOT - pom - import - - - - - spring-cloud-stream-dependencies - spring-cloud-stream - spring-cloud-stream-binders - spring-cloud-stream-codec - spring-cloud-stream-tuple - spring-cloud-stream-starters - spring-cloud-stream-rxjava - spring-cloud-stream-module-launcher - spring-cloud-stream-test-support - spring-cloud-stream-test-support-internal - spring-cloud-stream-integration-tests - spring-cloud-stream-configuration-metadata - spring-cloud-stream-docs - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - true - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - - + + + 4.0.0 + org.springframework.cloud + spring-cloud-stream-parent + 1.0.0.BUILD-SNAPSHOT + pom + + org.springframework.cloud + spring-cloud-build + 1.1.0.BUILD-SNAPSHOT + + + + https://github.com/spring-cloud/spring-cloud-stream + scm:git:git://github.com/spring-cloud/spring-cloud-stream.git + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-stream.git + HEAD + + + 1.7 + UTF-8 + + + + + org.springframework.cloud + spring-cloud-stream-dependencies + 1.0.0.BUILD-SNAPSHOT + pom + import + + + + + spring-cloud-stream-dependencies + spring-cloud-stream + spring-cloud-stream-binders + spring-cloud-stream-codec + spring-cloud-stream-tuple + spring-cloud-stream-starters + spring-cloud-stream-rxjava + spring-cloud-stream-module-launcher + spring-cloud-stream-test-support + spring-cloud-stream-test-support-internal + spring-cloud-stream-integration-tests + spring-cloud-stream-configuration-metadata + spring-cloud-stream-docs + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + true + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + + diff --git a/spring-cloud-stream-binders/pom.xml b/spring-cloud-stream-binders/pom.xml index 202960a9b..25969697f 100644 --- a/spring-cloud-stream-binders/pom.xml +++ b/spring-cloud-stream-binders/pom.xml @@ -4,7 +4,7 @@ spring-cloud-stream-binders-parent pom - http://projects.spring.io/spring-xd/ + https://github.com/spring-cloud/spring-cloud-stream Pivotal Software, Inc. http://www.spring.io @@ -14,10 +14,7 @@ spring-cloud-stream-parent 1.0.0.BUILD-SNAPSHOT - - 0.8.2.1 - 2.6.0 - + spring-cloud-stream-binder-test spring-cloud-stream-binder-rabbit @@ -25,48 +22,6 @@ spring-cloud-stream-binder-kafka - - - - org.apache.kafka - kafka_2.10 - ${kafka.version} - - - org.slf4j - slf4j-log4j12 - - - - - org.apache.kafka - kafka_2.10 - test - ${kafka.version} - - - org.apache.kafka - kafka-clients - ${kafka.version} - - - org.apache.curator - curator-framework - ${curator.version} - - - org.apache.curator - curator-recipes - ${curator.version} - - - org.apache.curator - curator-test - ${curator.version} - - - - org.springframework.boot diff --git a/spring-cloud-stream-binders/spring-cloud-stream-binder-kafka/pom.xml b/spring-cloud-stream-binders/spring-cloud-stream-binder-kafka/pom.xml index 1601c41d8..24631f271 100644 --- a/spring-cloud-stream-binders/spring-cloud-stream-binder-kafka/pom.xml +++ b/spring-cloud-stream-binders/spring-cloud-stream-binder-kafka/pom.xml @@ -15,6 +15,7 @@ 0.8.2.2 + 2.6.0 1.3.0.RELEASE 1.0.0 @@ -93,4 +94,46 @@ test + + + + + org.apache.kafka + kafka_2.10 + ${kafka.version} + + + org.slf4j + slf4j-log4j12 + + + + + org.apache.kafka + kafka_2.10 + test + ${kafka.version} + + + org.apache.kafka + kafka-clients + ${kafka.version} + + + org.apache.curator + curator-framework + ${curator.version} + + + org.apache.curator + curator-recipes + ${curator.version} + + + org.apache.curator + curator-test + ${curator.version} + + + diff --git a/spring-cloud-stream-binders/spring-cloud-stream-binder-rabbit/pom.xml b/spring-cloud-stream-binders/spring-cloud-stream-binder-rabbit/pom.xml index 4cf53f081..5716cf0a2 100644 --- a/spring-cloud-stream-binders/spring-cloud-stream-binder-rabbit/pom.xml +++ b/spring-cloud-stream-binders/spring-cloud-stream-binder-rabbit/pom.xml @@ -13,10 +13,6 @@ 1.0.0.BUILD-SNAPSHOT - - UTF-8 - - org.springframework.boot diff --git a/spring-cloud-stream-binders/spring-cloud-stream-binder-redis/pom.xml b/spring-cloud-stream-binders/spring-cloud-stream-binder-redis/pom.xml index 8cb4c960d..e10c25f54 100644 --- a/spring-cloud-stream-binders/spring-cloud-stream-binder-redis/pom.xml +++ b/spring-cloud-stream-binders/spring-cloud-stream-binder-redis/pom.xml @@ -13,10 +13,6 @@ 1.0.0.BUILD-SNAPSHOT - - UTF-8 - - org.springframework.boot 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 666184e7a..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 @@ -15,7 +15,6 @@ - UTF-8 1.4.5.RELEASE diff --git a/spring-cloud-stream-codec/pom.xml b/spring-cloud-stream-codec/pom.xml index 4de8cb452..03780f2f7 100644 --- a/spring-cloud-stream-codec/pom.xml +++ b/spring-cloud-stream-codec/pom.xml @@ -13,10 +13,6 @@ 1.0.0.BUILD-SNAPSHOT - - UTF-8 - - com.esotericsoftware diff --git a/spring-cloud-stream-configuration-metadata/pom.xml b/spring-cloud-stream-configuration-metadata/pom.xml index c1f446b0a..364d4e6a1 100644 --- a/spring-cloud-stream-configuration-metadata/pom.xml +++ b/spring-cloud-stream-configuration-metadata/pom.xml @@ -7,9 +7,6 @@ 1.0.0.BUILD-SNAPSHOT spring-cloud-stream-configuration-metadata - - UTF-8 - diff --git a/spring-cloud-stream-integration-tests/pom.xml b/spring-cloud-stream-integration-tests/pom.xml index c37e66dce..769fddd9b 100644 --- a/spring-cloud-stream-integration-tests/pom.xml +++ b/spring-cloud-stream-integration-tests/pom.xml @@ -12,9 +12,6 @@ spring-cloud-stream-parent 1.0.0.BUILD-SNAPSHOT - - UTF-8 - diff --git a/spring-cloud-stream-module-launcher/pom.xml b/spring-cloud-stream-module-launcher/pom.xml index c7188ebc2..3f405687e 100644 --- a/spring-cloud-stream-module-launcher/pom.xml +++ b/spring-cloud-stream-module-launcher/pom.xml @@ -14,7 +14,6 @@ - UTF-8 org.springframework.cloud.stream.module.launcher.ModuleLauncherApplication 1.0.2.v20150114 3.1.0 diff --git a/spring-cloud-stream-tuple/pom.xml b/spring-cloud-stream-tuple/pom.xml index 700af84ad..420279ffd 100644 --- a/spring-cloud-stream-tuple/pom.xml +++ b/spring-cloud-stream-tuple/pom.xml @@ -13,10 +13,6 @@ 1.0.0.BUILD-SNAPSHOT - - UTF-8 - - com.esotericsoftware diff --git a/spring-cloud-stream/pom.xml b/spring-cloud-stream/pom.xml index c9cbd4f97..bcab3a05c 100644 --- a/spring-cloud-stream/pom.xml +++ b/spring-cloud-stream/pom.xml @@ -13,10 +13,6 @@ 1.0.0.BUILD-SNAPSHOT - - UTF-8 - - org.springframework.boot