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 e07bc5d99b7aed4d3fa7b503943e4f19d0d2464d 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 4821bf6..9bd51d6 100644 --- a/http/jetty/pom.xml +++ b/http/jetty/pom.xml @@ -186,7 +186,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>
