]
Tomaz Cerar reassigned ELY-1153:
--------------------------------
Assignee: Tomaz Cerar (was: Darran Lofthouse)
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
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.