Author: dkulp Date: Thu Nov 1 11:41:32 2007 New Revision: 591114 URL: http://svn.apache.org/viewvc?rev=591114&view=rev Log: [CXF-1158, CXF-1146] Add ability to turn off address rewriting in servlet Fix issues with validator not being able to determine if op is rpc or doc
Modified: incubator/cxf/trunk/systests/pom.xml Modified: incubator/cxf/trunk/systests/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/pom.xml?rev=591114&r1=591113&r2=591114&view=diff ============================================================================== --- incubator/cxf/trunk/systests/pom.xml (original) +++ incubator/cxf/trunk/systests/pom.xml Thu Nov 1 11:41:32 2007 @@ -412,7 +412,6 @@ <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> - <version>3.1-rc1</version> <scope>test</scope> </dependency>