Jozef Hartinger created DELTASPIKE-799:
------------------------------------------
Summary: Do not depend on Weld uberjar
Key: DELTASPIKE-799
URL: https://issues.apache.org/jira/browse/DELTASPIKE-799
Project: DeltaSpike
Issue Type: Bug
Components: CdiControl
Affects Versions: 1.2.0
Reporter: Jozef Hartinger
Assignee: Jozef Hartinger
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)