From 61d276832ebcf1901183dab323126f8ecb6a7370 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 11 Apr 2019 09:44:11 +0200 Subject: refactor protocol finalization to support protocol response without final redirect --- pom.xml | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 6e4da91e..c385dad7 100644 --- a/pom.xml +++ b/pom.xml @@ -12,8 +12,12 @@ EGIZ EAAF components + + UTF-8 + 1.8 + - 1.0.6-snapshot + 1.0.7 @@ -36,7 +40,14 @@ 3.0.1 1.7 1.3.2 - 1.1.6 + + 4.5.7 + 4.4.11 + + 2.9.8 + 0.6.5 + + 1.1.6 2.11.0 2.7.1 @@ -182,7 +193,28 @@ xalan ${xalan.version} - + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + org.apache.httpcomponents + httpcore + ${httpcore.version} + + + + com.fasterxml.jackson.core + jackson-databind + ${com.fasterxml.jackson.core.version} + + + org.bitbucket.b_c + jose4j + ${org.bitbucket.b_c.jose4j.version} + -- cgit v1.2.3