X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=consumer%2Fpom.xml;h=e8566918afec377fb52474649efcd9f6ba645136;hb=ff68bc8634f4e2e92416cb3eef84ba70091a1524;hp=d9d8d14b44cb5bd9b741b6fc4ced964afe94f955;hpb=3c2605c658cd01ebe8edd5a3abca7f431ca64050;p=demos%2Fpact diff --git a/consumer/pom.xml b/consumer/pom.xml index d9d8d14..e856691 100644 --- a/consumer/pom.xml +++ b/consumer/pom.xml @@ -3,19 +3,15 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.boot - spring-boot-starter-parent - 2.4.3 - + de.juplo.demos + pact + 1.0.0 de.juplo.demos consumer - 0.0.1-SNAPSHOT + 1.0.0 consumer - Demo of a Pact Provider - - 11 - + Demo of a Pact Consumer org.springframework.boot @@ -32,6 +28,17 @@ spring-boot-starter-test test + + org.junit.jupiter + junit-jupiter-api + test + + + au.com.dius.pact.consumer + junit5 + ${pact.version} + test + @@ -48,6 +55,9 @@ + + maven-failsafe-plugin +