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

jbertram pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-examples.git


The following commit(s) were added to refs/heads/development by this push:
     new 564ac5e  ARTEMIS-4608 upgrade Derby to 10.15.2.0 (#5)
564ac5e is described below

commit 564ac5e2d80f372c8fd5e6b147e6eee0f92467b0
Author: Justin Bertram <jbert...@apache.org>
AuthorDate: Thu Feb 1 11:01:54 2024 -0600

    ARTEMIS-4608 upgrade Derby to 10.15.2.0 (#5)
---
 examples/features/standard/database/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/features/standard/database/pom.xml 
b/examples/features/standard/database/pom.xml
index 4ab8d90..ba06676 100644
--- a/examples/features/standard/database/pom.xml
+++ b/examples/features/standard/database/pom.xml
@@ -59,6 +59,8 @@ under the License.
                      <libList>
                         <!-- adding derby for the example -->
                         
<arg>org.apache.derby:derby:${apache.derby.version}</arg>
+                        
<arg>org.apache.derby:derbytools:${apache.derby.version}</arg>
+                        
<arg>org.apache.derby:derbyshared:${apache.derby.version}</arg>
                      </libList>
                      <args>
                         <arg>--jdbc</arg>

Reply via email to