Skip to content

Commit c895d61

Browse files
committed
Add apache commons collections lib
1 parent aef7d97 commit c895d61

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,8 @@
156156
</shadedPattern>
157157
</relocation>
158158
<relocation>
159-
<pattern>org.apache.commons.compress.</pattern>
160-
<shadedPattern>org.maxgamer.quickshop.shade.org.apache.commons.compress.</shadedPattern>
161-
</relocation>
162-
<relocation>
163-
<pattern>org.apache.commons.codec.</pattern>
164-
<shadedPattern>org.maxgamer.quickshop.shade.org.apache.commons.codec.</shadedPattern>
159+
<pattern>org.apache.commons.</pattern>
160+
<shadedPattern>org.maxgamer.quickshop.shade.org.apache.commons.</shadedPattern>
165161
</relocation>
166162
<relocation>
167163
<pattern>me.lucko.helper.</pattern>
@@ -848,5 +844,11 @@
848844
<version>2.8.0</version>
849845
<scope>provided</scope>
850846
</dependency>
847+
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-collections4 -->
848+
<dependency>
849+
<groupId>org.apache.commons</groupId>
850+
<artifactId>commons-collections4</artifactId>
851+
<version>4.4</version>
852+
</dependency>
851853
</dependencies>
852854
</project>

0 commit comments

Comments
 (0)