diff options
Diffstat (limited to 'appc-directed-graph/appc-dgraph/provider/pom.xml')
-rw-r--r-- | appc-directed-graph/appc-dgraph/provider/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/appc-directed-graph/appc-dgraph/provider/pom.xml b/appc-directed-graph/appc-dgraph/provider/pom.xml index 57f905ad3..0c34f03a9 100644 --- a/appc-directed-graph/appc-dgraph/provider/pom.xml +++ b/appc-directed-graph/appc-dgraph/provider/pom.xml @@ -79,6 +79,17 @@ <artifactId>velocity</artifactId> <version>1.7</version> <scope>test</scope> + <exclusions> + <exclusion> + <artifactId>commons-collections</artifactId> + <groupId>commons-collections</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.2</version> </dependency> <dependency> |