fix configuration to connect to Artemis from Sprint Boot for all environments

This commit is contained in:
Thomas Peetz
2025-07-04 00:29:15 +02:00
parent 5df3c1c47e
commit 4b8053c6e2
4 changed files with 21 additions and 73 deletions
+2 -1
View File
@@ -59,8 +59,9 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.apache.camel.springboot:camel-spring-boot-starter'
implementation 'org.apache.activemq:artemis-jakarta-client'
implementation 'org.apache.camel.springboot:camel-jms-starter'
implementation 'org.apache.activemq:artemis-jakarta-client'
//implementation libs.artemis
implementation 'org.springframework.boot:spring-boot-starter-actuator'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
implementation 'io.micrometer:micrometer-registry-prometheus'