aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d6a48539cb..60bdc2bbeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,6 +189,16 @@ Modifications copyright (c) 2018 Nokia
<artifactId>groovy</artifactId>
<version>2.4.13</version>
</dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-all</artifactId>
+ <version>4.0.45.Final</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-handler</artifactId>
+ <version>4.0.45.Final</version>
+ </dependency>
</dependencies>
</dependencyManagement>