summaryrefslogtreecommitdiff
path: root/java/build.deps
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2013-04-01 17:47:34 +0000
committerRobert Gemmell <robbie@apache.org>2013-04-01 17:47:34 +0000
commitd21e56026fbc05b9baa6f43eaef66526ea8cf6ca (patch)
tree36155cdbd441ff6a6887e52abee12f24e361b049 /java/build.deps
parent7f88f10c4e690bc16a92a5597c101be6f751029e (diff)
downloadqpid-python-d21e56026fbc05b9baa6f43eaef66526ea8cf6ca.tar.gz
QPID-4688: update optional BDB store to use version 5.0.73 of BDB JE
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1463223 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.deps')
-rw-r--r--java/build.deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.deps b/java/build.deps
index 416ca090ef..b53ac55b6d 100644
--- a/java/build.deps
+++ b/java/build.deps
@@ -104,7 +104,7 @@ jca.libs=${geronimo-j2ee} ${geronimo-jta} ${geronimo-jms} ${geronimo-openejb} ${
jca.test.libs=${test.libs}
# optional bdbstore module deps
-bdb-je=lib/bdbstore/je-5.0.58.jar
+bdb-je=lib/bdbstore/je-5.0.73.jar
bdbstore.libs=${bdb-je}
bdbstore.test.libs=${test.libs}