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 16:42:26 UTC

[sling-org-apache-sling-installer-provider-jcr] branch master updated: SLING-8316 use a newer version of the felix configadmin to emit better multivalue entries (FELIX-4844)

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 c98132d  SLING-8316 use a newer version of the felix configadmin to emit better multivalue entries (FELIX-4844)
c98132d is described below

commit c98132d94cebb17438d51ffaee2d2df8ce2338ee
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Mar 14 17:42:19 2019 +0100

    SLING-8316 use a newer version of the felix configadmin to emit better
    multivalue entries (FELIX-4844)
---
 pom.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e27f269..1ecbead 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,10 +93,19 @@
             <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
+        <!-- We use a class from the config admin implementation to write config files -->
         <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.configadmin</artifactId>
+            <version>1.8.6</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <!-- this version must embed the same version of org.apache.felix.configadmin as this pom.xml to be able to read
+            the .config files being generated by the write back feature -->
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.installer.core</artifactId>
-            <version>3.5.4</version>
+            <version>3.6.6</version> 
             <scope>provided</scope>
         </dependency>
         <dependency>