Skip to content

Commit

Permalink
Merge pull request #17521 from skattela/main
Browse files Browse the repository at this point in the history
Add ability to use Pact version >=4.1.0
  • Loading branch information
geoand authored May 31, 2021
2 parents 4ae6d2a + 70902a0 commit 447f1b3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion core/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<parentFirstArtifact>org.opentest4j:opentest4j</parentFirstArtifact>
<parentFirstArtifact>org.junit.platform:junit-platform-commons</parentFirstArtifact>

<!-- Pact support. It would be great if there was somewhere better to put this-->
<!-- Pact[<4.1.0] support. It would be great if there was somewhere better to put this-->
<parentFirstArtifact>au.com.dius:pact-jvm-provider-junit5</parentFirstArtifact>
<parentFirstArtifact>au.com.dius:pact-jvm-provider</parentFirstArtifact>
<parentFirstArtifact>au.com.dius:pact-jvm-core-support</parentFirstArtifact>
Expand All @@ -180,6 +180,15 @@
<parentFirstArtifact>au.com.dius:pact-jvm-junit5</parentFirstArtifact>
<parentFirstArtifact>au.com.dius:pact-jvm-consumer-java8</parentFirstArtifact>
<parentFirstArtifact>au.com.dius:pact-jvm-consumer</parentFirstArtifact>
<!-- Pact[>=4.1.0] support.-->
<parentFirstArtifact>au.com.dius.pact.provider:junit5</parentFirstArtifact>
<parentFirstArtifact>au.com.dius.pact:provider</parentFirstArtifact>
<parentFirstArtifact>au.com.dius.pact.core:support</parentFirstArtifact>
<parentFirstArtifact>au.com.dius.pact.core:pactbroker</parentFirstArtifact>
<parentFirstArtifact>au.com.dius.pact.core:model</parentFirstArtifact>
<parentFirstArtifact>au.com.dius.pact.core:matcher</parentFirstArtifact>
<parentFirstArtifact>au.com.dius.pact.consumer:junit5</parentFirstArtifact>
<parentFirstArtifact>au.com.dius.pact:consumer</parentFirstArtifact>

</parentFirstArtifacts>
<runnerParentFirstArtifacts>
Expand Down

0 comments on commit 447f1b3

Please sign in to comment.