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:31 UTC

[karaf] branch karaf-4.2.x 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 karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 1ab5b30  [KARAF-6226] Expose org.apache.felix.utils.properties package in Karaf config core bundle
1ab5b30 is described below

commit 1ab5b306711c06afd31f03ec68bae5c94c9dd88b
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 107ffa1..b8c725a 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>