Skip to content

Commit e2caf6d

Browse files
authored
Merge pull request #1353 from lprimak/commons-config-optional
[#1352] bugfix: made commons-configuration2 optional in shiro core
2 parents 9beaa22 + 01a0801 commit e2caf6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
<dependency>
147147
<groupId>org.apache.commons</groupId>
148148
<artifactId>commons-configuration2</artifactId>
149+
<optional>true</optional>
149150
</dependency>
150151

151152
<!-- Test dependencies -->

0 commit comments

Comments
 (0)