Author: antelder
Date: Sun Jul 17 08:43:35 2011
New Revision: 1147555
URL: http://svn.apache.org/viewvc?rev=1147555&view=rev
Log:
Htmlunit's use of xalan is a test dependency
Modified:
tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
Modified:
tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml?rev=1147555&r1=1147554&r2=1147555&view=diff
==============================================================================
---
tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
(original)
+++
tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
Sun Jul 17 08:43:35 2011
@@ -71,6 +71,7 @@
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.0</version>
+ <scope>test</scope>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>