Downgrade junit 4.13.1 gson 2.8.5

Use default commons-collections4 4.4 rather than 4.1.2
[ags]
This commit is contained in:
alandavis
2021-05-06 11:05:04 +01:00
parent 6bee748ada
commit 03c6710357

View File

@@ -81,10 +81,11 @@
<artifactId>alfresco-testng</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</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>com.github.docker-java</groupId>
<artifactId>docker-java</artifactId>