From ae550884f5467f6ff6df23100686bc54e100d2d4 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 26 Jun 2018 11:06:20 +0200 Subject: initial commit --- connector/pom.xml | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 connector/pom.xml (limited to 'connector/pom.xml') diff --git a/connector/pom.xml b/connector/pom.xml new file mode 100644 index 00000000..a461ab79 --- /dev/null +++ b/connector/pom.xml @@ -0,0 +1,98 @@ + + 4.0.0 + + at.gv.egiz.eidas + ms_specific + 1.x + + + at.gv.egiz.eidas.ms_specific + ms_specific_connector + war + ${egiz.eidas.version} + Connector Maven Webapp + http://maven.apache.org + + + + + + at.gv.egiz.components + egiz-spring-api + + + at.gv.egiz.eaaf + eaaf-core + + + at.gv.egiz.eaaf + eaaf_module_pvp2_idp + + + org.slf4j + log4j-over-slf4j + + + + + + + org.springframework + spring-webmvc + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-log4j12 + + + + javax.servlet + javax.servlet-api + provided + + + + + + junit + junit + test + + + + ms_connector + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + + + + + maven-surefire-plugin + + 1 + --add-modules java.xml.bind + + + + org.apache.maven.surefire + surefire-junit47 + ${surefire.version} + + + + + + + -- cgit v1.2.3