You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by th...@apache.org on 2006/09/20 16:05:06 UTC

svn commit: r448207 - /webservices/axis2/trunk/java/modules/integration/project.xml

Author: thilina
Date: Wed Sep 20 07:05:05 2006
New Revision: 448207

URL: http://svn.apache.org/viewvc?view=rev&rev=448207
Log:
excluding the JMS test to fix the build break...

Modified:
    webservices/axis2/trunk/java/modules/integration/project.xml

Modified: webservices/axis2/trunk/java/modules/integration/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/project.xml?view=diff&rev=448207&r1=448206&r2=448207
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/project.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/project.xml Wed Sep 20 07:05:05 2006
@@ -333,8 +333,8 @@
 	  <version>${log4j.version}</version>
 	</dependency>
         <dependency>
-          <groupId>activemq</groupId>
-          <artifactId>activemq</artifactId>
+          <groupId>incubator-activemq</groupId>
+          <artifactId>incubator-activemq</artifactId>
           <version>4.0.1</version>
         </dependency>
         <dependency>
@@ -401,6 +401,7 @@
 		<exclude>**org/apache/axis2/transport/DualChannelRequestResponseRawXMLTest.class</exclude>
                 <exclude>**org/apache/axis2/soap12testing/soap12testsuite/*.class</exclude>
                 <exclude>**/ScenarioST1Test.class</exclude>
+		<exclude>**/JMSEchoRawXMLTest.class</exclude>
                 <exclude>**/samples/wsdl/perf2/*.class</exclude>
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org