You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/03/22 17:47:58 UTC

svn commit: r521339 - /incubator/ode/trunk/pom.xml

Author: mriou
Date: Thu Mar 22 09:47:57 2007
New Revision: 521339

URL: http://svn.apache.org/viewvc?view=rev&rev=521339
Log:
dao ojpa not needed anymore

Modified:
    incubator/ode/trunk/pom.xml

Modified: incubator/ode/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/pom.xml?view=diff&rev=521339&r1=521338&r2=521339
==============================================================================
--- incubator/ode/trunk/pom.xml (original)
+++ incubator/ode/trunk/pom.xml Thu Mar 22 09:47:57 2007
@@ -1053,11 +1053,6 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.ode</groupId>
-                <artifactId>ode-dao-jpa-ojpa</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ode</groupId>
                 <artifactId>ode-jpa-ojpa-derby</artifactId>
                 <version>${project.version}</version>
             </dependency>