[jbossws-commits] JBossWS SVN: r15009 - stack/cxf/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Sep 13 09:49:25 EDT 2011


Author: richard.opalka at jboss.com
Date: 2011-09-13 09:49:24 -0400 (Tue, 13 Sep 2011)
New Revision: 15009

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBTM-882] workaround issue

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2011-09-13 13:49:04 UTC (rev 15008)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2011-09-13 13:49:24 UTC (rev 15009)
@@ -1129,6 +1129,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>



More information about the jbossws-commits mailing list