diff --git a/2.1.x/multi/multi__using_the_pluggable_architecture.html b/2.1.x/multi/multi__using_the_pluggable_architecture.html index 77fcf95ce9..f42ac89dbf 100644 --- a/2.1.x/multi/multi__using_the_pluggable_architecture.html +++ b/2.1.x/multi/multi__using_the_pluggable_architecture.html @@ -221,7 +221,7 @@ test might be as follows:

"transformers" : [ "response-template" ]
   },
-}

10.1.4 Pact for Consumers

On the producer side, you must add two additional dependencies to your project +}

10.1.4 Pact for Consumers

On the consumer side, you must add two additional dependencies to your project dependencies. One is the Spring Cloud Contract Pact support, and the other represents the current Pact version that you use.

Maven. 

<dependency>
diff --git a/2.1.x/single/spring-cloud-contract.html b/2.1.x/single/spring-cloud-contract.html
index 1f27164b8e..16a8ecc9b6 100644
--- a/2.1.x/single/spring-cloud-contract.html
+++ b/2.1.x/single/spring-cloud-contract.html
@@ -6354,7 +6354,7 @@ test might be as follows:

"transformers" : [ "response-template" ]
   },
-}

10.1.4 Pact for Consumers

On the producer side, you must add two additional dependencies to your project +}

10.1.4 Pact for Consumers

On the consumer side, you must add two additional dependencies to your project dependencies. One is the Spring Cloud Contract Pact support, and the other represents the current Pact version that you use.

Maven. 

<dependency>
diff --git a/2.1.x/spring-cloud-contract.xml b/2.1.x/spring-cloud-contract.xml
index c5cf9103e4..131771850f 100644
--- a/2.1.x/spring-cloud-contract.xml
+++ b/2.1.x/spring-cloud-contract.xml
@@ -9935,7 +9935,7 @@ public void validate_shouldMarkClientAsFraud() throws Exception {
 
 
Pact for Consumers -On the producer side, you must add two additional dependencies to your project +On the consumer side, you must add two additional dependencies to your project dependencies. One is the Spring Cloud Contract Pact support, and the other represents the current Pact version that you use.