Author: dkulp
Date: Fri Jun 29 20:08:40 2012
New Revision: 1355543
URL: http://svn.apache.org/viewvc?rev=1355543&view=rev
Log:
Merged revisions 1355500 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1355500 | dkulp | 2012-06-29 14:42:07 -0400 (Fri, 29 Jun 2012) | 2 lines
Remove some unneeded versions
........
Modified:
cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml
Modified:
cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml?rev=1355543&r1=1355542&r2=1355543&view=diff
==============================================================================
---
cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml
(original)
+++
cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml
Fri Jun 29 20:08:40 2012
@@ -182,12 +182,10 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- <version>3.0.6.RELEASE</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.7</version>
<scope>compile</scope>
</dependency>
</dependencies>