You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/01/28 14:25:27 UTC

svn commit: r904077 - /geronimo/server/trunk/plugins/cxf/cxf-deployer/pom.xml

Author: rickmcguire
Date: Thu Jan 28 13:25:26 2010
New Revision: 904077

URL: http://svn.apache.org/viewvc?rev=904077&view=rev
Log:
fix pom syntax error

Modified:
    geronimo/server/trunk/plugins/cxf/cxf-deployer/pom.xml

Modified: geronimo/server/trunk/plugins/cxf/cxf-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/cxf/cxf-deployer/pom.xml?rev=904077&r1=904076&r2=904077&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/cxf/cxf-deployer/pom.xml (original)
+++ geronimo/server/trunk/plugins/cxf/cxf-deployer/pom.xml Thu Jan 28 13:25:26 2010
@@ -27,7 +27,7 @@
         <artifactId>cxf</artifactId>
         <version>3.0-SNAPSHOT</version>
     </parent>
-    
+
     <groupId>org.apache.geronimo.configs</groupId>
     <artifactId>cxf-deployer</artifactId>
     <name>Geronimo Plugins, CXF :: Deployer</name>
@@ -56,8 +56,8 @@
             <version>${version}</version>
             <scope>runtime</scope>
        </dependency>
-       
-<!-- why need this? --
+
+<!-- why need this?
         <dependency>
             <groupId>org.apache.geronimo.configs</groupId>
             <artifactId>jaxws-sun-tools</artifactId>
@@ -66,7 +66,7 @@
         </dependency>
 -->
     </dependencies>
-    
+
     <build>
         <plugins>
             <plugin>