summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml')
-rw-r--r--sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml
index afdb64f449..2201113908 100644
--- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml
@@ -80,11 +80,11 @@
</exclusions>
</dependency>
- <!-- replace HTMLUnit dependency with verstion that Tuscany is using -->
+ <!-- replace xalan dependency with verstion that Tuscany is using -->
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
- <version>2.7.0</version>
+ <version>2.7.1</version>
<scope>test</scope>
<exclusions>
<exclusion>