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 1111 <junit .jupiter.version>5.12.1</junit .jupiter.version>
1212 <assertj .version>3.27.3</assertj .version>
1313 <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>
1515 <logback .version>1.2.13</logback .version>
1616 <spotless .version>2.44.3</spotless .version>
1717 <google-java-format .version>1.26.0</google-java-format .version>
3131 <artifactId >qpid-jms-client</artifactId >
3232 <version >${qpid-jms-client.version} </version >
3333 <scope >test</scope >
34+ <exclusions >
35+ <exclusion >
36+ <groupId >io.netty</groupId >
37+ <artifactId >*</artifactId >
38+ </exclusion >
39+ </exclusions >
3440 </dependency >
3541 <dependency >
3642 <groupId >ch.qos.logback</groupId >
You can’t perform that action at this time.
0 commit comments