JDO-786: removed dependency commons-collections
diff --git a/exectck/pom.xml b/exectck/pom.xml
index 5164da6..2a3a396 100644
--- a/exectck/pom.xml
+++ b/exectck/pom.xml
@@ -101,10 +101,6 @@
             <artifactId>spring-beans</artifactId>
         </dependency>
         <dependency>
-          <groupId>org.apache.commons</groupId>
-          <artifactId>commons-collections4</artifactId>
-        </dependency>
-        <dependency>
           <groupId>org.eclipse.persistence</groupId>
           <artifactId>javax.persistence</artifactId>
         </dependency>
diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index f181356..eb8949b 100644
--- a/parent-pom/pom.xml
+++ b/parent-pom/pom.xml
@@ -111,11 +111,6 @@
         <artifactId>spring-beans</artifactId>
         <version>5.2.9.RELEASE</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-collections4</artifactId>
-        <version>4.4</version>
-      </dependency>
      <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>