Author: manaRH
Date: 2009-11-26 09:55:17 -0500 (Thu, 26 Nov 2009)
New Revision: 11683
Modified:
branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml
branches/enterprise/JBPAPP_4_3_FP01/build/ioc.pom.xml
branches/enterprise/JBPAPP_4_3_FP01/build/remoting.pom.xml
branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
Log:
replaced javaee apis for jms and jta with geronimo jms and jta jars
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml 2009-11-26 13:07:00 UTC (rev
11682)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml 2009-11-26 14:55:17 UTC (rev
11683)
@@ -124,8 +124,8 @@
</dependency>
<dependency>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-jms-api</artifactId>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jms_1.1_spec</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
@@ -138,8 +138,8 @@
</dependency>
<dependency>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-transaction-api</artifactId>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/ioc.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/ioc.pom.xml 2009-11-26 13:07:00 UTC (rev
11682)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/ioc.pom.xml 2009-11-26 14:55:17 UTC (rev
11683)
@@ -40,8 +40,8 @@
</dependency>
<dependency>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-transaction-api</artifactId>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/remoting.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/remoting.pom.xml 2009-11-26 13:07:00 UTC
(rev 11682)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/remoting.pom.xml 2009-11-26 14:55:17 UTC
(rev 11683)
@@ -44,8 +44,8 @@
</dependency>
<dependency>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-jms-api</artifactId>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jms_1.1_spec</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml 2009-11-26 13:07:00 UTC (rev
11682)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml 2009-11-26 14:55:17 UTC (rev
11683)
@@ -535,9 +535,9 @@
</dependency>
<dependency>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-jms-api</artifactId>
- <version>1.1.0.GA</version>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jms_1.1_spec</artifactId>
+ <version>1.1.1</version>
</dependency>
<dependency>
@@ -547,9 +547,9 @@
</dependency>
<dependency>
- <groupId>org.jboss.javaee</groupId>
- <artifactId>jboss-transaction-api</artifactId>
- <version>1.0.1.GA</version>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+ <version>1.0.1</version>
</dependency>
<dependency>
Show replies by date