From: Kai Date: Mon, 1 Mar 2021 10:13:26 +0000 (+0800) Subject: TCAgen2 container CrashLoopBackOff error fix X-Git-Tag: 1.3.0-tca-gen2~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=57e8d13a68698a8c0daed6c0b0d934c9b2cb4b21;p=dcaegen2%2Fanalytics%2Ftca-gen2.git TCAgen2 container CrashLoopBackOff error fix Issue-ID: DCAEGEN2-2654 Signed-off-by: Kai Lu Change-Id: Ibe55a81630bbeafbf97e149f8ef2cfe182e09347 --- diff --git a/dcae-analytics/dcae-analytics-model/pom.xml b/dcae-analytics/dcae-analytics-model/pom.xml index 90a9b35..75898e7 100644 --- a/dcae-analytics/dcae-analytics-model/pom.xml +++ b/dcae-analytics/dcae-analytics-model/pom.xml @@ -101,6 +101,16 @@ reactor-netty 0.9.12.RELEASE + + io.netty + netty-handler + 4.1.54.Final + + + io.netty + netty-handler-proxy + 4.1.54.Final + org.springframework spring-beans diff --git a/dcae-analytics/dcae-analytics-tca-core/pom.xml b/dcae-analytics/dcae-analytics-tca-core/pom.xml index 09d90e1..64ea595 100644 --- a/dcae-analytics/dcae-analytics-tca-core/pom.xml +++ b/dcae-analytics/dcae-analytics-tca-core/pom.xml @@ -71,6 +71,16 @@ ${project.groupId} dcae-analytics-test + + io.netty + netty-handler + 4.1.54.Final + + + io.netty + netty-handler-proxy + 4.1.54.Final + diff --git a/dcae-analytics/dcae-analytics-tca-model/pom.xml b/dcae-analytics/dcae-analytics-tca-model/pom.xml index a24c3fd..9343142 100644 --- a/dcae-analytics/dcae-analytics-tca-model/pom.xml +++ b/dcae-analytics/dcae-analytics-tca-model/pom.xml @@ -62,6 +62,16 @@ ${project.groupId} dcae-analytics-test + + io.netty + netty-handler + 4.1.54.Final + + + io.netty + netty-handler-proxy + 4.1.54.Final + diff --git a/dcae-analytics/dcae-analytics-tca-web/pom.xml b/dcae-analytics/dcae-analytics-tca-web/pom.xml index fdee04e..3d4784d 100644 --- a/dcae-analytics/dcae-analytics-tca-web/pom.xml +++ b/dcae-analytics/dcae-analytics-tca-web/pom.xml @@ -120,6 +120,16 @@ io.undertow undertow-core + + io.netty + netty-handler + 4.1.54.Final + + + io.netty + netty-handler-proxy + 4.1.54.Final + diff --git a/dcae-analytics/dcae-analytics-web/pom.xml b/dcae-analytics/dcae-analytics-web/pom.xml index c0a20ce..c217c93 100644 --- a/dcae-analytics/dcae-analytics-web/pom.xml +++ b/dcae-analytics/dcae-analytics-web/pom.xml @@ -144,6 +144,16 @@ io.undertow undertow-core + + io.netty + netty-handler + 4.1.54.Final + + + io.netty + netty-handler-proxy + 4.1.54.Final +