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:
Donald Woods 2010-08-17 19:44:22 +00:00
parent 419899a387
commit 84320dacb1
1 changed files with 3 additions and 2 deletions

View File

@ -694,9 +694,10 @@
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-persistence-jdbc</artifactId>
<version>${project.version}</version>
<classifier>test-base</classifier>
<!-- <type>test-jar</type> -->
<!-- <classifier>test-base</classifier> -->
<type>test-jar</type>
<scope>test</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>