bmarwell commented on issue #898:
URL: https://github.com/apache/shiro/issues/898#issuecomment-2312652423
@rasa-app
FWIW, if your application does not make use of commons-collections, which is
likely if you do not parse environment variables in `shiro.ini` into lists,
then you can just exclude it like this:
```xml
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-config-ogdl</artifactId>
<version>${dependency.shiro.version}</version>
<exclusions>
<exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
</exclusions>
</dependency>
```
HTH
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]