From: Yuli Shlosberg Date: Tue, 2 Oct 2018 11:45:26 +0000 (+0300) Subject: fix netty security violation X-Git-Tag: 1.3.0~63 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=79e3627ae1ebff32a721116600e26233803d067e;p=sdc.git fix netty security violation Change-Id: Iee4c5b6a15f81c53f7711b445760640a3b31ac31 Issue-ID: SDC-1721 Signed-off-by: Yuli Shlosberg --- diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 0455d7f32e..424bd595a7 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -480,6 +480,16 @@ test + + + io.netty + netty-all + + + + io.netty + netty-handler + 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 @@ groovy 2.4.8 + + + io.netty + netty-handler + diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index ddb5454ac1..a67f305e45 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -260,6 +260,16 @@ groovy + + io.netty + netty-all + + + + io.netty + netty-handler + + 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 groovy 2.4.13 + + io.netty + netty-all + 4.0.45.Final + + + io.netty + netty-handler + 4.0.45.Final + 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 @@ org.codehaus.groovy groovy + + + io.netty + netty-all + + + + io.netty + netty-handler + + diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index c1ea1396af..b167cc1992 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -257,6 +257,11 @@ groovy + + io.netty + netty-handler + +