Quantcast
Channel: User blacktide - Stack Overflow
Viewing all articles
Browse latest Browse all 49

Answer by blacktide for java.lang.NoClassDefFoundError: com/github/dockerjava/api/command/LoadImageAsyncCmd

$
0
0

It seems that the docker-java-api dependency is not included with the docker-java dependency.

If you add this dependency to your pom.xml it should resolve the issue:

<dependency><groupId>com.github.docker-java</groupId><artifactId>docker-java-api</artifactId><version>3.3.3</version></dependency>

Viewing all articles
Browse latest Browse all 49

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>