[seam-commits] Seam SVN: r12739 - branches/enterprise/JBPAPP_4_3_FP01/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon May 17 08:22:36 EDT 2010


Author: manaRH
Date: 2010-05-17 08:22:35 -0400 (Mon, 17 May 2010)
New Revision: 12739

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/root.pom.xml
   branches/enterprise/JBPAPP_4_3_FP01/build/ui.pom.xml
Log:
JBPAPP-4267 - upgrading Richfaces to 3.3.1.SP2 and changed jta api

Modified: branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml	2010-05-16 16:44:42 UTC (rev 12738)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml	2010-05-17 12:22:35 UTC (rev 12739)
@@ -138,8 +138,8 @@
     </dependency>
 
 	<dependency>
-	  <groupId>org.apache.geronimo.specs</groupId>
-	  <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+	  <groupId>javax.transaction</groupId>
+	  <artifactId>jta</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	2010-05-16 16:44:42 UTC (rev 12738)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/ioc.pom.xml	2010-05-17 12:22:35 UTC (rev 12739)
@@ -40,8 +40,8 @@
     </dependency>
 
     <dependency>
-	  <groupId>org.apache.geronimo.specs</groupId>
-	  <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+	  <groupId>javax.transaction</groupId>
+	  <artifactId>jta</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	2010-05-16 16:44:42 UTC (rev 12738)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml	2010-05-17 12:22:35 UTC (rev 12739)
@@ -56,7 +56,7 @@
 
 	<!-- Externalize some version numbers here -->
 	<properties>
-		<version.richfaces>3.3.1.SP1</version.richfaces>
+		<version.richfaces>3.3.1.SP2</version.richfaces>
 		<version.drools>4.0.7-SOA-P</version.drools>
 	</properties>
 
@@ -557,9 +557,9 @@
 			</dependency>
 
 			<dependency>
-				<groupId>org.apache.geronimo.specs</groupId>
-				<artifactId>geronimo-jta_1.0.1B_spec</artifactId>
-				<version>1.0.1</version>
+				<groupId>javax.transaction</groupId>
+				<artifactId>jta</artifactId>
+				<version>1.1</version>
 			</dependency>
 
 			<dependency>

Modified: branches/enterprise/JBPAPP_4_3_FP01/build/ui.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/ui.pom.xml	2010-05-16 16:44:42 UTC (rev 12738)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/ui.pom.xml	2010-05-17 12:22:35 UTC (rev 12739)
@@ -113,6 +113,10 @@
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>
         </exclusion>
+        <exclusion>
+        	<groupId>org.hibernate</groupId>
+        	<artifactId>hibernate</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 



More information about the seam-commits mailing list