Author: asoldano
Date: Tue Oct 26 11:02:10 2010
New Revision: 1027462
URL: http://svn.apache.org/viewvc?rev=1027462&view=rev
Log:
Fix build, properties were renamed
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=1027462&r1=1027461&r2=1027462&view=diff
==============================================================================
--- cxf/trunk/systests/container-integration/grizzly/pom.xml (original)
+++ cxf/trunk/systests/container-integration/grizzly/pom.xml Tue Oct 26
11:02:10 2010
@@ -57,8 +57,8 @@
</exclusions>
</dependency>
<dependency>
- <groupId>${servlet-api.group}</groupId>
- <artifactId>${servlet-api.artifact}</artifactId>
+ <groupId>${cxf.servlet-api.group}</groupId>
+ <artifactId>${cxf.servlet-api.artifact}</artifactId>
<scope>test</scope>
</dependency>
<dependency>