You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Zameer Manji (JIRA)" <ji...@apache.org> on 2015/08/31 06:47:45 UTC

[jira] [Assigned] (AURORA-1186) Remove exclusion block from shiro dependency

     [ https://issues.apache.org/jira/browse/AURORA-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zameer Manji reassigned AURORA-1186:
------------------------------------

    Assignee: Zameer Manji

> Remove exclusion block from shiro dependency
> --------------------------------------------
>
>                 Key: AURORA-1186
>                 URL: https://issues.apache.org/jira/browse/AURORA-1186
>             Project: Aurora
>          Issue Type: Bug
>          Components: Build, Scheduler, Technical Debt
>            Reporter: Kevin Sweeney
>            Assignee: Zameer Manji
>            Priority: Minor
>
> The shiro-guice dependency introduced in https://reviews.apache.org/r/31820/ adds an exclude block for shiro's ancient version of guava. This tracks removing that block once an upstream solution is available.
> {code}
>   compile("org.apache.shiro:shiro-guice:${shiroRev}") {
>     // TODO(ksweeney): Remove this exclusion when https://issues.apache.org/jira/browse/SHIRO-496 is resolved.
>     exclude group: 'com.google.guava'
>   }
>   compile "org.apache.shiro:shiro-web:${shiroRev}"
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)