This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git
The following commit(s) were added to refs/heads/master by this push:
new f6a8bc89 Fixing persistence and transaction api scopes (they are not
intended to come with johnzon)
f6a8bc89 is described below
commit f6a8bc8901ca64bcef277bb23db39a1da48866b7
Author: Romain Manni-Bucau <[email protected]>
AuthorDate: Wed Oct 4 16:19:44 2023 +0400
Fixing persistence and transaction api scopes (they are not intended to
come with johnzon)
---
johnzon-mapper/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/johnzon-mapper/pom.xml b/johnzon-mapper/pom.xml
index d808dcad..a97e6868 100644
--- a/johnzon-mapper/pom.xml
+++ b/johnzon-mapper/pom.xml
@@ -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>