You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by ms...@apache.org on 2007/01/15 21:45:35 UTC

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

Author: mszefler
Date: Mon Jan 15 12:45:34 2007
New Revision: 496480

URL: http://svn.apache.org/viewvc?view=rev&rev=496480
Log:
Removed dependency on DAO layer impl from the axis2 module.

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=496480&r1=496479&r2=496480
==============================================================================
--- incubator/ode/trunk/axis2/pom.xml (original)
+++ incubator/ode/trunk/axis2/pom.xml Mon Jan 15 12:45:34 2007
@@ -32,6 +32,7 @@
         <dependency>
             <groupId>org.apache.ode</groupId>
             <artifactId>ode-dao-hibernate</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.ode</groupId>
@@ -73,18 +74,9 @@
         <dependency>
             <groupId>org.apache.ode</groupId>
             <artifactId>ode-dao-jpa-ojpa</artifactId>
+            <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>javax.persistence</groupId>
-            <artifactId>persistence-api</artifactId>
-            <version>1.0</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-          <groupId>org.apache.openjpa</groupId>
-          <artifactId>openjpa-all</artifactId>
-        </dependency>
-
+        
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2</artifactId>
@@ -119,10 +111,12 @@
             <groupId>geronimo</groupId>
             <artifactId>geronimo-kernel</artifactId>
         </dependency>
+        
         <dependency>
             <groupId>geronimo</groupId>
             <artifactId>geronimo-transaction</artifactId>
         </dependency>
+        
         <dependency>
             <groupId>org.jencks</groupId>
             <artifactId>jencks</artifactId>