Jan Blizňák created WFCORE-4271:
-----------------------------------
Summary: Exclude Servlet 3.1 transitive dependency from JACC API dependency
Key: WFCORE-4271
URL:
https://issues.jboss.org/browse/WFCORE-4271
Project: WildFly Core
Issue Type: Task
Components: Security
Affects Versions: 8.0.0.Beta2
Reporter: Jan Blizňák
Assignee: Darran Lofthouse
As a follow-up to WFLY-11573 we could exclude transitive Servlet 3.1 dependency in
wildfly-core project from jboss-jacc-api_1.5_spec dependency.
While jboss-jacc-api_1.5_spec depends on jboss-servlet-api-3.1-spec and we are trying to
remove the depedency without providing another one, this still should be correct:
1) testsuite passes with the exclusion in place, ie. the classes from Servlet 3.1
aren't used here
2) both feature and galleon pack excludes it too
https://github.com/wildfly/wildfly-core/blob/master/core-feature-pack/pom...
https://github.com/wildfly/wildfly-core/blob/master/core-galleon-pack/pom...
3) the module contains it as optional dependency
https://github.com/wildfly/wildfly-core/blob/master/core-feature-pack/src...
--
This message was sent by Atlassian Jira
(v7.12.1#712002)