Skip to content

Commit 9189913

Browse files
committed
exclude more dependencies
1 parent 0294807 commit 9189913

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,18 @@
6363
<artifactId>commons-beanutils</artifactId>
6464
<groupId>commons-beanutils</groupId>
6565
</exclusion>
66+
<exclusion>
67+
<artifactId>commons-collections</artifactId>
68+
<groupId>commons-collections</groupId>
69+
</exclusion>
6670
<exclusion>
6771
<artifactId>commons-digester</artifactId>
6872
<groupId>commons-digester</groupId>
6973
</exclusion>
74+
<exclusion>
75+
<artifactId>commons-logging</artifactId>
76+
<groupId>commons-logging</groupId>
77+
</exclusion>
7078
</exclusions>
7179
</dependency>
7280
<dependency>

0 commit comments

Comments
 (0)