OPENJPA-1712 Remove explicit depend

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@987278 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-08-19 19:34:41 +00:00
parent ca261cca13
commit 07a4eb52e4
1 changed files with 7 additions and 6 deletions

View File

@ -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>