Changing cxf dependencies to test scope

This commit is contained in:
Martin Stockhammer 2020-01-17 17:37:43 +01:00
parent 3b88d33c65
commit 6ae96dd279
1 changed files with 3 additions and 0 deletions

View File

@ -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>