You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by as...@apache.org on 2006/10/10 20:39:28 UTC

svn commit: r462492 - /incubator/ode/trunk/axis2/pom.xml

Author: assaf
Date: Tue Oct 10 11:39:28 2006
New Revision: 462492

URL: http://svn.apache.org/viewvc?view=rev&rev=462492
Log:
Updated to GeronimoFactory

Modified:
    incubator/ode/trunk/axis2/pom.xml

Modified: incubator/ode/trunk/axis2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/axis2/pom.xml?view=diff&rev=462492&r1=462491&r2=462492
==============================================================================
--- incubator/ode/trunk/axis2/pom.xml (original)
+++ incubator/ode/trunk/axis2/pom.xml Tue Oct 10 11:39:28 2006
@@ -106,8 +106,17 @@
             <artifactId>activation</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.jencks</groupId>
+            <artifactId>jencks</artifactId>
+            <classifier>all</classifier>
+        </dependency>
+        <dependency>
             <groupId>geronimo</groupId>
             <artifactId>geronimo-kernel</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>geronimo</groupId>
+            <artifactId>geronimo-transaction</artifactId>
         </dependency>
 
         <dependency>