diff --git a/provider/build.gradle b/provider/build.gradle index 5ac39097a3..3e884ce045 100644 --- a/provider/build.gradle +++ b/provider/build.gradle @@ -3,10 +3,10 @@ dependencies { api project(':core:matchers') // For some wierd reason, this is not resolving correctly - api project(':core:support') - api project(':core:pactbroker') -// api "au.com.dius.pact.core:support:${project.version}" -// api "au.com.dius.pact.core:pactbroker:${project.version}" +// api project(':core:support') +// api project(':core:pactbroker') + api "au.com.dius.pact.core:support:${project.version}" + api "au.com.dius.pact.core:pactbroker:${project.version}" api 'io.github.classgraph:classgraph:4.8.129' api('com.michael-bull.kotlin-result:kotlin-result:1.1.12') { diff --git a/provider/junit/build.gradle b/provider/junit/build.gradle index a50a801d34..1d37d300bc 100644 --- a/provider/junit/build.gradle +++ b/provider/junit/build.gradle @@ -2,10 +2,10 @@ dependencies { api project(':provider') // For some wierd reason, this is not resolving correctly - api project(':core:support') - api project(':core:pactbroker') -// api "au.com.dius.pact.core:support:${project.version}" -// api "au.com.dius.pact.core:pactbroker:${project.version}" +// api project(':core:support') +// api project(':core:pactbroker') + api "au.com.dius.pact.core:support:${project.version}" + api "au.com.dius.pact.core:pactbroker:${project.version}" api "junit:junit:${project.junitVersion}" implementation "org.apache.commons:commons-lang3:${project.commonsLang3Version}", diff --git a/provider/junit5/build.gradle b/provider/junit5/build.gradle index 7cfab6623d..8440bb8f97 100644 --- a/provider/junit5/build.gradle +++ b/provider/junit5/build.gradle @@ -2,10 +2,10 @@ dependencies { api project(':provider') // For some wierd reason, this is not resolving correctly - api project(':core:support') - api project(':core:pactbroker') -// api "au.com.dius.pact.core:support:${project.version}" -// api "au.com.dius.pact.core:pactbroker:${project.version}" +// api project(':core:support') +// api project(':core:pactbroker') + api "au.com.dius.pact.core:support:${project.version}" + api "au.com.dius.pact.core:pactbroker:${project.version}" api "org.junit.jupiter:junit-jupiter-api:${project.junit5Version}" implementation "org.slf4j:slf4j-api:${project.slf4jVersion}"