Skip to content

Commit

Permalink
Merge pull request #29 from nebula-plugins/remove-groovy-from-zweig
Browse files Browse the repository at this point in the history
remove groovy from 3rd party dependencies
  • Loading branch information
rpalcolea committed Jan 22, 2020
2 parents 184ede7 + a167ad0 commit 9f2532a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ contacts {

dependencies {
implementation 'org.clojure:clojure:1.7.0'
implementation 'de.kotka.gradle:gradle-utils:0.2.2'
implementation ('de.kotka.gradle:gradle-utils:0.2.2') {
exclude group: 'org.codehaus.groovy'
}
implementation 'org.clojure:tools.namespace:0.2.11'
implementation 'us.bpsm:edn-java:0.4.3'

Expand Down
12 changes: 6 additions & 6 deletions dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"requested": "5.+"
},
"com.netflix.nebula:nebula-test": {
"locked": "7.3.0",
"locked": "7.6.0",
"requested": "7.+"
},
"de.kotka.gradle:gradle-utils": {
Expand All @@ -67,7 +67,7 @@
"requested": "5.+"
},
"com.netflix.nebula:nebula-test": {
"locked": "7.3.0",
"locked": "7.6.0",
"requested": "7.+"
},
"de.kotka.gradle:gradle-utils": {
Expand All @@ -89,12 +89,12 @@
},
"jacocoAgent": {
"org.jacoco:org.jacoco.agent": {
"locked": "0.8.4"
"locked": "0.8.5"
}
},
"jacocoAnt": {
"org.jacoco:org.jacoco.ant": {
"locked": "0.8.4"
"locked": "0.8.5"
}
},
"runtimeClasspath": {
Expand All @@ -121,7 +121,7 @@
"requested": "5.+"
},
"com.netflix.nebula:nebula-test": {
"locked": "7.3.0",
"locked": "7.6.0",
"requested": "7.+"
},
"de.kotka.gradle:gradle-utils": {
Expand All @@ -147,7 +147,7 @@
"requested": "5.+"
},
"com.netflix.nebula:nebula-test": {
"locked": "7.3.0",
"locked": "7.6.0",
"requested": "7.+"
},
"de.kotka.gradle:gradle-utils": {
Expand Down

0 comments on commit 9f2532a

Please sign in to comment.