Skip to content

Commit 16db5f4

Browse files
refactor: import owasp.esapi directly
- as opposed to relying on springSecuritySaml to transitively bring it in [#186822654] Co-authored-by: Peter Chen <[email protected]>
1 parent cf913bb commit 16db5f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uaa/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ dependencies {
9898
testImplementation(libraries.jodaTime)
9999
testImplementation(libraries.commonsIo)
100100
testImplementation(libraries.commonsHttpClient)
101+
testImplementation(libraries.owaspEsapi)
101102
}
102103

103104
ext {

0 commit comments

Comments
 (0)