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
commit6dacf3742c2fffcc007a68522d921bcaab2ec216 (patch)
tree36155cdbd441ff6a6887e52abee12f24e361b049 /java/build.deps
parent823b21bd64e95ed0848d0402ef172039a9e1404a (diff)
downloadqpid-python-6dacf3742c2fffcc007a68522d921bcaab2ec216.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}