From e2150f22562b4bc06307f4ac7b842687390e4856 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 16 Oct 2014 13:42:04 +0200 Subject: change webservice implementation to Apache CXF --- pom.xml | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 014502b..959b311 100644 --- a/pom.xml +++ b/pom.xml @@ -5,11 +5,12 @@ 4.0.0 at.gv.util egovutils - 1.0.7 + 2.0.0 zuseutil http://maven.apache.org UTF-8 + 3.0.1 @@ -26,7 +27,15 @@ - + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + 1.7 + + @@ -52,11 +61,31 @@ webservices-rt 2.0.1 --> - + + + + + org.apache.cxf + cxf-rt-frontend-jaxws + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-http + ${cxf.version} + + + + + commons-validator commons-validator -- cgit v1.2.3