[OPENJPA-2762] Update JMS spec to v2.0 and set scope to 'provided'

This commit is contained in:
Matt Pavlovich 2018-12-19 10:46:51 -06:00
parent 7dde390be9
commit 7ac7c594cb
7 changed files with 16 additions and 7 deletions

View File

@ -43,7 +43,9 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jms_1.1_spec</artifactId>
<artifactId>geronimo-jms_2.0_spec</artifactId>
<version>1.0-alpha-2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>

View File

@ -84,6 +84,12 @@
<artifactId>commons-collections4</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jms_2.0_spec</artifactId>
<version>1.0-alpha-2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta-regexp</groupId>
<artifactId>jakarta-regexp</artifactId>

View File

@ -13,7 +13,7 @@ The OpenJPA binary assembly and openjpa-all includes software developed by the:
Apache Commons Pool project
Apache Derby project
Apache Geronimo project
Java EE Specs - JMS 1.1, JTA 1.1, Bean Validation 1.0 and JPA 2.0
Java EE Specs - JMS 2.0, JTA 1.1, Bean Validation 1.0 and JPA 2.0
Apache Incubtor - Bean Validation project
SERP project

View File

@ -140,7 +140,7 @@
<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-jms_1.1_spec</include>
<include>org.apache.geronimo.specs:geronimo-jms_2.0_spec</include>
<include>org.apache.geronimo.specs:geronimo-validation_1.0_spec</include>
<include>org.apache.bval:org.apache.bval.bundle</include>
<include>org.apache.xbean:xbean-asm7-shaded</include>

View File

@ -79,7 +79,7 @@
<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-jms_1.1_spec</include>
<include>org.apache.geronimo.specs:geronimo-jms_2.0_spec</include>
<include>org.apache.geronimo.specs:geronimo-validation_1.0_spec</include>
<include>org.apache.bval:org.apache.bval.bundle</include>
<include>org.apache.xbean:xbean-asm7-shaded</include>

View File

@ -74,7 +74,7 @@ The openjpa-all aggregate JAR includes software developed by the:
Apache Commons Pool project
</para></listitem>
<listitem><para>
Apache Geronimo project (JMS 1.1, JTA 1.1 and JPA 2.0 spec APIs)
Apache Geronimo project (JMS 2.0, JTA 1.1 and JPA 2.0 spec APIs)
</para></listitem>
<listitem><para>
JCP JSR-317 JPA 2.0 schemas

View File

@ -1519,8 +1519,9 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jms_1.1_spec</artifactId>
<version>1.1.1</version>
<artifactId>geronimo-jms_2.0_spec</artifactId>
<version>1.0-alpha-2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>