Skip to content

Commit

Permalink
HSEARCH-1437 Switch to JPA 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne authored and hferentschik committed Jan 29, 2014
1 parent f974798 commit 5fcd259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion orm/pom.xml
Expand Up @@ -58,7 +58,7 @@
</dependency>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
<artifactId>hibernate-jpa-2.1-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -195,8 +195,8 @@
</dependency>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
<version>1.0.1.Final</version>
<artifactId>hibernate-jpa-2.1-api</artifactId>
<version>1.0.0.Final</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
Expand Down

0 comments on commit 5fcd259

Please sign in to comment.