-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.11.3
-
Component/s: jackrabbit-bundle, jackrabbit-jcr-commons
-
Labels:None
jackrabbit-jcr-commons 2.11.3 has the following Export-Package line:
org.apache.jackrabbit.value;uses:="javax.jcr,org.apache.jackrabbit.util,com.google.common.collect";version="2.2.1"
The google uses is actually unnecessary and generated by a bug in the maven-bundle-plugin. Using the latest version of that makes the google transitive dependency go away.