Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.2.3
-
None
Description
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.+'
Attachments
Issue Links
- blocks
-
AURORA-1186 Remove exclusion block from shiro dependency
- Resolved
- relates to
-
SHIRO-517 Caused by: java.lang.NoClassDefFoundError: Lcom/google/inject/internal/util/$ImmutableList;
- Resolved