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/01/04 13:43:41 UTC

[felix-dev] branch http/jakarta updated: slf4j is not optional anymore

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


The following commit(s) were added to refs/heads/http/jakarta by this push:
     new 659a5f0  slf4j is not optional anymore
659a5f0 is described below

commit 659a5f0365531be0c9867a214f918d47cd8aa8f3
Author: Carsten Ziegeler <cz...@adobe.com>
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>