From 62928a8f76df5cbbcd97aab5e1132f4f7c3656dc Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Mon, 17 Oct 2022 00:37:12 -0500 Subject: [PATCH] [SB3 Update] jms-supplier use Artemis embedded broker --- supplier/jms-supplier/pom.xml | 58 +++++++++++++++++++---------------- 1 file changed, 32 insertions(+), 26 deletions(-) diff --git a/supplier/jms-supplier/pom.xml b/supplier/jms-supplier/pom.xml index 797d1f21..96ddb8b3 100644 --- a/supplier/jms-supplier/pom.xml +++ b/supplier/jms-supplier/pom.xml @@ -1,32 +1,38 @@ - 4.0.0 + 4.0.0 - - org.springframework.cloud.fn - spring-functions-parent - 4.0.0-SNAPSHOT - ../../spring-functions-parent/pom.xml - + + org.springframework.cloud.fn + spring-functions-parent + 4.0.0-SNAPSHOT + ../../spring-functions-parent/pom.xml + - jms-supplier - jms-supplier - jms supplier + jms-supplier + jms-supplier + jms supplier - - - org.springframework.integration - spring-integration-jms - - - jakarta.jms - jakarta.jms-api - provided - - - org.apache.activemq - activemq-broker - test - - + + + org.springframework.integration + spring-integration-jms + + + jakarta.jms + jakarta.jms-api + provided + + + org.springframework.boot + spring-boot-starter-artemis + test + + + org.apache.activemq + artemis-jms-server + 2.26.0 + test + +