You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2021/11/29 17:03:47 UTC

[activemq-artemis] branch main updated: ARTEMIS-3544 Set min version of javax.servlet

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f5f683  ARTEMIS-3544 Set min version of javax.servlet
5f5f683 is described below

commit 5f5f683a8569f6bae51d0f055e055a1e6ebabd10
Author: Benjamin Graf <gr...@users.noreply.github.com>
AuthorDate: Thu Oct 28 21:12:16 2021 +0200

    ARTEMIS-3544 Set min version of javax.servlet
---
 artemis-hawtio/artemis-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/artemis-hawtio/artemis-plugin/pom.xml b/artemis-hawtio/artemis-plugin/pom.xml
index 810dfdd..f9f7aa5 100644
--- a/artemis-hawtio/artemis-plugin/pom.xml
+++ b/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",
       *;resolution:=optional
     </osgi.import>