Skip to content

Commit bf447ff

Browse files
committed
Revert "Fix dependncies in Rabbit core"
This reverts commit 7fd1619.
1 parent 7fd1619 commit bf447ff

File tree

1 file changed

+8
-1
lines changed
  • binders/rabbit-binder/spring-cloud-stream-binder-rabbit-core

1 file changed

+8
-1
lines changed

binders/rabbit-binder/spring-cloud-stream-binder-rabbit-core/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
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>
@@ -44,7 +48,10 @@
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>

0 commit comments

Comments
 (0)