diff options
| author | Keith Wall <kwall@apache.org> | 2012-08-14 22:51:00 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2012-08-14 22:51:00 +0000 |
| commit | 2d5ae769abdabb3ef5fa6ccd57d354bba387bd14 (patch) | |
| tree | a006f241ccbb66009cf0cc8506f92e3181f71f24 /qpid/java/ivy.retrieve.xml | |
| parent | 244b35c34f40816de2bbd91bf10c27c24ab50336 (diff) | |
| download | qpid-python-2d5ae769abdabb3ef5fa6ccd57d354bba387bd14.tar.gz | |
QPID-4231: Update optional BDB store to use version 5.0.58 of BDB
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1373155 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/ivy.retrieve.xml')
| -rw-r--r-- | qpid/java/ivy.retrieve.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/ivy.retrieve.xml b/qpid/java/ivy.retrieve.xml index 98d3d3785d..3af847a48a 100644 --- a/qpid/java/ivy.retrieve.xml +++ b/qpid/java/ivy.retrieve.xml @@ -74,7 +74,7 @@ <!-- The following are optional dependencies, for modules providing optional functionlity or 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.55" transitive="false" conf="bdbje"/> + <dependency org="com.sleepycat" name="je" rev="5.0.58" 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"/> |
