]
Darran Lofthouse resolved ELY-1153.
-----------------------------------
Fix Version/s: 1.2.0.Beta1
1.1.0.CR5
Resolution: Done
Elytron: problem with Maven dependencies
----------------------------------------
Key: ELY-1153
URL:
https://issues.jboss.org/browse/ELY-1153
Project: WildFly Elytron
Issue Type: Bug
Affects Versions: 1.1.0.CR4
Reporter: Josef Cacek
Assignee: Tomaz Cerar
Priority: Critical
Fix For: 1.2.0.Beta1, 1.1.0.CR5
Majority of Elytron Maven dependencies have scope {{provided}}. It means they are not
included when Elytron is used as a project dependency (e.g. together with EJB) and
compilation fails.
We need either to make them {{compile}} scoped or provide an additional Elytron BOM
package so users have a simple way for Elytron usage.