1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Remove dependency on commons-codec by using java.util.Base64

Closes gh-11318
This commit is contained in:
j3graham
2022-06-01 14:32:55 -04:00
committed by Josh Cummings
parent cf69cdf008
commit 29ba67b6d7
11 changed files with 156 additions and 55 deletions
-1
View File
@@ -23,7 +23,6 @@ dependencies {
api "com.squareup.okhttp3:mockwebserver:3.14.9"
api "com.squareup.okhttp3:okhttp:3.14.9"
api "com.unboundid:unboundid-ldapsdk:4.0.14"
api "commons-codec:commons-codec:1.15"
api "commons-collections:commons-collections:3.2.2"
api "io.mockk:mockk:1.12.3"
api "io.projectreactor.tools:blockhound:1.0.6.RELEASE"