mirror of https://github.com/apache/openjpa.git
OPENJPA-1712 Remove test-javadoc target which is failing release:prepare
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@987358 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eda4713ff7
commit
c2926be235
|
@ -37,14 +37,12 @@
|
|||
<name>OpenJPA Test Support Jar</name>
|
||||
|
||||
<dependencies>
|
||||
<!-- make sure we build after o-p-j -->
|
||||
<dependency>
|
||||
<groupId>org.apache.openjpa</groupId>
|
||||
<artifactId>openjpa-persistence-jdbc</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- hidden depend on o-p-j tests jar
|
||||
<dependency>
|
||||
<groupId>org.apache.openjpa</groupId>
|
||||
<artifactId>openjpa-persistence-jdbc</artifactId>
|
||||
|
@ -52,7 +50,6 @@
|
|||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>jakarta-regexp</groupId>
|
||||
<artifactId>jakarta-regexp</artifactId>
|
||||
|
|
Loading…
Reference in New Issue