From 3b8b35cffbbe120b612cb6953913c826c748902f Mon Sep 17 00:00:00 2001 From: Fadhel Mahmoud Ben Hassine Date: Wed, 20 Jul 2022 15:35:17 +0200 Subject: [PATCH] Exclude micrometer-core from artemis-server dependency This was causing a version clash for micrometer-core in spring-batch-test. --- spring-batch-infrastructure/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml index 3508316cc..f29344884 100644 --- a/spring-batch-infrastructure/pom.xml +++ b/spring-batch-infrastructure/pom.xml @@ -270,6 +270,12 @@ artemis-server ${artemis.version} test + + + io.micrometer + micrometer-core + + org.apache.activemq