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 2020/08/16 06:10:35 UTC

[karaf-cellar] branch master updated: [KARAF-6793] Fix cellar features version range import for JAXB in order to work with JDK 8

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


The following commit(s) were added to refs/heads/master by this push:
     new adc04bb  [KARAF-6793] Fix cellar features version range import for JAXB in order to work with JDK 8
adc04bb is described below

commit adc04bbec83b434a014aa2ed882c7068a27c99cc
Author: jbonofre <jb...@apache.org>
AuthorDate: Sun Aug 16 08:09:59 2020 +0200

    [KARAF-6793] Fix cellar features version range import for JAXB in order to work with JDK 8
---
 features/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/features/pom.xml b/features/pom.xml
index be0a8fc..62d49b0 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -112,6 +112,7 @@
                         <Import-Package>
                             org.slf4j;version="[1.6,2)";resolution:=optional,
                             org.apache.karaf.shell*;resolution:=optional,
+                            javax.xml.bind*;version="[2.2,3)",
                             *
                         </Import-Package>
                         <Private-Package>