mirror of https://github.com/apache/openjpa.git
OPENJPA-2798 use geronimo-jpa-2.2 spec api which use a module name
This commit is contained in:
parent
962cbbc624
commit
e4227473b0
2
pom.xml
2
pom.xml
|
@ -1717,7 +1717,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.geronimo.specs</groupId>
|
<groupId>org.apache.geronimo.specs</groupId>
|
||||||
<artifactId>geronimo-jpa_2.2_spec</artifactId>
|
<artifactId>geronimo-jpa_2.2_spec</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.1-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.geronimo.specs</groupId>
|
<groupId>org.apache.geronimo.specs</groupId>
|
||||||
|
|
Loading…
Reference in New Issue