Skip to content

Commit

Permalink
fix: remove kotlin-logging from the convention plugin project constra…
Browse files Browse the repository at this point in the history
…ints #1639
  • Loading branch information
rholshausen committed Nov 21, 2022
1 parent b6076db commit 7913c0e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dependencies {
implementation 'org.apache.commons:commons-text:1.10.0'
implementation 'org.apache.commons:commons-collections4:4.4'
implementation 'org.apache.tika:tika-core:1.28.5'
implementation 'io.github.microutils:kotlin-logging:2.1.23'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.1.1'
implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.1.1'
implementation 'com.google.guava:guava:30.1.1-jre'
Expand Down
4 changes: 2 additions & 2 deletions core/pactbroker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ group = 'au.com.dius.pact.core'

dependencies {
api project(':core:support')
api 'io.github.microutils:kotlin-logging-jvm:2.1.23'
api 'org.apache.httpcomponents.client5:httpclient5'

implementation 'org.apache.commons:commons-lang3'
implementation 'com.google.guava:guava'
api 'io.github.microutils:kotlin-logging'
api 'org.apache.httpcomponents.client5:httpclient5'
implementation 'org.slf4j:slf4j-api'

testImplementation 'org.apache.groovy:groovy'
Expand Down
2 changes: 1 addition & 1 deletion core/support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = 'Pact-JVM Support module with common utilities'
group = 'au.com.dius.pact.core'

dependencies {
api 'io.github.microutils:kotlin-logging'
api 'io.github.microutils:kotlin-logging-jvm:2.1.23'
api 'org.apache.httpcomponents.client5:httpclient5'
api 'org.apache.httpcomponents.client5:httpclient5-fluent'

Expand Down
2 changes: 1 addition & 1 deletion provider/gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation 'com.github.ajalt:mordant:1.2.1'
implementation 'commons-io:commons-io:2.11.0'
implementation 'org.apache.commons:commons-lang3'
implementation 'io.github.microutils:kotlin-logging'
implementation 'io.github.microutils:kotlin-logging-jvm:2.1.23'

testImplementation 'junit:junit'
testImplementation 'org.mockito:mockito-core:2.28.2'
Expand Down

0 comments on commit 7913c0e

Please sign in to comment.