You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2022/06/29 11:38:10 UTC

[logging-log4j2] branch release-2.x updated: Quoting problem

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

pkarwasz pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new d891597cc4 Quoting problem
d891597cc4 is described below

commit d891597cc4f2b507234b3701ab8072a9da594ae5
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Wed Jun 29 13:38:01 2022 +0200

    Quoting problem
---
 log4j-jcl/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-jcl/pom.xml b/log4j-jcl/pom.xml
index 459af2c4d5..3bf1653872 100644
--- a/log4j-jcl/pom.xml
+++ b/log4j-jcl/pom.xml
@@ -90,7 +90,7 @@
         <configuration>
           <instructions>
             <Export-Package>org.apache.logging.log4j.jcl</Export-Package>
-            <Require-Capability>osgi.extender;filter:="(osgi.extender=osgi.serviceloader.registrar);resolution:=optional"</Require-Capability>
+            <Require-Capability>osgi.extender;filter:="(osgi.extender=osgi.serviceloader.registrar)";resolution:=optional</Require-Capability>
             <Provide-Capability>osgi.serviceloader;osgi.serviceloader=org.apache.commons.logging.LogFactory</Provide-Capability>
           </instructions>
         </configuration>