Skip to content

Commit

Permalink
#87 Exclude JPA1 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
etj committed Jul 15, 2021
1 parent 6cf7bf7 commit fd84705
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/services/core/services-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<!-- exclude JPA1 dependency -->
<!-- JPA2 is needed and imported by hibernate3.-->
<exclusion>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit fd84705

Please sign in to comment.