+ made JPA dependency implicit since the aspect will always require the JPA classes during the weaving process
This commit is contained in:
Costin Leau 2010-04-28 10:41:03 +00:00
parent 02cc37cc16
commit 4ddcd35d13
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>