diff options
-rw-r--r-- | eaaf_core/pom.xml | 8 | ||||
-rw-r--r-- | pom.xml | 6 |
2 files changed, 12 insertions, 2 deletions
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml index 23df59a9..2993110d 100644 --- a/eaaf_core/pom.xml +++ b/eaaf_core/pom.xml @@ -54,8 +54,8 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - </dependency> - <dependency> + </dependency> + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> </dependency> @@ -75,6 +75,10 @@ <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> @@ -57,6 +57,7 @@ <commons-codec.version>1.15</commons-codec.version> <org.apache.commons-lang3.version>3.11</org.apache.commons-lang3.version> <org.apache.commons-text.version>1.9</org.apache.commons-text.version> + <org.apache.commons-collections>3.2.2</org.apache.commons-collections> <org.apache.commons-collections4>4.4</org.apache.commons-collections4> <commons-io.version>2.8.0</commons-io.version> <commons-fileupload.version>1.4</commons-fileupload.version> @@ -354,6 +355,11 @@ <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>${javax.annotation-api}</version> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>${org.apache.commons-collections}</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> |