Remove outdated exclusion to http-client

Closes gh-16510
This commit is contained in:
Stephane Nicoll 2019-04-15 10:38:17 +02:00
parent 5e281fa8ec
commit fe9da06a7e
1 changed files with 0 additions and 6 deletions

View File

@ -2798,12 +2798,6 @@
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>${spring-amqp.version}</version>
<exclusions>
<exclusion>
<groupId>com.rabbitmq</groupId>
<artifactId>http-client</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>