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 2019/03/14 13:07:29 UTC

[sling-org-apache-sling-installer-provider-jcr] branch master updated: SLING-8316 don't define explicit dependency on felix.configadmin but rather use transitive dependency from org.apache.sling.installer.core.

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

kwin pushed a commit to branch master
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/master by this push:
     new b00d3e4  SLING-8316 don't define explicit dependency on  felix.configadmin but rather use transitive dependency from org.apache.sling.installer.core.
     new b7c30d5  Merge branch 'master' of git@github.com:apache/sling-org-apache-sling-installer-provider-jcr.git
b00d3e4 is described below

commit b00d3e47fb5802eb2ddc4610bfc92906d7ec8a8e
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Mar 14 14:06:55 2019 +0100

    SLING-8316 don't define explicit dependency on  felix.configadmin but
    rather use transitive dependency from org.apache.sling.installer.core.
    
    This ensures the same version is being used in both bundles.
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 34473cb..e27f269 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,13 +125,6 @@
             <version>1.2.0</version>
             <scope>provided</scope>
         </dependency>
-      <!-- We use a class from the config admin implementation to read config files -->
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.configadmin</artifactId>
-            <version>1.2.8</version>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>