Skip to content

Commit

Permalink
GH-207 - Explicitly declare legacy JPA dependency in ByteBuddy integr…
Browse files Browse the repository at this point in the history
…ation tests.

To make sure it gets included when running integration tests against Spring Boot 3.*.
  • Loading branch information
odrotbohm committed Dec 25, 2023
1 parent 1fffe61 commit 5e9fd0e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@

<dependencies>

<dependency>
<groupId>javax.persistence</groupId>
<artifactId>javax.persistence-api</artifactId>
<version>2.2</version>
</dependency>

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

0 comments on commit 5e9fd0e

Please sign in to comment.