From 6563cf797a370d497f73d7a1d02b37f4d86385d0 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 28 Apr 2016 15:31:49 +0200 Subject: [PATCH] Updated docs --- stub-runner/stub-runner-boot/README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stub-runner/stub-runner-boot/README.adoc b/stub-runner/stub-runner-boot/README.adoc index db79ca1d9f..bf3246974c 100644 --- a/stub-runner/stub-runner-boot/README.adoc +++ b/stub-runner/stub-runner-boot/README.adoc @@ -19,11 +19,11 @@ and a messaging implementation: [source,groovy,indent=0] ---- // for Apache Camel -compile "io.codearte.accurest:accurest-messaging-camel:${accurestVersion}" +compile "io.codearte.accurest:stub-runner-messaging-camel:${accurestVersion}" // for Spring Integration -compile "io.codearte.accurest:accurest-messaging-integration:${accurestVersion}" +compile "io.codearte.accurest:stub-runner-messaging-integration:${accurestVersion}" // for Spring Cloud Stream -compile "io.codearte.accurest:accurest-messaging-stream:${accurestVersion}" +compile "io.codearte.accurest:stub-runner-messaging-stream:${accurestVersion}" ---- Build a fat-jar and you're ready to go!