OPENJPA-1712 Try using classifier again for o-p-j-test-base depend

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@986460 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-08-17 19:32:49 +00:00
parent 4283d0d840
commit 419899a387
1 changed files with 2 additions and 2 deletions

View File

@ -694,8 +694,8 @@
<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>
</dependency>
<dependency>