summaryrefslogtreecommitdiff
path: root/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
commitf40c36082e534132bf657a0d66dd713841311e4d (patch)
tree6c95929ff4270efabe3e4fe9a1d2e790cd74fc47 /java
parent8f3e6d7920f85c2fa32d065a756f2160c80477c5 (diff)
downloadqpid-python-f40c36082e534132bf657a0d66dd713841311e4d.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/qpid@1373155 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/build.deps2
-rw-r--r--java/ivy.retrieve.xml2
-rw-r--r--java/lib/poms/je-5.0.58.xml (renamed from java/lib/poms/je-5.0.55.xml)2
3 files changed, 3 insertions, 3 deletions
diff --git a/java/build.deps b/java/build.deps
index 52ae277ce4..4742ec1a8c 100644
--- a/java/build.deps
+++ b/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/java/ivy.retrieve.xml b/java/ivy.retrieve.xml
index 98d3d3785d..3af847a48a 100644
--- a/java/ivy.retrieve.xml
+++ b/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/java/lib/poms/je-5.0.55.xml b/java/lib/poms/je-5.0.58.xml
index 0c40ea541a..d71a935dff 100644
--- a/java/lib/poms/je-5.0.55.xml
+++ b/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>