Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-rc2
-
Felix, Karaf, ServiceMix 5.0.0
Description
The Import-Package section specifies javax.servlet;version="[3.0,4)" when it should probably be javax.servlet;version="[2.5,4)". This is most likely due to the fact that we compile against Servlet 3.0; maven-bundle-plugin is picking up on this and using that version number for the range.