Skip to content

Commit

Permalink
Fixing persistence and transaction api scopes (they are not intended …
Browse files Browse the repository at this point in the history
…to come with johnzon)
  • Loading branch information
rmannibucau committed Oct 4, 2023
1 parent d9d6d2f commit f6a8bc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions johnzon-mapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@
<groupId>jakarta.persistence</groupId>
<artifactId>jakarta.persistence-api</artifactId>
<version>3.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.transaction</groupId>
<artifactId>jakarta.transaction-api</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.openjpa</groupId>
Expand Down

0 comments on commit f6a8bc8

Please sign in to comment.