diff options
| author | Keith Wall <kwall@apache.org> | 2013-10-12 16:52:38 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2013-10-12 16:52:38 +0000 |
| commit | aa19688becb3b64c9f488c3760f8a842a193cdfc (patch) | |
| tree | d56544f04d7dd2a76d452cb28eee821fdc5de80c /qpid/java | |
| parent | 1b1c02486f1036d1e26a073361b6688ca48eaeb2 (diff) | |
| download | qpid-python-aa19688becb3b64c9f488c3760f8a842a193cdfc.tar.gz | |
QPID-5222: Update optional BDB store to use version 5.0.97 of BDB JE
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1531560 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/bdbstore/pom.xml | 2 | ||||
| -rw-r--r-- | qpid/java/build.deps | 2 | ||||
| -rw-r--r-- | qpid/java/ivy.retrieve.xml | 2 | ||||
| -rw-r--r-- | qpid/java/lib/poms/je-5.0.97.xml (renamed from qpid/java/lib/poms/je-5.0.84.xml) | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/qpid/java/bdbstore/pom.xml b/qpid/java/bdbstore/pom.xml index cc3d2a8e26..8e71ee1b02 100644 --- a/qpid/java/bdbstore/pom.xml +++ b/qpid/java/bdbstore/pom.xml @@ -43,7 +43,7 @@ <dependency> <groupId>com.sleepycat</groupId> <artifactId>je</artifactId> - <version>5.0.84</version> + <version>5.0.97</version> <scope>provided</scope> </dependency> diff --git a/qpid/java/build.deps b/qpid/java/build.deps index c70a778c62..4bbe149c16 100644 --- a/qpid/java/build.deps +++ b/qpid/java/build.deps @@ -116,7 +116,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.84.jar +bdb-je=lib/bdbstore/je-5.0.97.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 305f3d3085..0e93bd4431 100644 --- a/qpid/java/ivy.retrieve.xml +++ b/qpid/java/ivy.retrieve.xml @@ -78,7 +78,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.84" transitive="false" conf="bdbje"/> + <dependency org="com.sleepycat" name="je" rev="5.0.97" 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="com.jolbox" name="bonecp" rev="0.7.1.RELEASE" transitive="false" conf="bonecp"/> diff --git a/qpid/java/lib/poms/je-5.0.84.xml b/qpid/java/lib/poms/je-5.0.97.xml index 7a556bbe1c..9ab0f3a1fe 100644 --- a/qpid/java/lib/poms/je-5.0.84.xml +++ b/qpid/java/lib/poms/je-5.0.97.xml @@ -18,5 +18,5 @@ <dep> <groupId>com.sleepycat</groupId> <artifactId>je</artifactId> - <version>5.0.84</version> + <version>5.0.97</version> </dep> |
