[
https://issues.apache.org/jira/browse/SHIRO-496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14355574#comment-14355574
]
Kevin Sweeney commented on SHIRO-496:
-------------------------------------
Tests pass with this patch:
{noformat}
Index: pom.xml
===================================================================
--- pom.xml (revision 1665647)
+++ pom.xml (working copy)
@@ -92,7 +92,7 @@
<slf4j.version>1.6.4</slf4j.version>
<spring.version>3.1.0.RELEASE</spring.version>
<guice.version>3.0</guice.version>
- <guava.version>r09</guava.version>
+ <guava.version>18.0</guava.version>
<!-- Test 3rd-party dependencies: -->
<easymock.version>3.1</easymock.version>
{noformat}
> 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.3.4#6332)