Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Fixes after JPA 2.0 to 2.1 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Široký authored and psiroky committed Jan 4, 2017
1 parent 2f47017 commit 4c98a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jbpm-designer-distribution-wars/pom.xml
Expand Up @@ -113,7 +113,7 @@

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

<dependency>
Expand Down
Expand Up @@ -34,7 +34,7 @@
<include>org.slf4j:slf4j-ext:jar</include>
<include>ch.qos.cal10n:cal10n-api:jar</include>

<include>org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar</include>
<include>org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar</include>
<include>org.jboss.logging:jboss-logging:jar</include>

<include>org.jboss.weld:weld-api:jar</include>
Expand Down

0 comments on commit 4c98a4a

Please sign in to comment.