diff options
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 0a6c7cc75d..ed352764de 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -114,6 +114,10 @@ <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> + <exclusion> + <artifactId>commons-collections</artifactId> + <groupId>commons-collections</groupId> + </exclusion> </exclusions> </dependency> |