diff options
Diffstat (limited to 'eaaf_core/pom.xml')
-rw-r--r-- | eaaf_core/pom.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml index 60057db3..a1eee06e 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> |