You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by mn...@apache.org on 2012/01/20 14:14:20 UTC

svn commit: r1233890 - /aries/trunk/jpa/jpa-container-itest/pom.xml

Author: mnuttall
Date: Fri Jan 20 13:14:20 2012
New Revision: 1233890

URL: http://svn.apache.org/viewvc?rev=1233890&view=rev
Log:
Aries-811: Remove EclipseLink from the build

Modified:
    aries/trunk/jpa/jpa-container-itest/pom.xml

Modified: aries/trunk/jpa/jpa-container-itest/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-container-itest/pom.xml?rev=1233890&r1=1233889&r2=1233890&view=diff
==============================================================================
--- aries/trunk/jpa/jpa-container-itest/pom.xml (original)
+++ aries/trunk/jpa/jpa-container-itest/pom.xml Fri Jan 20 13:14:20 2012
@@ -175,7 +175,7 @@
             <version>0.3.1-SNAPSHOT</version>
             <!--<scope>test</scope>-->
         </dependency>
-        
+        <!--
         <dependency>
           <groupId>org.apache.aries.jpa</groupId>
           <artifactId>org.apache.aries.jpa.eclipselink.adapter</artifactId>
@@ -207,7 +207,7 @@
           <artifactId>org.eclipse.persistence.antlr</artifactId>
           <version>2.1.0</version>
           <scope>test</scope>
-        </dependency>
+        </dependency> -->
                 
         <dependency>
             <groupId>org.apache.openjpa</groupId>
@@ -249,12 +249,12 @@
             <version>0.3.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
+<!--        <dependency>
             <groupId>org.apache.aries.jpa</groupId>
             <artifactId>org.apache.aries.jpa.container.itest.bundle.eclipselink</artifactId>
             <version>0.3.1-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency>
+            <scope>test</scope> 
+        </dependency> -->
         <dependency>
             <groupId>org.apache.aries.jpa</groupId>
             <artifactId>org.apache.aries.jpa.container.advanced.itest.bundle</artifactId>