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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Feb 15 10:20:54 EST 2011


Author: alessio.soldano at jboss.com
Date: 2011-02-15 10:20:54 -0500 (Tue, 15 Feb 2011)
New Revision: 13746

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3210] Adding required jboss-common-core dependencies on client classpath


Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2011-02-15 15:00:59 UTC (rev 13745)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2011-02-15 15:20:54 UTC (rev 13746)
@@ -734,6 +734,16 @@
           <groupId>javax.mail</groupId>
           <artifactId>mail</artifactId>
         </dependency>
+        <dependency>
+          <groupId>org.jboss</groupId>
+          <artifactId>jboss-common-core</artifactId>
+          <exclusions>
+              <exclusion>
+                  <groupId>org.jboss.logging</groupId>
+                  <artifactId>jboss-logging-spi</artifactId>
+              </exclusion>
+          </exclusions>
+        </dependency>
       </dependencies>
       <build>
         <plugins>



More information about the jbossws-commits mailing list