Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.7.11
-
None
-
Unknown
Description
I have a project which depends on cxf-rt-security [1]. After the build there is
Import-Package: org.joda.time;version="[2.2,3)"
But after deploy to karaf got
Reason: Missing Constraint: Import-Package: org.joda.time; version="[2.2.0,3.0.0)"
because wss4j feature contains [2]
1.
[INFO] - org.apache.cxf:cxf-rt-security:jar:2.7.11-SNAPSHOT:compile
[INFO] +- org.opensaml:opensaml:jar:2.6.1:compile
[INFO] | +- joda-time:joda-time:jar:2.2:compile
2.
<bundle start-level='25' dependency="true">mvn:joda-time/joda-time/2.1</bundle>