diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-05-12 16:45:01 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-05-12 16:45:01 +0000 |
| commit | 1fec9e23ce2b776a7d0ecff9230865083e0abc30 (patch) | |
| tree | 68d926eb770c3ef4bcbcac5ebd60fe0ce9966ad4 /java/ivysettings.retrieve.xml | |
| parent | f423571bb4239a65945e2bc52b2e64f9e2163042 (diff) | |
| download | qpid-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/ivysettings.retrieve.xml')
| -rw-r--r-- | java/ivysettings.retrieve.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/ivysettings.retrieve.xml b/java/ivysettings.retrieve.xml index aead12935a..bdce28d007 100644 --- a/java/ivysettings.retrieve.xml +++ b/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> |
