summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-rest/archiva-rest-api
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2015-02-06 23:30:09 +1100
committerOlivier Lamy <olamy@apache.org>2015-02-06 23:30:36 +1100
commit041a8cc8e0390ba09aefbf24e35bafab705e5f4b (patch)
tree44365837acf68fe0bff0293b0c13b339750d6d6c /archiva-modules/archiva-web/archiva-rest/archiva-rest-api
parentd8cb9a50e896c204e66797f29d9740e62ba088f9 (diff)
downloadarchiva-041a8cc8e0390ba09aefbf24e35bafab705e5f4b.tar.gz
archiva-041a8cc8e0390ba09aefbf24e35bafab705e5f4b.zip
upgrade to cxf 3.0.3
Diffstat (limited to 'archiva-modules/archiva-web/archiva-rest/archiva-rest-api')
-rw-r--r--archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml
index b56d3adf6..39781728d 100644
--- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml
+++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml
@@ -87,17 +87,7 @@
<!-- normally not needed but here for wadl feature currently in cxf -->
<dependency>
<groupId>org.apache.cxf</groupId>
- <artifactId>cxf-bundle-jaxrs</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-server</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- </exclusions>
+ <artifactId>cxf-rt-frontend-jaxrs</artifactId>
</dependency>
</dependencies>