summaryrefslogtreecommitdiff
path: root/java/ivy.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
commit1fec9e23ce2b776a7d0ecff9230865083e0abc30 (patch)
tree68d926eb770c3ef4bcbcac5ebd60fe0ce9966ad4 /java/ivy.retrieve.xml
parentf423571bb4239a65945e2bc52b2e64f9e2163042 (diff)
downloadqpid-python-1fec9e23ce2b776a7d0ecff9230865083e0abc30.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/qpid@1337589 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/ivy.retrieve.xml')
-rw-r--r--java/ivy.retrieve.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/java/ivy.retrieve.xml b/java/ivy.retrieve.xml
index 609d773c21..7facdf4e50 100644
--- a/java/ivy.retrieve.xml
+++ b/java/ivy.retrieve.xml
@@ -20,9 +20,11 @@
<info organisation="${ivy.organisation}" module="${project.name}" revision="${project.version}"/>
- <configurations defaultconf="required" defaultconfmapping="required->default;bdbje->default">
+ <configurations defaultconf="required" defaultconfmapping="required->default;bdbje->default;jfree->default;csvjdbc->default">
<conf name="required"/>
<conf name="bdbje"/>
+ <conf name="jfree"/>
+ <conf name="csvjdbc"/>
</configurations>
<publications xmlns:e="urn:ant.apache.org:ivy-extras"/>
@@ -62,5 +64,8 @@
for use in optional build/test steps. Their optional status is usually indicative of licences
which are not compatible with the Apache Licence -->
<dependency org="com.sleepycat" name="je" rev="5.0.34" transitive="false" conf="bdbje"/>
+ <dependency org="jfree" name="jfreechart" rev="1.0.13" transitive="false" conf="jfree"/>
+ <dependency org="jfree" name="jcommon" rev="1.0.16" transitive="false" conf="jfree"/>
+ <dependency org="net.sourceforge.csvjdbc" name="csvjdbc" rev="1.0.8" transitive="false" conf="csvjdbc"/>
</dependencies>
</ivy-module>