Skip to content

Commit d1f0162

Browse files
committed
Fix dependncies in Rabbit core
1 parent bf447ff commit d1f0162

File tree

1 file changed

+5
-4
lines changed
  • binders/rabbit-binder/spring-cloud-stream-binder-rabbit-core

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<dependency>
4040
<groupId>org.springframework</groupId>
4141
<artifactId>spring-web</artifactId>
42+
<optional>true</optional>
4243
</dependency>
4344
<dependency>
4445
<groupId>org.springframework.cloud</groupId>
@@ -49,10 +50,10 @@
4950
<groupId>org.springframework.boot</groupId>
5051
<artifactId>spring-boot-starter-webflux</artifactId>
5152
</dependency>
52-
<dependency>
53-
<groupId>io.projectreactor.netty</groupId>
54-
<artifactId>reactor-netty</artifactId>
55-
</dependency>
53+
<!-- <dependency>-->
54+
<!-- <groupId>io.projectreactor.netty</groupId>-->
55+
<!-- <artifactId>reactor-netty</artifactId>-->
56+
<!-- </dependency>-->
5657
<dependency>
5758
<groupId>org.springframework.boot</groupId>
5859
<artifactId>spring-boot-starter-test</artifactId>

0 commit comments

Comments
 (0)