[
https://issues.jboss.org/browse/ELY-1153?page=com.atlassian.jira.plugin.s...
]
Tomaz Cerar commented on ELY-1153:
----------------------------------
I know that, main problem is that elytron has few deps declared as "provided"
where they are very much hard requirement and need to be set to scope=compile (aka default
scope)
I am also updating pom to make it build with CR JDK9 builds which should also work for GA
once it is there in a month.
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.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)