Benjamin Graf created ARTEMIS-3544:
--------------------------------------
Summary: HawtIO Plugin OSGi import packages
Key: ARTEMIS-3544
URL: https://issues.apache.org/jira/browse/ARTEMIS-3544
Project: ActiveMQ Artemis
Issue Type: Bug
Components: Web Console
Affects Versions: 2.19.0
Reporter: Benjamin Graf
The build of artemis-plugin (HawtIO plugin) actually generates package import
of javax.servlet with a narrow version range
{noformat}javax.servlet;version="[2.6,3)"{noformat}
even it is build against a 3.0 servlet API dependency. It might be better to
export it like this
{noformat}javax.servlet;version="2.6"{noformat} via osgi.import property
--
This message was sent by Atlassian Jira
(v8.3.4#803005)