Skip to content

Commit 3b8b35c

Browse files
committed
Exclude micrometer-core from artemis-server dependency
This was causing a version clash for micrometer-core in spring-batch-test.
1 parent 8df2f1f commit 3b8b35c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-batch-infrastructure/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,12 @@
270270
<artifactId>artemis-server</artifactId>
271271
<version>${artemis.version}</version>
272272
<scope>test</scope>
273+
<exclusions>
274+
<exclusion>
275+
<groupId>io.micrometer</groupId>
276+
<artifactId>micrometer-core</artifactId>
277+
</exclusion>
278+
</exclusions>
273279
</dependency>
274280
<dependency>
275281
<groupId>org.apache.activemq</groupId>

0 commit comments

Comments
 (0)