Skip to content

Commit 3b2df07

Browse files
committed
Remove HttpClient Dependency
Issue gh-872
1 parent e8c2446 commit 3b2df07

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dependencies/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ dependencies {
3737
api "com.unboundid:unboundid-ldapsdk:6.0.11"
3838
api "commons-codec:commons-codec:1.16.1"
3939
api "commons-cli:commons-cli:1.5.0"
40-
api "commons-httpclient:commons-httpclient:3.1"
4140
api "commons-lang:commons-lang:2.6"
4241
api "commons-logging:commons-logging:1.2"
4342
api "gsbase:gsbase:2.0.1"

test/integration-tests-openldap/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ dependencies {
66
implementation project(":spring-ldap-test")
77
implementation "commons-lang:commons-lang"
88
implementation "commons-logging:commons-logging"
9-
implementation "commons-httpclient:commons-httpclient"
109
implementation "commons-codec:commons-codec"
1110

1211
provided "org.springframework:spring-jdbc"

0 commit comments

Comments
 (0)