This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-jms.git
commit 1bb49381de0ee47e9c5e270cb757b1afadb9ce57 Author: Robbie Gemmell <rob...@apache.org> AuthorDate: Fri Feb 14 16:51:44 2025 +0000 QPIDJMS-606: update to activemq 5.18.6 (and override jetty up to 9.4.57) also move version props to the test module they are only used for --- pom.xml | 2 -- qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 692cd8a2..c6753e55 100644 --- a/pom.xml +++ b/pom.xml @@ -46,9 +46,7 @@ <!-- Test Dependency Versions for this Project --> <netty-tcnative-version>2.0.66.Final</netty-tcnative-version> - <activemq-version>5.18.5</activemq-version> <junit.jupiter.version>5.11.0</junit.jupiter.version> - <jetty-version>9.4.56.v20240826</jetty-version> <mockito-version>5.13.0</mockito-version> <hamcrest-version>3.0</hamcrest-version> <hadoop-minikdc-version>3.4.0</hadoop-minikdc-version> diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml index ef77e325..0663ab49 100644 --- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml +++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml @@ -28,6 +28,8 @@ <description>Tests the JMS client against the ActiveMQ Broker.</description> <packaging>jar</packaging> <properties> + <activemq-version>5.18.6</activemq-version> + <jetty-version>9.4.57.v20241219</jetty-version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org