Author: alessio.soldano(a)jboss.com
Date: 2013-05-16 08:22:23 -0400 (Thu, 16 May 2013)
New Revision: 17590
Modified:
stack/cxf/trunk/modules/testsuite/shared-tests/pom.xml
Log:
Make sure shared-tests are not compiled using JBossWS-CXF / Apache CXF classes
Modified: stack/cxf/trunk/modules/testsuite/shared-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/shared-tests/pom.xml 2013-05-16 11:01:02 UTC (rev
17589)
+++ stack/cxf/trunk/modules/testsuite/shared-tests/pom.xml 2013-05-16 12:22:23 UTC (rev
17590)
@@ -23,6 +23,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.jboss.ws.cxf</groupId>
+ <artifactId>jbossws-cxf-client</artifactId>
+ <version>${project.version}</version>
+ <scope>runtime</scope> <!-- override scope from parent dependency to
make sure tests are not compiled using (JBWS-)CXF classes -->
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
Show replies by date