summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/quote-xquery/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-06-26 01:29:06 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-06-26 01:29:06 +0000
commit620c1801ffab03b04cc62326676f23c510545f30 (patch)
tree0af0254c0ffa81ef3223fe3f9cd484105ee8d2d3 /java/sca/samples/quote-xquery/pom.xml
parent2c5b145988ffc9b4ccd334ac287134b015b40b8f (diff)
TUSCANY-2427 - merging changes from 1.3 release to trunk
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671701 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/samples/quote-xquery/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/java/sca/samples/quote-xquery/pom.xml b/java/sca/samples/quote-xquery/pom.xml
index 07fdb1948d..c14119a3e5 100644
--- a/java/sca/samples/quote-xquery/pom.xml
+++ b/java/sca/samples/quote-xquery/pom.xml
@@ -75,10 +75,16 @@
<version>1.1-incubating</version>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>saxon</artifactId>
<version>9.0.0.2</version>
+ </dependency-->
+
+ <dependency>
+ <groupId>net.sf.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <version>8.7</version>
</dependency>
<dependency>