diff options
author | Olivier Lamy <olamy@apache.org> | 2015-02-06 23:30:09 +1100 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2015-02-06 23:30:36 +1100 |
commit | 041a8cc8e0390ba09aefbf24e35bafab705e5f4b (patch) | |
tree | 44365837acf68fe0bff0293b0c13b339750d6d6c /archiva-modules/archiva-web/archiva-rest/archiva-rest-api | |
parent | d8cb9a50e896c204e66797f29d9740e62ba088f9 (diff) | |
download | archiva-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.xml | 12 |
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> |