TritonDataCenter / java-manta

Java Manta Client SDK
Mozilla Public License 2.0
16 stars 26 forks source link

References to org.apache.http.* in integration tests are causing test failures #537

Closed dekobon closed 5 years ago

dekobon commented 5 years ago

Apache HTTP client is shaded by default for integration test runs. We should not be depending on any classes directly associated with it in integration tests because it will cause java.lang.NoClassDefFoundError.