Remove Apache Http Client exclusion.

Spring Cloud commons made HttpClient optional so we no longer need to exclude it.

See gh-212.
This commit is contained in:
Mark Paluch
2018-05-03 09:26:48 +02:00
parent 6349f37c17
commit e145ae3ffa

View File

@@ -34,12 +34,6 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>