You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Mike Mitterer (JIRA)" <ji...@apache.org> on 2014/04/16 11:26:15 UTC

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

Mike Mitterer created SHIRO-496:
-----------------------------------

             Summary: 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: Jared Bunting
            Priority: Minor


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.2#6252)