Task Sample Poms should not inherit form parent project

They should inherit from spring-boot-starter-parent

Resolves #144
This commit is contained in:
Glenn Renfro
2016-06-10 16:07:25 -04:00
parent 77fdfbdbc0
commit b728775bdf
7 changed files with 34 additions and 25 deletions

View File

@@ -25,7 +25,7 @@ like the log sink using the following:
[source,shell,indent=2]
----
$ java -jar <PATH_TO_LOG_SINK_JAR>/log-sink-1.0.0.BUILD-SNAPSHOT-exec.jar --server.port=9090 --spring.cloud.stream.bindings.input.destination=task-events
$ java -jar <PATH_TO_LOG_SINK_JAR>/log-sink-rabbit-1.0.0.BUILD-SNAPSHOT.jar --server.port=9090 --spring.cloud.stream.bindings.input.destination=task-events
----
== Dependencies: