I like that approach. Kalle, I can have a look, but if you want feel free. On Mar 10, 2015 9:22 PM, "Kalle Korhonen (JIRA)" <[email protected]> wrote:
> > [ > https://issues.apache.org/jira/browse/SHIRO-496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14356113#comment-14356113 > ] > > Kalle Korhonen edited comment on SHIRO-496 at 3/11/15 2:22 AM: > --------------------------------------------------------------- > > I agree with Kevin, we should remove guava. Jared - these are assigned to > you but I can take of it if you like, got some free time this week. > > > was (Author: kaosko): > I agree with Kevin, we should remove guave. Jared - these are assigned to > you but I can take of it if you like, got some free time this week. > > > 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 > > 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) >
