You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2010/02/04 23:14:02 UTC

svn commit: r906685 - /cxf/xjc-utils/trunk/pom.xml

Author: dkulp
Date: Thu Feb  4 22:14:02 2010
New Revision: 906685

URL: http://svn.apache.org/viewvc?rev=906685&view=rev
Log:
Some cleanup

Modified:
    cxf/xjc-utils/trunk/pom.xml

Modified: cxf/xjc-utils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/xjc-utils/trunk/pom.xml?rev=906685&r1=906684&r2=906685&view=diff
==============================================================================
--- cxf/xjc-utils/trunk/pom.xml (original)
+++ cxf/xjc-utils/trunk/pom.xml Thu Feb  4 22:14:02 2010
@@ -56,7 +56,19 @@
         <module>wsdlextension-test</module>
         <module>bug671</module>
     </modules>
-
+    <repositories>
+         <repository>
+             <id>apache.snapshots</id>
+             <url>http://repository.apache.org/snapshots/</url>
+             <name>Apache Snapshot Repo</name>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository> 
+    </repositories>
     <dependencyManagement>
         <dependencies>
             <dependency>
@@ -84,13 +96,6 @@
                 <artifactId>jaxme2</artifactId>
                 <version>0.5.1</version>
             </dependency>
-            <!--
-    [2]  'dependencies.dependency.version' is missing for org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar
-    [3]  'dependencies.dependency.version' is missing for org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar
-    [4]  'dependencies.dependency.artifactId' with value '${stax.impl.artifactId}' does not match a valid id pattern.
-    [5]  'dependencies.dependency.groupId' with value '${stax.impl.groupId}' does not match a valid id pattern.
-    [6]  'dependencies.dependency.version' is missing for ${stax.impl.groupId}:${stax.impl.artifactId}:jar
--->
             <dependency>
                 <groupId>org.apache.maven</groupId>
                 <artifactId>maven-plugin-api</artifactId>
@@ -111,22 +116,6 @@
                 <artifactId>wsdl4j</artifactId>
                 <version>1.6.2</version>
             </dependency>
-
-            <!--dependency>
-                <groupId></groupId>
-                <artifactId></artifactId>
-                <version></version>
-            </dependency>
-            <dependency>
-                <groupId></groupId>
-                <artifactId></artifactId>
-                <version></version>
-            </dependency>
-            <dependency>
-                <groupId></groupId>
-                <artifactId></artifactId>
-                <version></version>
-            </dependency-->
         </dependencies>
     </dependencyManagement>
     <distributionManagement>