You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by db...@apache.org on 2011/05/31 22:22:47 UTC

svn commit: r1129903 - /abdera/java/trunk/parser/pom.xml

Author: dbeaulieu
Date: Tue May 31 20:22:47 2011
New Revision: 1129903

URL: http://svn.apache.org/viewvc?rev=1129903&view=rev
Log:
fix for ABDERA-281. Add axiom-api dependency to parser.

Modified:
    abdera/java/trunk/parser/pom.xml

Modified: abdera/java/trunk/parser/pom.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/pom.xml?rev=1129903&r1=1129902&r2=1129903&view=diff
==============================================================================
--- abdera/java/trunk/parser/pom.xml (original)
+++ abdera/java/trunk/parser/pom.xml Tue May 31 20:22:47 2011
@@ -47,6 +47,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.ws.commons.axiom</groupId>
+      <artifactId>axiom-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ws.commons.axiom</groupId>
       <artifactId>axiom-impl</artifactId>
     </dependency>
     <dependency>