mirror of https://github.com/apache/openjpa.git
OPENJPA-2747 upgrade to jpa-2.2 api
This commit is contained in:
parent
53b946d9ca
commit
31c0450562
|
@ -139,7 +139,7 @@
|
|||
<include>org.apache.commons:commons-dbcp2</include>
|
||||
|
||||
<include>org.apache.geronimo.specs:geronimo-jta_1.1_spec</include>
|
||||
<include>org.apache.geronimo.specs:geronimo-jpa_2.1_spec</include>
|
||||
<include>org.apache.geronimo.specs:geronimo-jpa_2.2_spec</include>
|
||||
<include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
|
||||
<include>org.apache.geronimo.specs:geronimo-validation_1.0_spec</include>
|
||||
<include>org.apache.bval:org.apache.bval.bundle</include>
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
<include>org.apache.commons:commons-dbcp2</include>
|
||||
|
||||
<include>org.apache.geronimo.specs:geronimo-jta_1.1_spec</include>
|
||||
<include>org.apache.geronimo.specs:geronimo-jpa_2.1_spec</include>
|
||||
<include>org.apache.geronimo.specs:geronimo-jpa_2.2_spec</include>
|
||||
<include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
|
||||
<include>org.apache.geronimo.specs:geronimo-validation_1.0_spec</include>
|
||||
<include>org.apache.bval:org.apache.bval.bundle</include>
|
||||
|
|
|
@ -40,7 +40,7 @@ set JAVAC=%JAVA_HOME%\bin\javac
|
|||
@rem Compiler classpath shown for a typical OpenJPA development environment in Windows.
|
||||
@rem The essential aspect is openjpa libraries must be in the compiler's classpath.
|
||||
set M_REPO="%USERPROFILE%\.m2\repository"
|
||||
set SPEC=geronimo-jpa_2.1_spec
|
||||
set SPEC=geronimo-jpa_2.2_spec
|
||||
set VERSION=1.0-EA9-SNAPSHOT
|
||||
set JPA_LIB=%M_REPO%\org\apache\geronimo\specs\%SPEC%\%VERSION%\%SPEC%-%VERSION%.jar
|
||||
|
||||
|
|
Loading…
Reference in New Issue