Skip to content

Commit

Permalink
chore: update build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
uglyog committed Jul 27, 2022
1 parent 30f0f09 commit 3bc7bac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions provider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down
8 changes: 4 additions & 4 deletions provider/junit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down
8 changes: 4 additions & 4 deletions provider/junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 3bc7bac

Please sign in to comment.