Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
looking inside the pom file, there's an imported package with :
com.google.inject;version="[3,4)"
But the dependency declared is 4.0, plus if i check the artifact com.google.inject/guice it exports its package with "1.3" not "3.0". This is the part of the manifest of com.google.inject/guice/3.0:
Export-Package: com.google.inject.matcher;version="1.3",com.google.inj ect.name;version="1.3",com.google.inject.spi;version="1.3",com.google .inject.binder;version="1.3",com.google.inject.util;version="1.3",com .google.inject;version="1.3"