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-services/pom.xml | |
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-services/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml | 36 |
1 files changed, 21 insertions, 15 deletions
diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml index c63241d2a..1fafc81be 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml @@ -198,22 +198,22 @@ </dependency> <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>org.codehaus.jettison</groupId> - <artifactId>jettison</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-servlet_2.5_spec</artifactId> - </exclusion> - </exclusions> + <artifactId>cxf-rt-frontend-jaxrs</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-extension-providers</artifactId> </dependency> + + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-client</artifactId> + <scope>test</scope> + </dependency> + + + <dependency> <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-rest-services</artifactId> @@ -280,6 +280,12 @@ </dependency> <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jul-to-slf4j</artifactId> + <scope>test</scope> + </dependency> + + <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> <scope>test</scope> |