Author: owulff
Date: Thu Nov 15 21:18:49 2012
New Revision: 1410019
URL: http://svn.apache.org/viewvc?rev=1410019&view=rev
Log:
Fixed dependency
Modified:
cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/service/pom.xml
Modified:
cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/service/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/service/pom.xml?rev=1410019&r1=1410018&r2=1410019&view=diff
==============================================================================
---
cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/service/pom.xml
(original)
+++
cxf/fediz/branches/1.0.x-fixes/examples/wsclientWebapp/webservice/service/pom.xml
Thu Nov 15 21:18:49 2012
@@ -58,8 +58,8 @@
</build>
<dependencies>
<dependency>
- <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
- <artifactId>wsclientWebapp-webservice-common</artifactId>
+
<groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId>
+ <artifactId>common</artifactId>
<version>${project.version}</version>
</dependency>