mirror of https://github.com/apache/openjpa.git
using same jpa spec jar in junit5 module than others
This commit is contained in:
parent
666ae82f3b
commit
4c9ac41fd1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue