Author: ccustine
Date: Wed Jan 28 04:17:33 2009
New Revision: 738360
URL: http://svn.apache.org/viewvc?rev=738360&view=rev
Log:
SM-1775 JBoss deployer dependency issues
- Some tests were failing when run with JDK 1.6
Modified:
servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml
Modified: servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml?rev=738360&r1=738359&r2=738360&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml
(original)
+++ servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml Wed
Jan 28 04:17:33 2009
@@ -137,6 +137,11 @@
<artifactId>xercesImpl</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
@@ -145,6 +150,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <forkMode>never</forkMode>
<workingDirectory>${basedir}</workingDirectory>
<includes>
<include>**/*Test.*</include>