summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml38
1 files changed, 34 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 03a7e29..6ef1b17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,6 @@
<cxf.version>3.4.1</cxf.version>
<org.slf4j.version>1.7.30</org.slf4j.version>
-
<org.apache.httpcomponents.httpclient.version>4.5.13</org.apache.httpcomponents.httpclient.version>
<commons-collections.version>3.2.2</commons-collections.version>
<commons-lang.version>2.6</commons-lang.version>
@@ -218,6 +217,7 @@
<version>${javax.xml.bind.jaxb-api.version}</version>
</dependency>
+
<!-- Apache CXF libs -->
<dependency>
<groupId>org.apache.cxf</groupId>
@@ -232,9 +232,39 @@
<!-- Jetty is needed if you're are not using the CXFServlet -->
<!-- <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>${cxf.version}</version> </dependency> -->
-
-
- <dependency>
+
+ <!-- Apache CXF libs-->
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-frontend-jaxws</artifactId>
+ <version>${cxf.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-transports-http</artifactId>
+ <version>${cxf.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-features-clustering</artifactId>
+ <version>${cxf.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-features-logging</artifactId>
+ <version>${cxf.version}</version>
+ </dependency>
+
+
+ <!-- Jetty is needed if you're are not using the CXFServlet -->
+<!-- <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-transports-http-jetty</artifactId>
+ <version>${cxf.version}</version>
+ </dependency> -->
+
+
+ <dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>${commons-validator.version}</version>