Replies: 1 comment
-
I don't know what happened, but now it's showing up. Maybe an issue with intellij getting desynced from dependencies or something. I stashed my changes in git and went checked out another branch to review a PR. When I came back and unstashed the ApacheDockerHttpClient was suddenly available in my code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I added the example code to my project, but I can't seem to resolve ApacheDockerHttpClient. In
docker-java-transport-httpclient5/src/test/java/com/github/dockerjava/transport/HttpClient5Tests.java
the ApacheDockerHttpClient is imported viaimport com.github.dockerjava.httpclient5.ApacheDockerHttpClient;
but when I include this in my file it appears there is nohttpclient5
package withincom.github.dockerjava
. I have the following dependencies in my pom.xml:Am I missing something terribly obvious, or has the api changed without the docs being updated?
Beta Was this translation helpful? Give feedback.
All reactions