[jboss-svn-commits] JBL Code SVN: r37872 - in labs/jbosstm/branches/JBOSSTS_4_16: txbridge/demo-test and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jan 31 03:57:45 EST 2012


Author: istudens at redhat.com
Date: 2012-01-31 03:57:42 -0500 (Tue, 31 Jan 2012)
New Revision: 37872

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/XTS/demo-test/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_16/txbridge/demo-test/pom.xml
Log:
update for the latest AS-7.1.0.Final-SNAPSHOT, JBTM-1010

Modified: labs/jbosstm/branches/JBOSSTS_4_16/XTS/demo-test/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/XTS/demo-test/pom.xml	2012-01-30 18:47:46 UTC (rev 37871)
+++ labs/jbosstm/branches/JBOSSTS_4_16/XTS/demo-test/pom.xml	2012-01-31 08:57:42 UTC (rev 37872)
@@ -10,8 +10,8 @@
     <packaging>jar</packaging>
 
     <properties>
-        <version.jbossas>7.1.0.Beta1b</version.jbossas>
-        <version.arquillian.junit>1.0.0.CR6</version.arquillian.junit>
+        <version.jbossas>7.1.0.Final-SNAPSHOT</version.jbossas>
+        <version.arquillian.junit>1.0.0.CR7</version.arquillian.junit>
         <version.arquillian.drone>1.0.0.CR3</version.arquillian.drone>
         <version.arquillian.ajocado.junit>1.0.0.CR2</version.arquillian.ajocado.junit>
         <version.junit>4.8.2</version.junit>
@@ -60,6 +60,19 @@
             <type>pom</type>
             <scope>test</scope>
         </dependency>
+
+        <!-- fix bad dependencies in Arq, AS7 needs these -->
+        <dependency>
+            <groupId>org.jboss.remoting3</groupId>
+            <artifactId>jboss-remoting</artifactId>
+            <version>3.2.0.CR9</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.jboss.logging</groupId>
+            <artifactId>jboss-logging</artifactId>
+            <version>3.1.0.CR2</version>
+        </dependency>       
     </dependencies>
 
     <repositories>

Modified: labs/jbosstm/branches/JBOSSTS_4_16/txbridge/demo-test/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/txbridge/demo-test/pom.xml	2012-01-30 18:47:46 UTC (rev 37871)
+++ labs/jbosstm/branches/JBOSSTS_4_16/txbridge/demo-test/pom.xml	2012-01-31 08:57:42 UTC (rev 37872)
@@ -10,8 +10,8 @@
     <packaging>jar</packaging>
 
     <properties>
-        <version.jbossas>7.1.0.Beta1b</version.jbossas>
-        <version.arquillian.junit>1.0.0.CR6</version.arquillian.junit>
+        <version.jbossas>7.1.0.Final-SNAPSHOT</version.jbossas>
+        <version.arquillian.junit>1.0.0.CR7</version.arquillian.junit>
         <version.arquillian.drone>1.0.0.CR3</version.arquillian.drone>
         <version.arquillian.ajocado.junit>1.0.0.CR2</version.arquillian.ajocado.junit>
         <version.junit>4.8.2</version.junit>
@@ -60,6 +60,19 @@
             <type>pom</type>
             <scope>test</scope>
         </dependency>
+
+        <!-- fix bad dependencies in Arq, AS7 needs these -->
+        <dependency>
+            <groupId>org.jboss.remoting3</groupId>
+            <artifactId>jboss-remoting</artifactId>
+            <version>3.2.0.CR9</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.jboss.logging</groupId>
+            <artifactId>jboss-logging</artifactId>
+            <version>3.1.0.CR2</version>
+        </dependency>
     </dependencies>
 
     <repositories>



More information about the jboss-svn-commits mailing list