From 31bc1246bb56fcd8807678e3f7516023bdfaed44 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 20 Jul 2018 10:56:04 +0200 Subject: add SZR client add different logging backends define errorcodes and error messages update to eIDAS Ref. impl 2.1 --- pom.xml | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 70 insertions(+), 8 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f6b400b9..d640c41a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - at.gv.egiz.eidas + at.gv.egiz.eidas ms_specific 1.x pom @@ -15,14 +15,19 @@ 0.1 - 1.0.0-snapshot + 0.4 + 1.0.1 4.3.17.RELEASE + 3.2.5 3.7 - 1.3 - 2.20.1 + 1.3 + 4.1 + 25.1-jre + 2.10 + 2.22.0 1.7.25 @@ -50,9 +55,10 @@ + connector_lib connector - eidas_modules - + eidas_modules + @@ -62,6 +68,11 @@ egiz-spring-api ${egiz-spring-api} + + at.gv.egiz.components + eventlog-slf4j + ${egiz-eventlog-slf4jBackend} + at.gv.egiz.eaaf eaaf-core @@ -72,6 +83,21 @@ eaaf_module_pvp2_idp ${eaaf-core.version} + + at.gv.egiz.eidas.ms_specific.modules + authmodule-eIDAS-v2 + ${egiz.eidas.version} + + + at.gv.egiz.eidas.ms_specific + modules + ${egiz.eidas.version} + + + at.gv.egiz.eidas.ms_specific + connector_lib + ${egiz.eidas.version} + @@ -99,6 +125,26 @@ org.apache.commons commons-text ${org.apache.commons-text.version} + + + com.google.guava + guava + ${com.google.guava.version} + + + joda-time + joda-time + ${joda-time.version} + + + org.apache.cxf + cxf-rt-frontend-jaxws + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-http + ${cxf.version} javax.servlet @@ -106,6 +152,11 @@ 3.0.1 provided + + org.apache.commons + commons-collections4 + ${commons-collections4.version} + @@ -115,6 +166,12 @@ 4.12 test + + org.springframework + spring-test + ${org.springframework.version} + test + @@ -131,14 +188,19 @@ 1.8 + + org.apache.cxf + cxf-codegen-plugin + ${cxf.version} + + maven-surefire-plugin ${surefire.version} - 1 - --add-modules java.xml.bind + 1 -- cgit v1.2.3