Author: alessio.soldano(a)jboss.com
Date: 2013-06-10 19:07:21 -0400 (Mon, 10 Jun 2013)
New Revision: 556
Modified:
core/trunk/integration-testsuite/pom.xml
Log:
Adding runtime wise-core-cxf dependency into common testsuite when the cxf stack is being
used
Modified: core/trunk/integration-testsuite/pom.xml
===================================================================
--- core/trunk/integration-testsuite/pom.xml 2013-06-10 23:06:33 UTC (rev 555)
+++ core/trunk/integration-testsuite/pom.xml 2013-06-10 23:07:21 UTC (rev 556)
@@ -126,6 +126,12 @@
<artifactId>jbossws-cxf-client</artifactId>
<scope>runtime</scope> <!-- runtime scope to avoid having the
dependency while compiling -->
</dependency>
+ <dependency>
+ <groupId>org.jboss.wise</groupId>
+ <artifactId>wise-core-cxf</artifactId>
+ <version>${project.version}</version>
+ <scope>runtime</scope> <!-- runtime scope to avoid having the
dependency while compiling -->
+ </dependency>
</dependencies>
</profile>
<profile>
Show replies by date