Skip to content

Commit

Permalink
Remove HttpClient Dependency
Browse files Browse the repository at this point in the history
Issue gh-872
  • Loading branch information
jzheaux committed Jan 9, 2025
1 parent e8c2446 commit 3b2df07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ dependencies {
api "com.unboundid:unboundid-ldapsdk:6.0.11"
api "commons-codec:commons-codec:1.16.1"
api "commons-cli:commons-cli:1.5.0"
api "commons-httpclient:commons-httpclient:3.1"
api "commons-lang:commons-lang:2.6"
api "commons-logging:commons-logging:1.2"
api "gsbase:gsbase:2.0.1"
Expand Down
1 change: 0 additions & 1 deletion test/integration-tests-openldap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ dependencies {
implementation project(":spring-ldap-test")
implementation "commons-lang:commons-lang"
implementation "commons-logging:commons-logging"
implementation "commons-httpclient:commons-httpclient"
implementation "commons-codec:commons-codec"

provided "org.springframework:spring-jdbc"
Expand Down

0 comments on commit 3b2df07

Please sign in to comment.