summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas <>2021-09-23 18:55:00 +0200
committerThomas <>2021-09-23 18:55:00 +0200
commit163a615a5a59c5b1601e9a834ba078596beba0b8 (patch)
tree6cea86c3f7b5a3d476df7f2de649833037db25a9 /pom.xml
parentabf647cb90098d7a170f7ca48b51eb407ce126a5 (diff)
downloadegovutils-163a615a5a59c5b1601e9a834ba078596beba0b8.tar.gz
egovutils-163a615a5a59c5b1601e9a834ba078596beba0b8.tar.bz2
egovutils-163a615a5a59c5b1601e9a834ba078596beba0b8.zip
fix invalid maven pom.xml that brake GitLab CI process
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index c632320..561b23e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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> -->