Author: robbie
Date: Mon Apr 1 18:05:15 2013
New Revision: 1463230
URL: http://svn.apache.org/r1463230
Log:
QPID-4688: update optional BDB store to use version 5.0.73 of BDB JE
merged from trunk r1463223
Added:
qpid/branches/0.22/qpid/java/lib/poms/je-5.0.73.xml
- copied unchanged from r1463223,
qpid/trunk/qpid/java/lib/poms/je-5.0.73.xml
Removed:
qpid/branches/0.22/qpid/java/lib/poms/je-5.0.58.xml
Modified:
qpid/branches/0.22/qpid/java/ (props changed)
qpid/branches/0.22/qpid/java/build.deps
qpid/branches/0.22/qpid/java/ivy.retrieve.xml
Propchange: qpid/branches/0.22/qpid/java/
------------------------------------------------------------------------------
Merged /qpid/trunk/qpid/java:r1463223
Modified: qpid/branches/0.22/qpid/java/build.deps
URL:
http://svn.apache.org/viewvc/qpid/branches/0.22/qpid/java/build.deps?rev=1463230&r1=1463229&r2=1463230&view=diff
==============================================================================
--- qpid/branches/0.22/qpid/java/build.deps (original)
+++ qpid/branches/0.22/qpid/java/build.deps Mon Apr 1 18:05:15 2013
@@ -104,7 +104,7 @@ jca.libs=${geronimo-j2ee} ${geronimo-jta
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}
Modified: qpid/branches/0.22/qpid/java/ivy.retrieve.xml
URL:
http://svn.apache.org/viewvc/qpid/branches/0.22/qpid/java/ivy.retrieve.xml?rev=1463230&r1=1463229&r2=1463230&view=diff
==============================================================================
--- qpid/branches/0.22/qpid/java/ivy.retrieve.xml (original)
+++ qpid/branches/0.22/qpid/java/ivy.retrieve.xml Mon Apr 1 18:05:15 2013
@@ -75,7 +75,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.58" transitive="false"
conf="bdbje"/>
+ <dependency org="com.sleepycat" name="je" rev="5.0.73" 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"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]