From 23b12b651212a116ad94747881a503494b01c920 Mon Sep 17 00:00:00 2001 From: Holly Cummins Date: Thu, 15 Dec 2022 16:47:52 +0000 Subject: [PATCH] Move parent-first loading of Pact to the Pact extension (and it's mostly not-needed, once Kotlin is not loaded parent first) --- core/runtime/pom.xml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml index 874340d24eb84..7eee3ca788d56 100644 --- a/core/runtime/pom.xml +++ b/core/runtime/pom.xml @@ -194,26 +194,6 @@ org.opentest4j:opentest4j org.junit.platform:junit-platform-commons - - au.com.dius:pact-jvm-provider-junit5 - au.com.dius:pact-jvm-provider - au.com.dius:pact-jvm-core-support - au.com.dius:pact-jvm-core-pact-broker - au.com.dius:pact-jvm-core-model - au.com.dius:pact-jvm-core-matchers - au.com.dius:pact-jvm-junit5 - au.com.dius:pact-jvm-consumer-java8 - au.com.dius:pact-jvm-consumer - - au.com.dius.pact.provider:junit5 - au.com.dius.pact:provider - au.com.dius.pact.core:support - au.com.dius.pact.core:pactbroker - au.com.dius.pact.core:model - au.com.dius.pact.core:matcher - au.com.dius.pact.consumer:junit5 - au.com.dius.pact:consumer - org.jboss.byteman:byteman