summaryrefslogtreecommitdiff
path: root/qpid/java/ivysettings.retrieve.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-05-12 16:45:01 +0000
committerRobert Gemmell <robbie@apache.org>2012-05-12 16:45:01 +0000
commitd01c61b5f5178bccf7bd034e3270d1ade76e6c6e (patch)
treea49cdc280655bc910aaa96606e85068e5f0a7b10 /qpid/java/ivysettings.retrieve.xml
parented95fde2dc61790686a98106ad1fbd8ff15a510a (diff)
downloadqpid-python-d01c61b5f5178bccf7bd034e3270d1ade76e6c6e.tar.gz
QPID-3994: move the deps for the optional charting module over to being retrieved using Ivy
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1337589 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/ivysettings.retrieve.xml')
-rw-r--r--qpid/java/ivysettings.retrieve.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/java/ivysettings.retrieve.xml b/qpid/java/ivysettings.retrieve.xml
index aead12935a..bdce28d007 100644
--- a/qpid/java/ivysettings.retrieve.xml
+++ b/qpid/java/ivysettings.retrieve.xml
@@ -30,6 +30,10 @@
<artifact pattern="${ivy.m2repo.url}/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/>
</url>
+ <url name="csvjdbc" m2compatible="true">
+ <artifact pattern="http://csvjdbc.sourceforge.net/maven2/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/>
+ </url>
+
<url name="oracle" m2compatible="true">
<artifact pattern="http://download.oracle.com/maven/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/>
</url>
@@ -38,6 +42,7 @@
<chain name="chain" returnFirst="true">
<resolver ref="m2repo"/>
+ <resolver ref="csvjdbc"/>
<resolver ref="oracle"/>
<resolver ref="public"/>
</chain>