You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2022/08/08 04:42:49 UTC

[felix-dev] branch master updated: FELIX-6558 : Extend import of servlet package to include servlet 4

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c5b508b66 FELIX-6558 : Extend import of servlet package to include servlet 4
7c5b508b66 is described below

commit 7c5b508b66f02de5b463c411126fd01cab209687
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Aug 8 06:42:42 2022 +0200

    FELIX-6558 : Extend import of servlet package to include servlet 4
---
 webconsole-plugins/memoryusage/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webconsole-plugins/memoryusage/pom.xml b/webconsole-plugins/memoryusage/pom.xml
index ebcdbd2f83..f710663617 100644
--- a/webconsole-plugins/memoryusage/pom.xml
+++ b/webconsole-plugins/memoryusage/pom.xml
@@ -81,7 +81,7 @@
 
                             <!-- plug into the web console -->
                             javax.servlet;resolution:="optional";
-                            javax.servlet.http;version="[2.3,4)";resolution:="optional",
+                            javax.servlet.http;version="[2.3,5)";resolution:="optional",
                             org.apache.felix.webconsole;version="[3.0,4)";resolution:="optional",
 
                             <!-- plug into the traditional Felix shell -->