You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2020/01/17 14:54:16 UTC

[sling-org-apache-sling-installer-provider-jcr] branch feature/newparent updated: SLING-8963 remove dependency to commons.osgi

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

kwin pushed a commit to branch feature/newparent
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-provider-jcr.git


The following commit(s) were added to refs/heads/feature/newparent by this push:
     new da5375e  SLING-8963 remove dependency to commons.osgi
da5375e is described below

commit da5375e872f24f9192fe941ebc85d77505f14d8d
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jan 17 15:54:08 2020 +0100

    SLING-8963 remove dependency to commons.osgi
---
 bnd.bnd | 1 -
 pom.xml | 6 ------
 2 files changed, 7 deletions(-)

diff --git a/bnd.bnd b/bnd.bnd
index 0a914f4..aa85a1c 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,3 +1,2 @@
 Sling-Nodetypes: SLING-INF/nodetypes/osgiconfig.cn
 Sling-Namespaces: sling=http://sling.apache.org/jcr/sling/1.0
--conditionallpackage: org.apache.sling.commons.osgi.*
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 8e78fe3..3a925f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,12 +85,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.commons.osgi</artifactId>
-            <version>2.1.0</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.serviceusermapper</artifactId>
             <version>1.2.0</version>
             <scope>provided</scope>