From 272aa2c223696781d20aeff78a5fe2039debac02 Mon Sep 17 00:00:00 2001 From: gjoranv Date: Tue, 19 Apr 2022 11:18:29 +0200 Subject: Use a property for eclipse-collections version. - Works with 'mvn verify -Pcheck-dependency-properties' --- parent/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'parent') diff --git a/parent/pom.xml b/parent/pom.xml index ea7b2aa41cc..763310a4a55 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -729,12 +729,12 @@ org.eclipse.collections eclipse-collections - 11.0.0 + ${eclipse-collections.version} org.eclipse.collections eclipse-collections-api - 11.0.0 + ${eclipse-collections.version} org.eclipse.jetty.alpn @@ -935,6 +935,7 @@ 5.2.0 1.15 3.6.1 + 11.0.0 2.8.9 2.1.12 5.9.0 -- cgit v1.2.3