Skip to content

Commit ab740c5

Browse files
committed
it's commons-collections not commons-collection
1 parent c50e1b3 commit ab740c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

maven/htmlunit-driver/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<version>2.18</version>
2424
<exclusions>
2525
<exclusion>
26-
<groupId>commons-collection</groupId>
27-
<artifactId>commons-collection</artifactId>
26+
<groupId>commons-collections</groupId>
27+
<artifactId>commons-collections</artifactId>
2828
</exclusion>
2929
</exclusions>
3030
</dependency>
3131
<dependency>
32-
<groupId>commons-collection</groupId>
33-
<artifactId>commons-collection</artifactId>
32+
<groupId>commons-collections</groupId>
33+
<artifactId>commons-collections</artifactId>
3434
<version>3.2.2</version>
3535
</dependency>
3636
<dependency>

0 commit comments

Comments
 (0)