summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/samples/quote-xquery/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-06-24 14:34:56 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-06-24 14:34:56 +0000
commitd4cb1f400fa91e1804e29c0f8285d9bccaf30bc7 (patch)
treefed2fa072275033f50a0451b6aefb8ec5a2f2faa /branches/sca-java-1.3/samples/quote-xquery/pom.xml
parent5b516e4c4d0187d64515b45e842c82866510907a (diff)
TUSCANY-2427 move back to saxon 8.7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671193 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.3/samples/quote-xquery/pom.xml')
-rw-r--r--branches/sca-java-1.3/samples/quote-xquery/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/branches/sca-java-1.3/samples/quote-xquery/pom.xml b/branches/sca-java-1.3/samples/quote-xquery/pom.xml
index 5a3d7d12b3..d23a2275a2 100644
--- a/branches/sca-java-1.3/samples/quote-xquery/pom.xml
+++ b/branches/sca-java-1.3/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>