Skip to content

Commit ee8b5cd

Browse files
committed
re-upgrade rmq with the slf4j exception
1 parent 95beb72 commit ee8b5cd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,14 @@
173173
<dependency>
174174
<groupId>com.rabbitmq</groupId>
175175
<artifactId>amqp-client</artifactId>
176-
<version>5.18.0</version>
177-
</dependency>
176+
<version>5.22.0</version>
177+
<exclusions>
178+
<exclusion>
179+
<groupId>org.slf4j</groupId>
180+
<artifactId>slf4j-api</artifactId>
181+
</exclusion>
182+
</exclusions>
183+
</dependency>
178184
<!-- https://mvnrepository.com/artifact/joda-time/joda-time -->
179185
<dependency>
180186
<groupId>joda-time</groupId>

0 commit comments

Comments
 (0)