This is an automated email from the ASF dual-hosted git repository.

vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/main by this push:
     new 6522532b44 QPID-8669: [Broker-J] Add derbytools dependency to the 
derby-store module (#259)
6522532b44 is described below

commit 6522532b44a6601ee108a6ceea807e54f6c45426
Author: Daniil Kirilyuk <daniel.kiril...@gmail.com>
AuthorDate: Wed Feb 19 11:11:31 2025 +0100

    QPID-8669: [Broker-J] Add derbytools dependency to the derby-store module 
(#259)
---
 .../src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE | 3 +++
 broker-plugins/derby-store/pom.xml                                   | 5 +++++
 2 files changed, 8 insertions(+)

diff --git 
a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
 
b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
index a612e58cd5..d6113bbd21 100644
--- 
a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
+++ 
b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
@@ -74,6 +74,9 @@ From: 'Apache Software Foundation' (http://db.apache.org/)
   - Apache Derby Shared Code (http://db.apache.org/derby/) 
org.apache.derby:derbyshared:jar:10.15.2.0
     License: Apache 2  (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
+  - Apache Derby Tools (http://db.apache.org/derby/) 
org.apache.derby:derbytools:jar:10.15.2.0
+    License: Apache 2  (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
 
 From: 'FasterXML' (http://fasterxml.com/)
 
diff --git a/broker-plugins/derby-store/pom.xml 
b/broker-plugins/derby-store/pom.xml
index 431f360a2d..8b0f4dafa3 100644
--- a/broker-plugins/derby-store/pom.xml
+++ b/broker-plugins/derby-store/pom.xml
@@ -46,6 +46,11 @@
       <artifactId>derby</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derbytools</artifactId>
+    </dependency>
+
     <!-- test dependencies -->
     <dependency>
       <groupId>org.apache.qpid</groupId>


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

Reply via email to