TMP
[demos/pact] / consumer / pom.xml
index d9d8d14..5e47f93 100644 (file)
        </parent>
        <groupId>de.juplo.demos</groupId>
        <artifactId>consumer</artifactId>
-       <version>0.0.1-SNAPSHOT</version>
+       <version>1.0.0</version>
        <name>consumer</name>
-       <description>Demo of a Pact Provider</description>
+       <description>Demo of a Pact Consumer</description>
        <properties>
                <java.version>11</java.version>
+               <pact.version>4.1.0</pact.version>
        </properties>
        <dependencies>
                <dependency>
                        <artifactId>spring-boot-starter-test</artifactId>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>au.com.dius.pact.consumer</groupId>
+                       <artifactId>junit5</artifactId>
+                       <version>${pact.version}</version>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 
        <build>
@@ -48,6 +55,9 @@
                                        </excludes>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <artifactId>maven-failsafe-plugin</artifactId>
+                       </plugin>
                </plugins>
        </build>