diff options
author | Yuli Shlosberg <ys9693@att.com> | 2018-10-02 14:45:26 +0300 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2018-10-04 08:59:48 +0000 |
commit | 79e3627ae1ebff32a721116600e26233803d067e (patch) | |
tree | 73e048a160a16ae4222e92d41764b65396b048c8 /test-apis-ci | |
parent | 03b5c33a3c5f58124020dec334b6b1733973c86a (diff) |
fix netty security violation
Change-Id: Iee4c5b6a15f81c53f7711b445760640a3b31ac31
Issue-ID: SDC-1721
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'test-apis-ci')
-rw-r--r-- | test-apis-ci/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml index e6a6e263a8..5a3c0519cf 100644 --- a/test-apis-ci/pom.xml +++ b/test-apis-ci/pom.xml @@ -382,6 +382,17 @@ <groupId>org.codehaus.groovy</groupId> <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> |