diff options
Diffstat (limited to 'catalog-model')
-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 ddb5454ac1..a67f305e45 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -260,6 +260,16 @@ <artifactId>groovy</artifactId> </dependency> + <dependency> + <groupId>io.netty</groupId> + <artifactId>netty-all</artifactId> + </dependency> + + <dependency> + <groupId>io.netty</groupId> + <artifactId>netty-handler</artifactId> + </dependency> + </dependencies> <build> <plugins> |