You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are newer versions of maven-assembly-plugin available.
The currently used version is maven-assembly-plugin:3.1.0, which has a compile dependency to maven-core:3.0, which means that maven-core:3.0 will be pulled down when you run the build.
maven-assembly-plugin:3.4.0 has changed this to be a provided dependency.
Updating the dependency to maven-assembly-plugin to version 3.4.0 or higher would avoid downloading maven-core:3.0 when building.
Info
docker-maven-plugin version : 0.45.0
Maven version (mvn -v) : 3.8.4
Docker version : 20.10.11, build dea9396
The text was updated successfully, but these errors were encountered:
Description
There are newer versions of
maven-assembly-plugin
available.The currently used version is
maven-assembly-plugin:3.1.0
, which has a compile dependency tomaven-core:3.0
, which means thatmaven-core:3.0
will be pulled down when you run the build.maven-assembly-plugin:3.4.0
has changed this to be a provided dependency.Updating the dependency to
maven-assembly-plugin
to version3.4.0
or higher would avoid downloadingmaven-core:3.0
when building.Info
mvn -v
) : 3.8.4The text was updated successfully, but these errors were encountered: