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
{{ message }}
This repository was archived by the owner on Feb 15, 2024. It is now read-only.
The dependency com.mycila:license-maven-plugin adds a huge number of transitive dependencies, which are not needed to use the model.
Excluding the dependency in the consuming pom of course solves the problem - but this should not be necessary.
The dependency
com.mycila:license-maven-pluginadds a huge number of transitive dependencies, which are not needed to use the model.Excluding the dependency in the consuming pom of course solves the problem - but this should not be necessary.
Suggestion a) Remove the dependency at
java-model/pom.xml
Lines 52 to 56 in 2334399
Suggestion b) limit the scope of the dependency so that it is not part of the shipped model.