Skip to content

Commit 7fd1619

Browse files
committed
Fix dependncies in Rabbit core
1 parent 36ea048 commit 7fd1619

File tree

1 file changed

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

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
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>
4339
<dependency>
4440
<groupId>org.springframework.cloud</groupId>
4541
<artifactId>spring-cloud-stream-binder-rabbit-test-support</artifactId>
@@ -48,10 +44,7 @@
4844
<dependency>
4945
<groupId>org.springframework.boot</groupId>
5046
<artifactId>spring-boot-starter-webflux</artifactId>
51-
</dependency>
52-
<dependency>
53-
<groupId>io.projectreactor.netty</groupId>
54-
<artifactId>reactor-netty</artifactId>
47+
<optional>true</optional>
5548
</dependency>
5649
<dependency>
5750
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)