Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Switch to JBossAppServerJtaPlatform; revert JPA API to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Jun 24, 2014
1 parent b6f2639 commit 52b28b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -50,7 +50,7 @@
<hibernate.search.version>4.4.2.Final</hibernate.search.version>
<hibernate.entitymanager.version>${hibernate.version}</hibernate.entitymanager.version>
<!-- For EAP 6 / Hibernate 4.2 -->
<hibernate.jta.platform>org.hibernate.service.jta.platform.internal.JBossStandAloneJtaPlatform</hibernate.jta.platform>
<hibernate.jta.platform>org.hibernate.service.jta.platform.internal.JBossAppServerJtaPlatform</hibernate.jta.platform>

<war_bundles_jsf_impl>false</war_bundles_jsf_impl>
<hibernate.validator.version>4.3.1.Final</hibernate.validator.version>
Expand Down
3 changes: 1 addition & 2 deletions zanata-model/pom.xml
Expand Up @@ -250,8 +250,7 @@

<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.1-api</artifactId>
<version>1.0.0.Final</version>
<artifactId>hibernate-jpa-2.0-api</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 52b28b6

Please sign in to comment.