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

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

commit 690429ac9aecb59f4352dd976e30f11f4ff892aa
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Jan 4 14:43:32 2022 +0100

    slf4j is not optional anymore
---
 http/jetty/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index bf4b721..3c315b7 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -185,7 +185,7 @@
                             org.osgi.service.http.context;version="[1.1,1.2)",
                             org.osgi.service.http.runtime;version="[1.1,1.2)",
                             
org.osgi.service.http.runtime.dto;version="[1.1,1.2)",
-                            
org.slf4j;resolution:=optional;version="[1.0,3.0)", 
+                            org.slf4j;version="[1.0,3.0)", 
                             *
                         </Import-Package>
                         <DynamicImport-Package>

Reply via email to