You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/04/10 11:41:05 UTC

[karaf] branch master updated: [KARAF-6226] Expose org.apache.felix.utils.properties package in Karaf config core bundle

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new cfb95a6  [KARAF-6226] Expose org.apache.felix.utils.properties package in Karaf config core bundle
     new 375260a  Merge pull request #807 from jbonofre/KARAF-6226
cfb95a6 is described below

commit cfb95a6908314b3b5eeb98c5480316b2553e538e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Apr 10 07:49:45 2019 +0200

    [KARAF-6226] Expose org.apache.felix.utils.properties package in Karaf config core bundle
---
 config/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/pom.xml b/config/pom.xml
index cb21bfd..5b4d7c8 100644
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -102,6 +102,7 @@
                         <Export-Package>
                             org.apache.karaf.config.command*,
                             org.apache.karaf.config.core,
+                            org.apache.felix.utils.properties;version="${felix.utils.version}"
                         </Export-Package>
                         <Import-Package>
                             org.osgi.service.metatype;resolution:=optional,
@@ -110,8 +111,7 @@
                         <Private-Package>
                             org.apache.karaf.config.core.impl,
                             org.apache.karaf.config.core.impl.osgi,
-                            org.apache.karaf.util,
-                            org.apache.felix.utils.properties
+                            org.apache.karaf.util
                         </Private-Package>
                     </instructions>
                 </configuration>