Removing redundant dependency on JPA 1.0 jar to fix integration test

This commit is contained in:
Michael Minella
2013-01-09 11:00:14 -06:00
parent 057cb32219
commit c097055288
6 changed files with 7 additions and 28 deletions

View File

@@ -170,11 +170,6 @@
<artifactId>hibernate-annotations</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jta_1.1_spec</artifactId>