Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.12.2
-
None
-
Unknown
Description
Currently, those camel components that depend on javax.servlet do not explicitly specify the version range in their corresponding pom. As a result, the import range is automatically generated in the manifest with "[2.6,3)" which excludes version 3.0.
This patch will add the version range in those relevant pom files so that version 3.0 is also accepted.