diff options
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 91c1d96acc..994b2f7960 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -270,11 +270,21 @@ <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-collections4</artifactId> + <version>${commons.collections.version}</version> + </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-collections4</artifactId> + <version>4.1</version> + </dependency> </dependencies> <build> |