You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by as...@apache.org on 2010/06/11 06:22:28 UTC

svn commit: r953557 - /geronimo/server/branches/2.1/repository/pom.xml

Author: ashishjain
Date: Fri Jun 11 04:22:28 2010
New Revision: 953557

URL: http://svn.apache.org/viewvc?rev=953557&view=rev
Log:
GERONIMO-5379 Added a dependency for newly added axiom-api jar

Modified:
    geronimo/server/branches/2.1/repository/pom.xml

Modified: geronimo/server/branches/2.1/repository/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/repository/pom.xml?rev=953557&r1=953556&r2=953557&view=diff
==============================================================================
--- geronimo/server/branches/2.1/repository/pom.xml (original)
+++ geronimo/server/branches/2.1/repository/pom.xml Fri Jun 11 04:22:28 2010
@@ -158,6 +158,12 @@
             <artifactId>axis2-kernel</artifactId>
         </dependency>
 
+        <!-- Axiom -->
+        <dependency>
+                <groupId>org.apache.ws.commons.axiom</groupId>
+                <artifactId>axiom-api</artifactId>
+        </dependency>
+
     </dependencies>
 
     <repositories>