+ change jpa Maven dependency from provided to compile
This commit is contained in:
Costin Leau
2010-09-21 23:14:22 +00:00
parent aab05c4da9
commit 6e516b7281
2 changed files with 2 additions and 2 deletions

View File

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