You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/02/25 06:12:43 UTC

svn commit: r511449 - /webservices/axis2/trunk/java/modules/jaxws/pom.xml

Author: dims
Date: Sat Feb 24 21:12:42 2007
New Revision: 511449

URL: http://svn.apache.org/viewvc?view=rev&rev=511449
Log:
got tests to pass on my sun jdk1.5/winxp, let's see what happens on the zones box

Modified:
    webservices/axis2/trunk/java/modules/jaxws/pom.xml

Modified: webservices/axis2/trunk/java/modules/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/pom.xml?view=diff&rev=511449&r1=511448&r2=511449
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws/pom.xml Sat Feb 24 21:12:42 2007
@@ -86,6 +86,12 @@
             <artifactId>jaxb-xjc</artifactId>
             <version>2.0.2</version>
         </dependency>
+        <dependency>
+          <groupId>xalan</groupId>
+          <artifactId>xalan</artifactId>
+          <version>2.7.0</version>
+          <scope>provided</scope>
+        </dependency>
 		<dependency>
 		  <groupId>javax.servlet</groupId>
 		  <artifactId>servlet-api</artifactId>
@@ -803,8 +809,8 @@
   		<inherited>true</inherited>
   		<configuration>
   			<skip>false</skip>
-  			<!-- Enable the next 2 lines if you want to attach a debugger
   			<forkMode>pertest</forkMode>
+  			<!-- Enable the next 2 lines if you want to attach a debugger
   			<argLine>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5006</argLine>-->
   			<includes>
            	 <include>**/*Test.java</include>



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