File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 <dependency >
4242 <groupId >org.springframework.amqp</groupId >
4343 <artifactId >spring-rabbit</artifactId >
44- <version >2.4.10</version >
4544 <scope >provided</scope >
4645 </dependency >
4746 </dependencies >
Original file line number Diff line number Diff line change 4444 <javassist .version>3.30.2-GA</javassist .version>
4545 <typetools .version>0.6.3</typetools .version>
4646 <rabbitmq .version>5.28.0</rabbitmq .version>
47+ <spring-rabbit .version>3.2.8</spring-rabbit .version>
4748 <lyra .version>0.5.5</lyra .version>
4849 <lz4 .version>1.8.1</lz4 .version>
4950 <kafka .version>3.9.1</kafka .version>
413414 <artifactId >amqp-client</artifactId >
414415 <version >${rabbitmq.version} </version >
415416 </dependency >
417+ <dependency >
418+ <groupId >org.springframework.amqp</groupId >
419+ <artifactId >spring-rabbit</artifactId >
420+ <version >${spring-rabbit.version} </version >
421+ </dependency >
416422 <dependency >
417423 <groupId >net.jodah</groupId >
418424 <artifactId >lyra</artifactId >
You can’t perform that action at this time.
0 commit comments