Author: alessio.soldano(a)jboss.com
Date: 2012-07-19 13:17:03 -0400 (Thu, 19 Jul 2012)
New Revision: 439
Modified:
core/trunk/pom.xml
Log:
[WISE-177] cxf-rt-trasnports-http is required with compile scope, not test
Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml 2012-07-19 17:15:56 UTC (rev 438)
+++ core/trunk/pom.xml 2012-07-19 17:17:03 UTC (rev 439)
@@ -222,7 +222,6 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>${cxf.version}</version>
- <scope>test</scope>
</dependency>
<dependency>