Restore http-client dependency

No longer provided by boot.
This commit is contained in:
Gary Russell
2018-06-27 15:17:57 -04:00
committed by Soby Chacko
parent 415e24a04d
commit cb14ae347c

View File

@@ -31,5 +31,10 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>http-client</artifactId>
<version>2.0.1.RELEASE</version>
</dependency>
</dependencies>
</project>