Author: dkulp
Date: Wed Sep 30 20:04:55 2009
New Revision: 820428
URL: http://svn.apache.org/viewvc?rev=820428&view=rev
Log:
The jar name is different on spring 2.0.x
Modified:
cxf/branches/2.1.x-fixes/systests/jaxrs/pom.xml
Modified: cxf/branches/2.1.x-fixes/systests/jaxrs/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/systests/jaxrs/pom.xml?rev=820428&r1=820427&r2=820428&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/systests/jaxrs/pom.xml (original)
+++ cxf/branches/2.1.x-fixes/systests/jaxrs/pom.xml Wed Sep 30 20:04:55 2009
@@ -159,7 +159,7 @@
</dependency>
<dependency>
<groupId>org.springframework</groupId>
- <artifactId>spring-tx</artifactId>
+ <artifactId>spring-dao</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>