From 37f851c582030d3b2983f1ec84593d55d04904d8 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Mon, 24 Jun 2013 11:55:45 +0200 Subject: Fetch eXist from maven repo on github. Exclude everything we don't need for XMLDB:API use. May need to de-exclude for use with XQuery --- pom.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 52 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a685cd0..5c6f750 100644 --- a/pom.xml +++ b/pom.xml @@ -92,6 +92,10 @@ CCCS Nexus Public Repository http://dev.cccs.uwe.ac.uk:8081/nexus/content/repositories/public + + eXistDB + https://raw.github.com/eXist-db/mvn-repo/master/ + @@ -109,8 +113,54 @@ org.exist-db - exist - 1.4.3 + existdb-core + 2.0 + + + commons-codec + commons-codec + + + commons-io + commons-io + + + commons-pool + commons-pool + + + jing + com.thaiopensource + + + Saxon-HE + net.sf.saxon + + + antlr + antlr + + + gnu-crypto + gnu-crypto + + + xmlrpc-server + org.apache.xmlrpc + + + excalibur-cli + excalibur-cli + + + pkg-repo + org.expath + + + quartz + org.quartz-scheduler + + \ No newline at end of file -- cgit v1.2.3