[weld-issues] [JBoss JIRA] (WELD-1063) Don't combine slf4j-ext:1.6.4 (which requies cal10n-api:0.7.4) with a lower incompatible version cal10n-api:0.7.2

Geoffrey De Smet (JIRA) jira-events at lists.jboss.org
Mon Feb 27 09:34:36 EST 2012


    [ https://issues.jboss.org/browse/WELD-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671198#comment-12671198 ] 

Geoffrey De Smet edited comment on WELD-1063 at 2/27/12 9:32 AM:
-----------------------------------------------------------------

If you need cal10n-api as a direct dependency, I suggest you upgrade it to at least 0.7.4.

But check if you really need it as a direct dependency (which means you have weld class that has an import from that jar),
alternatively you might just want to remove it from your pom (and let it come transitively through slf4j).
                
      was (Author: ge0ffrey):
    If you need cal10n-api as a direct dependency, I suggest you upgrade it to at least 0.7.4.

But check if you really need it as a direct dependency, you might just want to remove it.
                  
> Don't combine slf4j-ext:1.6.4 (which requies cal10n-api:0.7.4) with a lower incompatible version cal10n-api:0.7.2
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: WELD-1063
>                 URL: https://issues.jboss.org/browse/WELD-1063
>             Project: Weld
>          Issue Type: Bug
>            Reporter: Geoffrey De Smet
>
> {code}
> IncompatibleDependencyOverwrite error for ch.qos.cal10n:cal10n-api:0.7.2 paths to dependency are:
>   +-org.jboss.weld:weld-core:1.1.5.Final
>     +-ch.qos.cal10n:cal10n-api:0.7.2
> and
>   +-org.jboss.weld:weld-core:1.1.5.Final
>     +-org.slf4j:slf4j-ext:1.6.4
>       +-ch.qos.cal10n:cal10n-api:0.7.4
> {code}
> The classpath will use cal10n-api:0.7.2 and slf4j-ext:1.6.4, but the latter expects a higher version.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list