summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/samples/quote-xquery/pom.xml
diff options
context:
space:
mode:
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>