We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49d28d commit 0e0cd58Copy full SHA for 0e0cd58
1 file changed
pom.xml
@@ -992,6 +992,12 @@ Copyright (c) 2012 - Jeremy Long
992
<groupId>commons-validator</groupId>
993
<artifactId>commons-validator</artifactId>
994
<version>1.9.0</version>
995
+ <exclusions>
996
+ <exclusion>
997
+ <groupId>commons-beanutils</groupId>
998
+ <artifactId>commons-beanutils</artifactId>
999
+ </exclusion>
1000
+ </exclusions>
1001
</dependency>
1002
<dependency>
1003
<groupId>org.apache.commons</groupId>
0 commit comments