aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index a15f7b8fa6..ac7d789d8a 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -584,6 +584,11 @@
<artifactId>groovy</artifactId>
<version>2.4.8</version>
</dependency>
+
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-handler</artifactId>
+ </dependency>
</dependencies>
<build>