Skip to content

Commit

Permalink
Fixed mess up in dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoathaydes committed May 15, 2020
1 parent 2e45f08 commit 80c60da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ dependencies {
implementation "org.codehaus.groovy:groovy-json:${groovyVersion}"
implementation "org.codehaus.groovy:groovy-templates:${groovyVersion}"
implementation "org.spockframework:spock-core:${spockVersion}", {
transitive = false
exclude group: 'org.codehaus.groovy'
}
implementation 'org.slf4j:slf4j-api:1.7.13'
implementation 'org.slf4j:slf4j-api:1.7.30'
testImplementation 'org.junit.platform:junit-platform-testkit:1.6.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'
testImplementation "org.codehaus.groovy:groovy-test:${groovyVersion}"
testImplementation "cglib:cglib-nodep:3.2.10"
testImplementation "org.slf4j:slf4j-simple:1.7.30"
Expand Down

0 comments on commit 80c60da

Please sign in to comment.