Skip to content

Commit

Permalink
GH-207 - Explicit Hibernate and Jakarta Persistence dependencies for …
Browse files Browse the repository at this point in the history
…compatibility builds.
  • Loading branch information
odrotbohm committed Dec 25, 2023
1 parent 5e9fd0e commit 27e94a5
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@

<dependencies>

<dependency>
<groupId>jakarta.persistence</groupId>
<artifactId>jakarta.persistence-api</artifactId>
<version>3.1.0</version>
</dependency>

<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
<version>6.4.1.Final</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
Expand Down

0 comments on commit 27e94a5

Please sign in to comment.