summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-07-17 08:43:35 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-07-17 08:43:35 +0000
commit72402acafceb28a8da9d64ff4a4a2d29a04bba06 (patch)
treeb43469aafb586d5958551fe890812262114700a8
parent02e9ca208eb0cf4c91c8ba20b06c862f9a6330d1 (diff)
Htmlunit's use of xalan is a test dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1147555 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
index d239f4a50c..5ec9644c69 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
@@ -71,6 +71,7 @@
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.0</version>
+ <scope>test</scope>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>