This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 09cc76c7e8 NO-JIRA -PDB-all-tests should enable derby as well
09cc76c7e8 is described below
commit 09cc76c7e8d90d29a2ff1786640d2b6e7619a287
Author: Clebert Suconic <[email protected]>
AuthorDate: Mon Sep 18 09:05:10 2023 -0400
NO-JIRA -PDB-all-tests should enable derby as well
---
tests/db-tests/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/db-tests/pom.xml b/tests/db-tests/pom.xml
index 6a33ef9406..ef5fb16698 100644
--- a/tests/db-tests/pom.xml
+++ b/tests/db-tests/pom.xml
@@ -420,6 +420,7 @@
<mysql.load>true</mysql.load>
<mssql.load>true</mssql.load>
<db2.load>true</db2.load>
+ <derby.load>true</derby.load>
<postgres.load>true</postgres.load>
</properties>
</profile>