Add explicit dependency on commons-collections, as it is used directly in Vitro code
This commit is contained in:
parent
4c952d01c6
commit
91d061f7f2
1 changed files with 5 additions and 0 deletions
5
dependencies/pom.xml
vendored
5
dependencies/pom.xml
vendored
|
@ -111,6 +111,11 @@
|
||||||
<artifactId>commons-lang3</artifactId>
|
<artifactId>commons-lang3</artifactId>
|
||||||
<version>3.4</version>
|
<version>3.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>commons-collections</groupId>
|
||||||
|
<artifactId>commons-collections</artifactId>
|
||||||
|
<version>3.2.1</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-csv</artifactId>
|
<artifactId>commons-csv</artifactId>
|
||||||
|
|
Loading…
Add table
Reference in a new issue