requires also to declare its dependencies, which is not unexpected.
To Reproduce
Create a new Maven-based project, declare the dependency to choco-parsers.
Create a new class and declare an instance of Model.
The object cannot be found.
Possible solution
This is due to the shaded plugin configuration which is not correct.
The configuration should set the createDependencyReducedPom option to false (see why here).
Environment (please complete the following information):
Describe the bug Depending on
choco-parsers
in a maven-based projet with:requires also to declare its dependencies, which is not unexpected.
To Reproduce Create a new Maven-based project, declare the dependency to
choco-parsers
. Create a new class and declare an instance ofModel
. The object cannot be found.Possible solution This is due to the
shaded
plugin configuration which is not correct. The configuration should set thecreateDependencyReducedPom
option tofalse
(see why here).Environment (please complete the following information):