From 350716d806f903ccde025912632adf0755b6defc Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 11 May 2020 19:18:14 +0200 Subject: add dependencies for Apache CXF Cluster mode switch version to 2.0.10-SNAPSHOT --- pom.xml | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 03a7e29..6ef1b17 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,6 @@ 3.4.1 1.7.30 - 4.5.13 3.2.2 2.6 @@ -218,6 +217,7 @@ ${javax.xml.bind.jaxb-api.version} + org.apache.cxf @@ -232,9 +232,39 @@ - - - + + + + org.apache.cxf + cxf-rt-frontend-jaxws + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-http + ${cxf.version} + + + org.apache.cxf + cxf-rt-features-clustering + ${cxf.version} + + + org.apache.cxf + cxf-rt-features-logging + ${cxf.version} + + + + + + + + commons-validator commons-validator ${commons-validator.version} -- cgit v1.2.3