Uploaded image for project: 'Aurora'
  1. Aurora
  2. AURORA-1186

Remove exclusion block from shiro dependency

    XMLWordPrintableJSON

Details

    Description

      The shiro-guice dependency introduced in https://reviews.apache.org/r/31820/ adds an exclude block for shiro's ancient version of guava. This tracks removing that block once an upstream solution is available.

        compile("org.apache.shiro:shiro-guice:${shiroRev}") {
          // TODO(ksweeney): Remove this exclusion when https://issues.apache.org/jira/browse/SHIRO-496 is resolved.
          exclude group: 'com.google.guava'
        }
        compile "org.apache.shiro:shiro-web:${shiroRev}"
      

      Attachments

        Issue Links

          Activity

            People

              zmanji Zameer Manji
              kevints Kevin Sweeney
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: