From 5e8db4f8ad59d207143fce73c012ae478010d132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Pether=20S=C3=B6rling?= Date: Tue, 30 Jul 2024 14:30:03 +0200 Subject: [PATCH 1/3] Update pom.xml --- jms-broker/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jms-broker/pom.xml b/jms-broker/pom.xml index 09fb109cbb4..bda7f9e7bcc 100644 --- a/jms-broker/pom.xml +++ b/jms-broker/pom.xml @@ -32,6 +32,11 @@ + + org.apache.activemq + artemis-jms-client + 2.35.0 + org.apache.activemq artemis-server From 1389555ef320218da7af8cbb4738a1c73c225dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Pether=20S=C3=B6rling?= Date: Tue, 30 Jul 2024 14:44:48 +0200 Subject: [PATCH 2/3] Update pom.xml --- jms-broker/pom.xml | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/jms-broker/pom.xml b/jms-broker/pom.xml index bda7f9e7bcc..6a97fda2107 100644 --- a/jms-broker/pom.xml +++ b/jms-broker/pom.xml @@ -36,6 +36,95 @@ org.apache.activemq artemis-jms-client 2.35.0 + + org.postgresql + postgresql + + + org.bouncycastle + bcpkix-jdk18on + + + org.bouncycastle + bcprov-jdk18on + + + commons-logging + commons-logging + + + org.springframework + spring-jcl + + + io.netty + netty-buffer + + + io.netty + netty-transport + + + io.netty + netty-codec-http + + + io.netty + netty-common + + + io.netty + netty-handler + + + io.netty + netty-transport-native-epoll + + + io.netty + netty-transport-native-kqueue + + + io.netty + netty-codec + + + org.apache.geronimo.specs + geronimo-jms_2.0_spec + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + org.jgroups + jgroups + + + org.jboss.logmanager + jboss-logmanager + + + org.apache.commons + commons-text + + + org.apache.commons + commons-configuration2 + + + com.google.guava + guava + + + org.apache.commons + commons-dbcp2 + + + com.google.errorprone + error_prone_core + + org.apache.activemq From b9b7a40a668cbd99f68183692f5b2b96ba0c27a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Pether=20S=C3=B6rling?= Date: Tue, 30 Jul 2024 14:50:09 +0200 Subject: [PATCH 3/3] Update pom.xml --- jms-broker/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jms-broker/pom.xml b/jms-broker/pom.xml index 6a97fda2107..148116ae048 100644 --- a/jms-broker/pom.xml +++ b/jms-broker/pom.xml @@ -36,6 +36,7 @@ org.apache.activemq artemis-jms-client 2.35.0 + org.postgresql postgresql