pszymczyk / embedded-consul

Embedded Consul provides easy way to run Consul in integration tests.
Apache License 2.0
95 stars 29 forks source link

To resolve the failure of running test singlely due to http client dependency conflict #93

Closed LangInteger closed 5 years ago

LangInteger commented 5 years ago

Executing test with gradle is ok but fail while runs singly as below picture shows:

image

I tried to solve the problem by forcing org.apache.httpcomponents:httpclient:4.5.5 to be used in project

LangInteger commented 5 years ago

More details about the problem:

image

pszymczyk commented 5 years ago

LGTM!