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/openjpa.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c9ac41  using same jpa spec jar in junit5 module than others
4c9ac41 is described below

commit 4c9ac41fd1367396e34151dcc5e9b98674d2665b
Author: Romain Manni-Bucau <rmannibu...@gmail.com>
AuthorDate: Mon Mar 23 09:24:12 2020 +0100

    using same jpa spec jar in junit5 module than others
---
 openjpa-junit5/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/openjpa-junit5/pom.xml b/openjpa-junit5/pom.xml
index 45668cb..fb6d5ab 100644
--- a/openjpa-junit5/pom.xml
+++ b/openjpa-junit5/pom.xml
@@ -39,8 +39,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.1_spec</artifactId>
-            <version>1.0-alpha-1</version>
+            <artifactId>geronimo-jpa_2.2_spec</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>

Reply via email to