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/11/24 15:23:59 UTC

[karaf-cave] branch master updated: [KARAF-6527] Fix features gateway headers to deal with JAXB

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-cave.git


The following commit(s) were added to refs/heads/master by this push:
     new 764cf40  [KARAF-6527] Fix features gateway headers to deal with JAXB
     new 584de9e  Merge pull request #33 from jbonofre/KARAF-6527
764cf40 is described below

commit 764cf403d05a1bd39af4939aa27ae749706aa863
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Nov 24 16:11:38 2019 +0100

    [KARAF-6527] Fix features gateway headers to deal with JAXB
---
 gateway/service/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gateway/service/pom.xml b/gateway/service/pom.xml
index babb866..05272f3 100644
--- a/gateway/service/pom.xml
+++ b/gateway/service/pom.xml
@@ -85,6 +85,12 @@
                             !*
                         </Export-Package>
                         <Import-Package>
+                            !org.apache.karaf.features.internal.model,
+                            !org.apache.karaf.features.internal.util,
+                            !org.apache.karaf.util,
+                            !org.apache.karaf.util.maven,
+                            !org.apache.felix.utils*,
+                            javax.xml.bind*;version="[2.2,3)",
                             com.fasterxml.jackson*;version="[2.8,3)",
                             *
                         </Import-Package>
@@ -93,6 +99,7 @@
                             org.apache.karaf.features.internal.model,
                             org.apache.karaf.features.internal.util,
                             org.apache.karaf.util,
+                            org.apache.karaf.util.maven,
                             org.apache.felix.utils*
                         </Private-Package>
                         <_dsannotations>*</_dsannotations>