Author: richard.opalka(a)jboss.com
Date: 2011-09-13 09:49:04 -0400 (Tue, 13 Sep 2011)
New Revision: 15008
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
[JBTM-882] workaround issue
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2011-09-13 12:18:53 UTC (rev 15007)
+++ stack/native/trunk/modules/testsuite/pom.xml 2011-09-13 13:49:04 UTC (rev 15008)
@@ -887,6 +887,12 @@
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-webservices-tests-integration</artifactId>
<version>${jboss.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jboss.as</groupId>
+ <artifactId>jboss-as-transactions</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>javax.mail</groupId>