The 2.1.0.RELEASE version of spring-integration-mongodb has an Import-Package in its manifest for com.mongodb between versions 2.4.0 and 2.5.0 inclusive:
This version range is too restrictive. It should probably be:Code:Import-Package: com.mongodb;version="[2.4.0, 2.5.0]"
This bundle also depends on spring-data-mongodb [1.0.0,2) and the 1.0.0.RELEASE of that bundle depends on any version of the com.mongodb package with no restrictions at all.Code:Import-Package: com.mongodb;version="[2.4,3)"
Was the restrictive range a mistake?


Reply With Quote