Author: asoldano
Date: Wed Mar 2 08:45:09 2011
New Revision: 1076141
URL: http://svn.apache.org/viewvc?rev=1076141&view=rev
Log:
Fixing container-integration/grizzly failures when running testsuite with
-Pjaxws22 profile
Modified:
cxf/trunk/systests/container-integration/grizzly/pom.xml
Modified: cxf/trunk/systests/container-integration/grizzly/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/container-integration/grizzly/pom.xml?rev=1076141&r1=1076140&r2=1076141&view=diff
==============================================================================
--- cxf/trunk/systests/container-integration/grizzly/pom.xml (original)
+++ cxf/trunk/systests/container-integration/grizzly/pom.xml Wed Mar 2
08:45:09 2011
@@ -29,6 +29,12 @@
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-transports-http</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
<artifactId>cxf-testutils</artifactId>
<version>${project.version}</version>
<scope>test</scope>