commons-collections4 in AGS only

This commit is contained in:
alandavis
2021-05-06 12:21:45 +01:00
parent 7e1f900083
commit 4bc9d80253
4 changed files with 5 additions and 13 deletions

View File

@@ -81,11 +81,11 @@
<artifactId>alfresco-testng</artifactId>
<version>1.1</version>
</dependency>
<!-- should be pulled in by alfresco-repository and org.apache.poi.poi:jar:4.1.2 -->
<!-- <dependency>-->
<!-- <groupId>org.apache.commons</groupId>-->
<!-- <artifactId>commons-collections4</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.4</version>
</dependency>
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java</artifactId>