[CXF-7993]cxf-xjc-runtime bundle couldn't be installed onto OSGi container when JDK 1.8
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 7c0f6f2..32efcb3 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -34,6 +34,10 @@
                     <instructions>
                         <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
                         <Bundle-Description>${project.decription}</Bundle-Description>
+                        <Import-Package>
+                            javax.xml.bind*;version="[2,3)",
+                            *
+                        </Import-Package>
                     </instructions>
                 </configuration>
             </plugin>