Author: struberg
Date: Tue Jun 20 08:09:40 2017
New Revision: 1799315
URL: http://svn.apache.org/viewvc?rev=1799315&view=rev
Log:
switch to runtime scope to make it contained in meecrowave:bundle
Modified:
openwebbeans/meecrowave/trunk/integration-tests/webservices/pom.xml
Modified: openwebbeans/meecrowave/trunk/integration-tests/webservices/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/meecrowave/trunk/integration-tests/webservices/pom.xml?rev=1799315&r1=1799314&r2=1799315&view=diff
==============================================================================
--- openwebbeans/meecrowave/trunk/integration-tests/webservices/pom.xml
(original)
+++ openwebbeans/meecrowave/trunk/integration-tests/webservices/pom.xml Tue Jun
20 08:09:40 2017
@@ -42,6 +42,13 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>${cxf.version}</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.meecrowave</groupId>