From b6aa096de5c6fa199f665965f8bec1c40e1b514b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Pether=20S=C3=B6rling?= Date: Tue, 30 Jul 2024 15:34:43 +0200 Subject: [PATCH] Update pom.xml (#6304) * Update pom.xml * Update pom.xml * Update pom.xml --- jms-broker/pom.xml | 95 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) diff --git a/jms-broker/pom.xml b/jms-broker/pom.xml index 09fb109cbb4..148116ae048 100644 --- a/jms-broker/pom.xml +++ b/jms-broker/pom.xml @@ -32,6 +32,101 @@ + + 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 artemis-server