Author: ffang
Date: Mon Jul 1 01:53:34 2013
New Revision: 1498205
URL: http://svn.apache.org/r1498205
Log:
[SMX4-1492]can't run cxf-ws-rm client
Modified:
servicemix/smx4/features/trunk/examples/cxf/cxf-ws-rm/pom.xml
Modified: servicemix/smx4/features/trunk/examples/cxf/cxf-ws-rm/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf/cxf-ws-rm/pom.xml?rev=1498205&r1=1498204&r2=1498205&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf/cxf-ws-rm/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf/cxf-ws-rm/pom.xml Mon Jul 1
01:53:34 2013
@@ -69,6 +69,10 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ </dependency>
</dependencies>
<build>