diff --git a/pom.xml b/pom.xml
index d653e1f1f..2e66e6bd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,8 +6,8 @@
pom
org.springframework.cloud
- spring-cloud-stream-parent
- 1.1.1.BUILD-SNAPSHOT
+ spring-cloud-build
+ 1.2.2.BUILD-SNAPSHOT
@@ -15,6 +15,7 @@
0.9.0.1
1.0.4.RELEASE
2.0.1.RELEASE
+ 1.1.1.BUILD-SNAPSHOT
spring-cloud-stream-binder-kafka
@@ -22,46 +23,19 @@
spring-cloud-stream-binder-kafka-docs
spring-cloud-stream-binder-kafka-0.10-test
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
- true
-
-
-
- org.apache.maven.plugins
- maven-antrun-plugin
- 1.7
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 2.17
-
-
- com.puppycrawl.tools
- checkstyle
- 6.17
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
-
- true
-
-
-
-
-
+
+ org.springframework.cloud
+ spring-cloud-stream
+ ${spring-cloud-stream.version}
+
+
+ org.springframework.cloud
+ spring-cloud-stream-codec
+ ${spring-cloud-stream.version}
+
org.apache.kafka
kafka_2.11
@@ -92,6 +66,12 @@
spring-integration-kafka
${spring-integration-kafka.version}
+
+ org.springframework.cloud
+ spring-cloud-stream-binder-test
+ ${spring-cloud-stream.version}
+ test
+
org.springframework.kafka
spring-kafka-test
@@ -106,6 +86,74 @@
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+ 1.7
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+ 2.17
+
+
+ com.puppycrawl.tools
+ checkstyle
+ 7.1
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ true
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+
+
+ org.springframework.cloud
+ spring-cloud-build-tools
+ 1.2.0.RELEASE
+
+
+
+
+ checkstyle-validation
+ validate
+
+ checkstyle.xml
+ UTF-8
+ true
+ true
+ true
+
+
+ check
+
+
+
+
+
+
+
spring