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 7a8159577b FELIX-6674 : Support Jakarta Servlet 6
7a8159577b is described below

commit 7a8159577b254f392390dd4a0b43213ea2886a31
Author: Carsten Ziegeler <cziege...@apache.org>
AuthorDate: Thu Nov 30 06:50:41 2023 +0100

    FELIX-6674 : Support Jakarta Servlet 6
---
 http/bridge/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index 4279cd6d6f..a5f52f15d0 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -40,7 +40,7 @@
   </scm>
 
     <properties>
-       <felix.java.version>11</felix.java.version>
+        <felix.java.version>11</felix.java.version>
     </properties>
 
     <build>
@@ -78,6 +78,8 @@
                             org.apache.commons.*
                         </Conditional-Package>
                         <Import-Package>
+                            jakarta.servlet;version="[5.0,7)",
+                            jakarta.servlet.http;version="[5.0,7)",
                                    
org.osgi.service.useradmin;resolution:=optional;version="[1.1,2)",
                             sun.misc;resolution:=optional,
                             sun.nio.ch;resolution:=optional,

Reply via email to