TMP
[demos/pact] / consumer / pom.xml
index 3e70c9f..5e47f93 100644 (file)
@@ -10,9 +10,9 @@
        </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>
                        <artifactId>spring-boot-starter-test</artifactId>
                        <scope>test</scope>
                </dependency>
-               <dependency>
-                       <groupId>org.junit.jupiter</groupId>
-                       <artifactId>junit-jupiter-api</artifactId>
-                       <scope>test</scope>
-               </dependency>
                <dependency>
                        <groupId>au.com.dius.pact.consumer</groupId>
                        <artifactId>junit5</artifactId>