summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorYuli Shlosberg <ys9693@att.com>2018-10-02 14:45:26 +0300
committerTal Gitelman <tg851x@intl.att.com>2018-10-04 08:59:48 +0000
commit79e3627ae1ebff32a721116600e26233803d067e (patch)
tree73e048a160a16ae4222e92d41764b65396b048c8 /pom.xml
parent03b5c33a3c5f58124020dec334b6b1733973c86a (diff)
fix netty security violation
Change-Id: Iee4c5b6a15f81c53f7711b445760640a3b31ac31 Issue-ID: SDC-1721 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
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>