File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
binders/rabbit-binder/spring-cloud-stream-binder-rabbit-core Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 3636 <artifactId >spring-boot-configuration-processor</artifactId >
3737 <optional >true</optional >
3838 </dependency >
39+ <dependency >
40+ <groupId >org.springframework</groupId >
41+ <artifactId >spring-web</artifactId >
42+ </dependency >
3943 <dependency >
4044 <groupId >org.springframework.cloud</groupId >
4145 <artifactId >spring-cloud-stream-binder-rabbit-test-support</artifactId >
4448 <dependency >
4549 <groupId >org.springframework.boot</groupId >
4650 <artifactId >spring-boot-starter-webflux</artifactId >
47- <optional >true</optional >
51+ </dependency >
52+ <dependency >
53+ <groupId >io.projectreactor.netty</groupId >
54+ <artifactId >reactor-netty</artifactId >
4855 </dependency >
4956 <dependency >
5057 <groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments