[KARAF-6793] Fix cellar features version range import for JAXB in order to work with JDK 8
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>