You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/03/07 09:20:18 UTC

[sling-org-apache-sling-installer-core] branch master updated: SLING-9168 : Installer core should not imbed javax / johnzon

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 14a6def  SLING-9168 : Installer core should not imbed javax / johnzon
14a6def is described below

commit 14a6def37fcd664aad643d69d10af41bdd5f037c
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Sat Mar 7 10:19:53 2020 +0100

    SLING-9168 : Installer core should not imbed javax / johnzon
---
 bnd.bnd | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/bnd.bnd b/bnd.bnd
index 2a20a11..5e69b98 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,8 +1,6 @@
--conditionalpackage: org.apache.sling.commons.osgi.*,\
+-conditionalpackage: org.apache.sling.commons.osgi,\
                      org.apache.felix.cm.*,\
                      org.apache.felix.configurator.impl.*,\
-                     org.apache.sling.feature.io.*,\
-                     javax.json.*,\
-                     org.apache.johnzon.core.*
+                     org.apache.sling.feature.io.*
 Provide-Capability:  osgi.service;objectClass:List<String>="org.apache.sling.installer.api.OsgiInstaller,org.apache.sling.installer.api.ResourceChangeListener,org.apache.sling.installer.api.info.InfoProvider,org.apache.sling.installer.api.tasks.RetryHandler",\
                      osgi.service;objectClass:List<String>="org.apache.sling.installer.api.event.InstallationListener,org.apache.sling.installer.api.jmx.InstallerMBean"