You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Kalle Korhonen (JIRA)" <ji...@apache.org> on 2015/03/17 19:10:39 UTC

[jira] [Resolved] (SHIRO-496) Update shior.guice dependency

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

Kalle Korhonen resolved SHIRO-496.
----------------------------------
    Resolution: Fixed

> Update shior.guice dependency 
> ------------------------------
>
>                 Key: SHIRO-496
>                 URL: https://issues.apache.org/jira/browse/SHIRO-496
>             Project: Shiro
>          Issue Type: Improvement
>          Components: Integration: Guice
>    Affects Versions: 1.2.3
>            Reporter: Mike Mitterer
>            Assignee: Kalle Korhonen
>            Priority: Minor
>             Fix For: 1.3.0, 1.2.4
>
>         Attachments: SHRIO-496-remove-guava-dependency.patch
>
>
> Guice-Integration depends on Guava r09 - lastest version is 16.+ pls update.
> As a workaround in Gradle I'm using:
>     compile('org.apache.shiro:shiro-guice:' + '1.2.+') {
>         // Old Version (r09)
>         exclude module: 'guava'
>     }
>     compile     group: 'com.google.guava',      name: 'guava',                  version: '16.+'



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