Skip to content

Commit 686aa7b

Browse files
authored
build: Remove unused dependency on http-builder (#13716)
The dependency on `org.codehaus.groovy.modules.http-builder:http-builder` is unused and sometimes the `0.7.2` cannot be resolved causing build failures.
1 parent 8079fa5 commit 686aa7b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ buildscript {
1010
classpath "com.bmuschko:gradle-nexus-plugin:$gradleNexusPluginVersion"
1111
classpath "javax.xml.bind:jaxb-api:$jaxbApiVersion"
1212
classpath "com.sun.xml.bind:jaxb-impl:$jaxbImplVersion"
13-
classpath "org.codehaus.groovy.modules.http-builder:http-builder:0.7.2"
1413
}
1514
}
1615

17-
import static groovyx.net.http.ContentType.*
18-
1916
apply plugin: 'idea'
2017

2118
ext {

0 commit comments

Comments
 (0)