You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by ug...@apache.org on 2007/08/02 17:50:03 UTC

svn commit: r562150 - in /incubator/abdera/java/trunk: core/pom.xml extensions/pom.xml parser/pom.xml pom.xml

Author: ugo
Date: Thu Aug  2 08:50:02 2007
New Revision: 562150

URL: http://svn.apache.org/viewvc?view=rev&rev=562150
Log:
Updated dependencies for Maven build (thanks to Adam Constabaris <ad...@clownsinmycoffee.net>).

Modified:
    incubator/abdera/java/trunk/core/pom.xml
    incubator/abdera/java/trunk/extensions/pom.xml
    incubator/abdera/java/trunk/parser/pom.xml
    incubator/abdera/java/trunk/pom.xml

Modified: incubator/abdera/java/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/core/pom.xml?view=diff&rev=562150&r1=562149&r2=562150
==============================================================================
--- incubator/abdera/java/trunk/core/pom.xml (original)
+++ incubator/abdera/java/trunk/core/pom.xml Thu Aug  2 08:50:02 2007
@@ -45,7 +45,7 @@
     <dependency>
 	<groupId>org.apache.abdera</groupId>
 	<artifactId>abdera-i18n</artifactId>
-	<version>${project.version}</version>
+	<version>0.3.0-incubating-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>

Modified: incubator/abdera/java/trunk/extensions/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/extensions/pom.xml?view=diff&rev=562150&r1=562149&r2=562150
==============================================================================
--- incubator/abdera/java/trunk/extensions/pom.xml (original)
+++ incubator/abdera/java/trunk/extensions/pom.xml Thu Aug  2 08:50:02 2007
@@ -81,12 +81,12 @@
       <artifactId>stax-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>stax</groupId>
-      <artifactId>stax</artifactId>
-    </dependency>
-    <dependency>
       <groupId>woodstox</groupId>
       <artifactId>wstx-asl</artifactId>
     </dependency> 
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
   </dependencies>
 </project>

Modified: incubator/abdera/java/trunk/parser/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/parser/pom.xml?view=diff&rev=562150&r1=562149&r2=562150
==============================================================================
--- incubator/abdera/java/trunk/parser/pom.xml (original)
+++ incubator/abdera/java/trunk/parser/pom.xml Thu Aug  2 08:50:02 2007
@@ -61,10 +61,6 @@
       <artifactId>stax-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>stax</groupId>
-      <artifactId>stax</artifactId>
-    </dependency>
-    <dependency>
       <groupId>woodstox</groupId>
       <artifactId>wstx-asl</artifactId>
     </dependency>

Modified: incubator/abdera/java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/pom.xml?view=diff&rev=562150&r1=562149&r2=562150
==============================================================================
--- incubator/abdera/java/trunk/pom.xml (original)
+++ incubator/abdera/java/trunk/pom.xml Thu Aug  2 08:50:02 2007
@@ -184,7 +184,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>3.8.2</version>
+        <version>4.3</version>
         <scope>test</scope>
       </dependency>
       
@@ -198,7 +198,7 @@
       <dependency>
         <groupId>commons-httpclient</groupId>
         <artifactId>commons-httpclient</artifactId>
-        <version>3.0</version>
+        <version>3.1-rc1</version>
         <scope>compile</scope>
       </dependency>
          
@@ -212,41 +212,28 @@
       <dependency>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-api</artifactId>
-        <version>1.2.1</version>
+        <version>1.2.5</version>
         <scope>compile</scope>
       </dependency>
       
       <dependency>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-impl</artifactId>
-        <version>1.2.1</version>
+        <version>1.2.5</version>
         <scope>compile</scope>
       </dependency>
       
       <dependency>
         <groupId>stax</groupId>
         <artifactId>stax-api</artifactId>
-        <version>1.0</version>
+        <version>1.0.1</version>
         <scope>compile</scope>
       </dependency>
       
       <dependency>
-        <groupId>stax</groupId>
-        <artifactId>stax</artifactId>
-        <version>1.1.2-dev</version>
-        <scope>runtime</scope>
-        <exclusions>
-          <exclusion>
-            <groupId>xmlbeans</groupId>
-            <artifactId>xmlbeans-jsr173-api</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      
-      <dependency>
         <groupId>woodstox</groupId>
         <artifactId>wstx-asl</artifactId>
-        <version>2.0.5</version>
+        <version>3.1.2</version>
         <scope>runtime</scope>	    
       </dependency>
       
@@ -260,7 +247,7 @@
       <dependency>
         <groupId>jaxen</groupId>
         <artifactId>jaxen</artifactId>
-        <version>1.1-beta-7</version>
+        <version>1.1.1</version>
         <scope>compile</scope>
       </dependency>