We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0294807 commit 9189913Copy full SHA for 9189913
pom.xml
@@ -63,10 +63,18 @@
63
<artifactId>commons-beanutils</artifactId>
64
<groupId>commons-beanutils</groupId>
65
</exclusion>
66
+ <exclusion>
67
+ <artifactId>commons-collections</artifactId>
68
+ <groupId>commons-collections</groupId>
69
+ </exclusion>
70
<exclusion>
71
<artifactId>commons-digester</artifactId>
72
<groupId>commons-digester</groupId>
73
74
75
+ <artifactId>commons-logging</artifactId>
76
+ <groupId>commons-logging</groupId>
77
78
</exclusions>
79
</dependency>
80
<dependency>
0 commit comments