Skip to content

Commit fe9da06

Browse files
committed
Remove outdated exclusion to http-client
Closes gh-16510
1 parent 5e281fa commit fe9da06

File tree

1 file changed

+0
-6
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+0
-6
lines changed

Diff for: spring-boot-project/spring-boot-dependencies/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -2798,12 +2798,6 @@
27982798
<groupId>org.springframework.amqp</groupId>
27992799
<artifactId>spring-rabbit</artifactId>
28002800
<version>${spring-amqp.version}</version>
2801-
<exclusions>
2802-
<exclusion>
2803-
<groupId>com.rabbitmq</groupId>
2804-
<artifactId>http-client</artifactId>
2805-
</exclusion>
2806-
</exclusions>
28072801
</dependency>
28082802
<dependency>
28092803
<groupId>org.springframework.amqp</groupId>

0 commit comments

Comments
 (0)