Skip to content

Commit 201fab6

Browse files
committed
work
1 parent 01b556c commit 201fab6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,6 +1601,26 @@
16011601
<groupId>commons-io</groupId>
16021602
<artifactId>commons-io</artifactId>
16031603
</exclude>
1604+
<exclude>
1605+
<groupId>commons-codec</groupId>
1606+
<artifactId>commons-codec</artifactId>
1607+
</exclude>
1608+
<exclude>
1609+
<groupId>commons-collections</groupId>
1610+
<artifactId>commons-collections</artifactId>
1611+
</exclude>
1612+
<exclude>
1613+
<groupId>org.apache.commons</groupId>
1614+
<artifactId>commons-compress</artifactId>
1615+
</exclude>
1616+
<exclude>
1617+
<groupId>commons-logging</groupId>
1618+
<artifactId>commons-logging</artifactId>
1619+
</exclude>
1620+
<exclude>
1621+
<groupId>org.apache.commons</groupId>
1622+
<artifactId>commons-text</artifactId>
1623+
</exclude>
16041624
</excludes>
16051625
</configuration>
16061626
<executions>

0 commit comments

Comments
 (0)