brusdev commented on a change in pull request #3823:
URL: https://github.com/apache/activemq-artemis/pull/3823#discussion_r744319165
##########
File path: artemis-hawtio/artemis-plugin/pom.xml
##########
@@ -53,7 +53,7 @@
<!-- this lets this plugin deploy nicely into karaf, these get used
for the ImportPackage directive for maven-bundle-plugin -->
<osgi.import>
- javax.servlet,
+ javax.servlet;version="2.6",
Review comment:
ignore my previous comment, you are right according to the official OSGi
specification[1] `if a version range is specified as a single version, it must
be interpreted as the range [version,∞)`.
[1]
http://docs.osgi.org/specification/osgi.core/7.0.0/framework.module.html#i3189032
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]