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 2638cd9d5b FELIX-6627 : Migrate inventory to jakarta.servlet API
2638cd9d5b is described below

commit 2638cd9d5b4015ec335f36441ec6f10c28447937
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Aug 17 12:56:42 2023 +0200

    FELIX-6627 : Migrate inventory to jakarta.servlet API
---
 inventory/pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/inventory/pom.xml b/inventory/pom.xml
index f64cc01fb9..2a3a214b31 100644
--- a/inventory/pom.xml
+++ b/inventory/pom.xml
@@ -65,12 +65,13 @@
                             org.apache.felix.inventory.impl.Activator
                         </Bundle-Activator>
                         <Import-Package>
-                            jakarta.servlet;resolution:=optional,
-                            jakarta.servlet.http;resolution:=optional,
+                            
jakarta.servlet;version="[5.0,7)";resolution:=optional,
+                            
jakarta.servlet.http;version="[5.0,7)";resolution:=optional,
                             *
                         </Import-Package>
                         <DynamicImport-Package>
-                            jakarta.servlet, jakarta.servlet.http
+                            jakarta.servlet;version="[5.0,7)",
+                            jakarta.servlet.http;version="[5.0,7)"
                         </DynamicImport-Package>
                     </instructions>
                 </configuration>

Reply via email to