You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/08/19 21:34:42 UTC

svn commit: r987278 - /openjpa/branches/2.0.x/openjpa-testsupport/pom.xml

Author: dwoods
Date: Thu Aug 19 19:34:41 2010
New Revision: 987278

URL: http://svn.apache.org/viewvc?rev=987278&view=rev
Log:
OPENJPA-1712 Remove explicit depend

Modified:
    openjpa/branches/2.0.x/openjpa-testsupport/pom.xml

Modified: openjpa/branches/2.0.x/openjpa-testsupport/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-testsupport/pom.xml?rev=987278&r1=987277&r2=987278&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-testsupport/pom.xml (original)
+++ openjpa/branches/2.0.x/openjpa-testsupport/pom.xml Thu Aug 19 19:34:41 2010
@@ -43,7 +43,12 @@
             <artifactId>openjpa-persistence-jdbc</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <!-- need a depend on o-p-j tests jar -->
+        <dependency>
+            <groupId>jakarta-regexp</groupId>
+            <artifactId>jakarta-regexp</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <!-- ignore depend on o-p-j tests jar
         <dependency>
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa-persistence-jdbc</artifactId>
@@ -51,11 +56,7 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>jakarta-regexp</groupId>
-            <artifactId>jakarta-regexp</artifactId>
-            <scope>test</scope>
-        </dependency>
+        -->
     </dependencies>
 
     <build>