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 --- connector_lib/pom.xml | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 connector_lib/pom.xml (limited to 'connector_lib/pom.xml') diff --git a/connector_lib/pom.xml b/connector_lib/pom.xml new file mode 100644 index 00000000..1506828a --- /dev/null +++ b/connector_lib/pom.xml @@ -0,0 +1,64 @@ + + + 4.0.0 + + at.gv.egiz.eidas + ms_specific + 1.x + + at.gv.egiz.eidas.ms_specific + connector_lib + ${egiz.eidas.version} + ms_specific_connector_lib + jar + + http://maven.apache.org + + UTF-8 + + + + at.gv.egiz.eaaf + eaaf-core + + + + junit + junit + test + + + + + msConnectorLib + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + + + + + maven-surefire-plugin + + 1 + + + + org.apache.maven.surefire + surefire-junit47 + ${surefire.version} + + + + + + + + -- cgit v1.2.3