From f81b3716ac27094ab1845668cb38a1fe6a2d5f8c Mon Sep 17 00:00:00 2001 From: Alexander Marsalek Date: Wed, 4 Jun 2014 18:50:50 +0200 Subject: added DocumentService --- DocumentService/pom.xml | 138 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 DocumentService/pom.xml (limited to 'DocumentService/pom.xml') diff --git a/DocumentService/pom.xml b/DocumentService/pom.xml new file mode 100644 index 000000000..c93a901ca --- /dev/null +++ b/DocumentService/pom.xml @@ -0,0 +1,138 @@ + + 4.0.0 + eu.stork + DocumentService + 0.0.1-SNAPSHOT + DocumentService + DTL webservice + + + + log4j + log4j + 1.2.17 + + + javax.jms + jms + + + com.sun.jdmk + jmxtools + + + com.sun.jmx + jmxri + + + mail + javax.mail + + + + + + + junit + junit + 4.1 + + + mysql + mysql-connector-java + 5.1.27 + + + org.glassfish.jersey.core + jersey-common + 2.0-m03 + + + + org.apache.axis + axis + 1.4 + + + + + + + + com.sun.xml.ws + jaxws-tools + 2.2.8 + + + com.sun.xml.ws + jaxws-rt + 2.2.8 + provided + + + javax.xml + jaxrpc-api + 1.1 + + + + org.bouncycastle + bcprov-jdk16 + 1.46 + + + com.sun.xml.security + xml-security-impl + 1.0 + + + org.jvnet + mimepull + 1.6 + + + eu.stork + SamlEngine + 1.4.0 + + + + + + + + + + + DocumentService + src + + + src + + **/*.java + + + + + + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + maven-war-plugin + 2.3 + + WebContent + false + true + + + + + war + \ No newline at end of file -- cgit v1.2.3