using same jpa spec jar in junit5 module than others

This commit is contained in:
Romain Manni-Bucau 2020-03-23 09:24:12 +01:00
parent 666ae82f3b
commit 4c9ac41fd1
1 changed files with 1 additions and 2 deletions

View File

@ -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>