You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/10/29 04:37:01 UTC

[GitHub] [activemq-artemis] brusdev commented on a change in pull request #3823: ARTEMIS-3544 Set min version of javax.servlet

brusdev commented on a change in pull request #3823:
URL: https://github.com/apache/activemq-artemis/pull/3823#discussion_r738926746



##########
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:
       why narrowing the import range from `version >=2.6 and version < 3` to `version == 2.6` ?




-- 
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: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org