diff options
-rw-r--r-- | pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -217,18 +217,6 @@ <version>${javax.xml.bind.jaxb-api.version}</version> </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> <!-- 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> --> |