File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
deps/rabbit/test/amqp_jms_SUITE_data Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 11
11
<junit .jupiter.version>5.12.1</junit .jupiter.version>
12
12
<assertj .version>3.27.3</assertj .version>
13
13
<qpid-jms-client .version>2.7.0</qpid-jms-client .version>
14
- <amqp-client .version>0.5.0 </amqp-client .version>
14
+ <amqp-client .version>[0.6.0-SNAPSHOT,) </amqp-client .version>
15
15
<logback .version>1.2.13</logback .version>
16
16
<spotless .version>2.44.3</spotless .version>
17
17
<google-java-format .version>1.26.0</google-java-format .version>
31
31
<artifactId >qpid-jms-client</artifactId >
32
32
<version >${qpid-jms-client.version} </version >
33
33
<scope >test</scope >
34
+ <exclusions >
35
+ <exclusion >
36
+ <groupId >io.netty</groupId >
37
+ <artifactId >*</artifactId >
38
+ </exclusion >
39
+ </exclusions >
34
40
</dependency >
35
41
<dependency >
36
42
<groupId >ch.qos.logback</groupId >
You can’t perform that action at this time.
0 commit comments