Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.0
-
None
Description
For SE and Servlet modules, Weld comes with two types of artifacts:
- the core module - with maven dependencies known as e.g. (weld-se-core)
- uberjar (with shaded dependencies) known as weld-se-shaded or weld-se
The former one should be preferred when building with maven (hence the recent rename of the latter artifact). DeltaSpike however uses the latter one (with shaded dependencies).
This should be changed in order for Maven dependency resolution mechanism to work properly.