You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ow...@apache.org on 2012/11/15 22:14:37 UTC

svn commit: r1410017 - /cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml

Author: owulff
Date: Thu Nov 15 21:14:36 2012
New Revision: 1410017

URL: http://svn.apache.org/viewvc?rev=1410017&view=rev
Log:
POM fix

Modified:
    cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml

Modified: cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml?rev=1410017&r1=1410016&r2=1410017&view=diff
==============================================================================
--- cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml (original)
+++ cxf/fediz/trunk/examples/wsclientWebapp/webapp/pom.xml Thu Nov 15 21:14:36 2012
@@ -36,8 +36,8 @@
 
     <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>
         <dependency>