This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git
commit 6ae96dd279ea1ccfd96b1f6b1914723146a1b1f4 Author: Martin Stockhammer <[email protected]> AuthorDate: Fri Jan 17 17:37:43 2020 +0100 Changing cxf dependencies to test scope --- redback-integrations/redback-rest/redback-rest-services/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/redback-integrations/redback-rest/redback-rest-services/pom.xml b/redback-integrations/redback-rest/redback-rest-services/pom.xml index 6538a3a..b7512c5 100644 --- a/redback-integrations/redback-rest/redback-rest-services/pom.xml +++ b/redback-integrations/redback-rest/redback-rest-services/pom.xml @@ -164,14 +164,17 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-core</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.apache.cxf</groupId>
