diff --git a/processor-samples/streamlistener-basic/README.adoc b/processor-samples/streamlistener-basic/README.adoc index 53f94ba..89240a8 100644 --- a/processor-samples/streamlistener-basic/README.adoc +++ b/processor-samples/streamlistener-basic/README.adoc @@ -34,7 +34,7 @@ The following instructions assume that you are running Kafka as a Docker image. * `./mvnw clean package` -* `java -jar target/streamlistener-basic-0.0.1-SNAPSHOT.jar` +* `java -jar target/streamlistener-basic-0.0.1-SNAPSHOT-kafka.jar` The application will log messages from source, transformer and sink. Source sends a message every second which will initiate the processor and then the sink. diff --git a/processor-samples/streamlistener-basic/pom.xml b/processor-samples/streamlistener-basic/pom.xml index 14b7804..8dfa3ea 100644 --- a/processor-samples/streamlistener-basic/pom.xml +++ b/processor-samples/streamlistener-basic/pom.xml @@ -10,12 +10,28 @@ Spring Cloud Stream StreamListener Basic Sample - io.spring.cloud.stream.sample - spring-cloud-stream-samples-parent - 0.0.1-SNAPSHOT - ../.. + org.springframework.boot + spring-boot-starter-parent + 2.2.0.RELEASE + + + Hoxton.BUILD-SNAPSHOT + + + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring-cloud.version} + pom + import + + + + org.springframework.boot @@ -84,4 +100,54 @@ + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + false + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + false + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + spring-releases + Spring Releases + https://repo.spring.io/libs-release-local + + false + + +