1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Add Jackson Support for Saml2 Module

Closes gh-10905
This commit is contained in:
Ulrich Grave
2022-02-24 23:50:09 +01:00
committed by Josh Cummings
parent 8c95ed6568
commit 2334610fa9
21 changed files with 1251 additions and 0 deletions
@@ -60,8 +60,11 @@ dependencies {
provided 'jakarta.servlet:jakarta.servlet-api'
optional 'com.fasterxml.jackson.core:jackson-databind'
testImplementation 'com.squareup.okhttp3:mockwebserver'
testImplementation "org.assertj:assertj-core"
testImplementation "org.skyscreamer:jsonassert"
testImplementation "org.junit.jupiter:junit-jupiter-api"
testImplementation "org.junit.jupiter:junit-jupiter-params"
testImplementation "org.junit.jupiter:junit-jupiter-engine"