mirror of https://github.com/apache/openjpa.git
OPENJPA-1712 try another test-jar workaround
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@986464 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
419899a387
commit
84320dacb1
|
@ -694,9 +694,10 @@
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-persistence-jdbc</artifactId>
|
<artifactId>openjpa-persistence-jdbc</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<classifier>test-base</classifier>
|
<!-- <classifier>test-base</classifier> -->
|
||||||
<!-- <type>test-jar</type> -->
|
<type>test-jar</type>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-dbcp</groupId>
|
<groupId>commons-dbcp</groupId>
|
||||||
|
|
Loading…
Reference in New Issue