You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2011/07/17 10:43:35 UTC

svn commit: r1147555 - /tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml

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>