Updated the docs with stub runner artifact ids
This commit is contained in:
@@ -20,11 +20,11 @@ and a messaging implementation:
|
||||
[source,groovy,indent=0]
|
||||
----
|
||||
// for Apache Camel
|
||||
compile "org.springframework.cloud.contract:spring-cloud-contract-stub-runner-messaging-camel:${verifierVersion}"
|
||||
compile "org.springframework.cloud.contract:spring-cloud-contract-stub-runner-camel:${verifierVersion}"
|
||||
// for Spring Integration
|
||||
compile "org.springframework.cloud.contract:spring-cloud-contract-stub-runner-messaging-integration:${verifierVersion}"
|
||||
compile "org.springframework.cloud.contract:spring-cloud-contract-stub-runner-integration:${verifierVersion}"
|
||||
// for Spring Cloud Stream
|
||||
compile "org.springframework.cloud.contract:spring-cloud-contract-stub-runner-messaging-stream:${verifierVersion}"
|
||||
compile "org.springframework.cloud.contract:spring-cloud-contract-stub-runner-stream:${verifierVersion}"
|
||||
----
|
||||
|
||||
Build a fat-jar and you're ready to go!
|
||||
|
||||
@@ -13,7 +13,7 @@ To use it you have to add the following dependency to your project (example for
|
||||
|
||||
[source,groovy,indent=0]
|
||||
----
|
||||
testCompile "org.springframework.cloud.contract:stub-runner-messaging-camel:${verifierVersion}"
|
||||
testCompile "org.springframework.cloud.contract:stub-runner-camel:${verifierVersion}"
|
||||
----
|
||||
|
||||
==== Examples
|
||||
|
||||
@@ -13,7 +13,7 @@ To use it you have to add the following dependency to your project (example for
|
||||
|
||||
[source,groovy,indent=0]
|
||||
----
|
||||
testCompile "org.springframework.cloud.contract:stub-runner-messaging-integration:${verifierVersion}"
|
||||
testCompile "org.springframework.cloud.contract:stub-runner-integration:${verifierVersion}"
|
||||
----
|
||||
|
||||
==== Examples
|
||||
|
||||
@@ -14,7 +14,7 @@ To use it you have to add the following dependency to your project (example for
|
||||
|
||||
[source,groovy,indent=0]
|
||||
----
|
||||
testCompile "org.springframework.cloud.contract:stub-runner-messaging-stream:${verifierVersion}"
|
||||
testCompile "org.springframework.cloud.contract:stub-runner-stream:${verifierVersion}"
|
||||
----
|
||||
|
||||
==== Examples
|
||||
|
||||
Reference in New Issue
Block a user