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/03/31 19:43:44 UTC

[logging-log4j2] 15/15: Another OSGI fix

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

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

commit 37e3c1ffb8d0a7ec4f58a410f28a00f8946e76d5
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Thu Mar 31 21:29:29 2022 +0200

    Another OSGI fix
---
 log4j-1.2-api/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/log4j-1.2-api/pom.xml b/log4j-1.2-api/pom.xml
index 27087ba..c3af148 100644
--- a/log4j-1.2-api/pom.xml
+++ b/log4j-1.2-api/pom.xml
@@ -134,6 +134,8 @@
             <Export-Package>org.apache.log4j.*</Export-Package>
             <Import-Package>
               javax.jms;version="[1.1,2)";resolution:=optional,
+              <!-- used by org.apache.log4j.jmx.Agent -->
+              com.sun.jdmk.comm;resolution:=optional,
               *
             </Import-Package>
           </instructions>