You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2017/09/30 14:10:18 UTC

qpid-broker-j git commit: QPID-7939: [Java Broker] [BDB Store] Bump JE from 7.3.7 to 7.4.5

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master 6128330d1 -> 9d5a8254c


QPID-7939: [Java Broker] [BDB Store] Bump JE from 7.3.7 to 7.4.5


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/9d5a8254
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/9d5a8254
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/9d5a8254

Branch: refs/heads/master
Commit: 9d5a8254cbd26048f58740e1b59832a4bc91cd31
Parents: 6128330
Author: Keith Wall <ke...@gmail.com>
Authored: Fri Sep 29 22:38:44 2017 +0100
Committer: Keith Wall <ke...@gmail.com>
Committed: Fri Sep 29 22:52:27 2017 +0100

----------------------------------------------------------------------
 .../assembly/dependency-verification/DEPENDENCIES_REFERENCE     | 4 ++--
 pom.xml                                                         | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/9d5a8254/broker/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
----------------------------------------------------------------------
diff --git a/broker/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE b/broker/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
index b943597..4b21c6a 100644
--- a/broker/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
+++ b/broker/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
@@ -57,8 +57,8 @@ From: 'JolBox' (http://jolbox.com)
     License: Apache v2  (http://www.apache.org/licenses/LICENSE-2.0.html)
 
 From: 'Oracle Corporation' (http://www.oracle.com/)
-  - je  com.sleepycat:je:jar:7.3.7
-
+  - je  com.sleepycat:je:jar:7.4.5
+    License: Apache License, Version 2.0  (https://www.apache.org/licenses/LICENSE-2.0.txt)
 
 From: 'QOS.ch' (http://www.qos.ch)
   - Logback Classic Module (http://logback.qos.ch/logback-classic) ch.qos.logback:logback-classic:jar:1.2.2

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/9d5a8254/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 09905c3..c1dce7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
     <dollar.sign>$</dollar.sign>
     <at.sign>@</at.sign>
 
-    <bdb-version>7.3.7</bdb-version>
+    <bdb-version>7.4.5</bdb-version>
     <derby-version>10.13.1.1</derby-version>
     <logback-version>1.2.2</logback-version>
     <guava-version>22.0</guava-version>
@@ -1428,8 +1428,7 @@
               <outputDirectory>${license-maven-plugin-output-dir}</outputDirectory>
               <!-- Exclude logback from being checked, it is dual licensed and lists both licenses in META-INF Bundle-License   -->
               <!-- Exclude BCEL from being checked, it is ALv2 but doesnt have the necessary metadata -->
-              <!-- Exclude BDB JE from being checked, it is ALv2 but doesnt have the necessary metadata -->
-              <excludedGroups>org.apache.bcel|ch.qos.logback|com.sleepycat</excludedGroups>
+              <excludedGroups>org.apache.bcel|ch.qos.logback</excludedGroups>
               <includedLicenses>
                 <includedLicense>Apache Software License, Version 2.0</includedLicense>
                 <includedLicense>The MIT License</includedLicense>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org