Locking should depend on openjpa-persistence-jdbc, depending on parent

leads to dependency resolution issues.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@804337 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2009-08-14 19:29:39 +00:00
parent b8c7ce58ad
commit 25d3c8247b
1 changed files with 1 additions and 2 deletions

View File

@ -512,13 +512,12 @@
</repository>
</repositories>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<artifactId>openjpa-persistence-jdbc</artifactId>
<version>${pom.version}</version>
</dependency>
<dependency>