summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2012-08-14 22:51:00 +0000
committerKeith Wall <kwall@apache.org>2012-08-14 22:51:00 +0000
commit2d5ae769abdabb3ef5fa6ccd57d354bba387bd14 (patch)
treea006f241ccbb66009cf0cc8506f92e3181f71f24 /qpid/java
parent244b35c34f40816de2bbd91bf10c27c24ab50336 (diff)
downloadqpid-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')
-rw-r--r--qpid/java/build.deps2
-rw-r--r--qpid/java/ivy.retrieve.xml2
-rw-r--r--qpid/java/lib/poms/je-5.0.58.xml (renamed from qpid/java/lib/poms/je-5.0.55.xml)2
3 files changed, 3 insertions, 3 deletions
diff --git a/qpid/java/build.deps b/qpid/java/build.deps
index 52ae277ce4..4742ec1a8c 100644
--- a/qpid/java/build.deps
+++ b/qpid/java/build.deps
@@ -106,7 +106,7 @@ jca.libs=${geronimo-j2ee} ${geronimo-jta} ${geronimo-jms} ${test.libs} ${geronim
jca.test.libs=${test.libs}
# optional bdbstore module deps
-bdb-je=lib/bdbstore/je-5.0.55.jar
+bdb-je=lib/bdbstore/je-5.0.58.jar
bdbstore.libs=${bdb-je}
bdbstore.test.libs=${test.libs}
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"/>
diff --git a/qpid/java/lib/poms/je-5.0.55.xml b/qpid/java/lib/poms/je-5.0.58.xml
index 0c40ea541a..d71a935dff 100644
--- a/qpid/java/lib/poms/je-5.0.55.xml
+++ b/qpid/java/lib/poms/je-5.0.58.xml
@@ -18,5 +18,5 @@
<dep>
<groupId>com.sleepycat</groupId>
<artifactId>je</artifactId>
- <version>5.0.55</version>
+ <version>5.0.58</version>
</dep>