JAVA-8709: Extract commons-collections4.version property to the main pom.xml

This commit is contained in:
Krzysiek
2021-11-26 13:17:01 +01:00
parent b8ed485ea7
commit 6a2f78d4ab
30 changed files with 3 additions and 60 deletions

View File

@@ -16,7 +16,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>${commons.collections.version}</version>
<version>${commons-collections4.version}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
@@ -27,7 +27,6 @@
</dependencies>
<properties>
<commons.collections.version>4.1</commons.collections.version>
<org.hamcrest.java-hamcrest.version>2.0.0.0</org.hamcrest.java-hamcrest.version>
</properties>