You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Aristide (Jira)" <ji...@apache.org> on 2023/04/18 15:43:00 UTC

[jira] [Created] (SM-5529) Wrong import package of com.google.inject in servicemix-bundles/hadoop-client-3.3.5/pom.xml

Aristide created SM-5529:
----------------------------

             Summary: Wrong import package of com.google.inject in servicemix-bundles/hadoop-client-3.3.5/pom.xml
                 Key: SM-5529
                 URL: https://issues.apache.org/jira/browse/SM-5529
             Project: ServiceMix
          Issue Type: Bug
          Components: bundles
            Reporter: Aristide


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"



--
This message was sent by Atlassian Jira
(v8.20.10#820010)