[jboss-svn-commits] JBL Code SVN: r35918 - labs/jbosstm/trunk/maven.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Nov 8 11:26:21 EST 2010


Author: jhalliday
Date: 2010-11-08 11:26:20 -0500 (Mon, 08 Nov 2010)
New Revision: 35918

Modified:
   labs/jbosstm/trunk/maven/pom-template.xml
Log:
Update byteman so the txbridge tests can use byteman-dtest. JBTM-44


Modified: labs/jbosstm/trunk/maven/pom-template.xml
===================================================================
--- labs/jbosstm/trunk/maven/pom-template.xml	2010-11-08 15:57:32 UTC (rev 35917)
+++ labs/jbosstm/trunk/maven/pom-template.xml	2010-11-08 16:26:20 UTC (rev 35918)
@@ -237,9 +237,16 @@
         <dependency>
             <groupId>org.jboss.byteman</groupId>
             <artifactId>byteman</artifactId>
-            <version>1.2.2</version>
+            <version>1.4.0</version>
             <scope>test</scope>
         </dependency>
+        <!-- txbridge uses the dtest addon -->
+        <dependency>
+            <groupId>org.jboss.byteman</groupId>
+            <artifactId>byteman-dtest</artifactId>
+            <version>1.4.0</version>
+            <scope>test</scope>
+        </dependency>
 
         <!-- build system uses emma for code coverage metrics -->
         <dependency>



More information about the jboss-svn-commits mailing list