diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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> |