diff options
author | Thomas <> | 2021-09-23 18:55:00 +0200 |
---|---|---|
committer | Thomas <> | 2021-09-23 18:55:00 +0200 |
commit | 163a615a5a59c5b1601e9a834ba078596beba0b8 (patch) | |
tree | 6cea86c3f7b5a3d476df7f2de649833037db25a9 | |
parent | abf647cb90098d7a170f7ca48b51eb407ce126a5 (diff) | |
download | egovutils-163a615a5a59c5b1601e9a834ba078596beba0b8.tar.gz egovutils-163a615a5a59c5b1601e9a834ba078596beba0b8.tar.bz2 egovutils-163a615a5a59c5b1601e9a834ba078596beba0b8.zip |
fix invalid maven pom.xml that brake GitLab CI process
-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> --> |