summaryrefslogtreecommitdiffstats
path: root/dcae-analytics/dcae-analytics-tca-model/pom.xml
diff options
context:
space:
mode:
authorKai <lukai@chinamobile.com>2021-03-01 18:13:26 +0800
committerKai <lukai@chinamobile.com>2021-03-01 18:14:45 +0800
commit57e8d13a68698a8c0daed6c0b0d934c9b2cb4b21 (patch)
treed2a51a7b48c334d0e141b838004e6295ce8046c5 /dcae-analytics/dcae-analytics-tca-model/pom.xml
parent1d2daa763efd7c1fb55c85f040b152fe68d1d1a1 (diff)
TCAgen2 container CrashLoopBackOff error fix
Issue-ID: DCAEGEN2-2654 Signed-off-by: Kai Lu <lukai@chinamobile.com> Change-Id: Ibe55a81630bbeafbf97e149f8ef2cfe182e09347
Diffstat (limited to 'dcae-analytics/dcae-analytics-tca-model/pom.xml')
-rw-r--r--dcae-analytics/dcae-analytics-tca-model/pom.xml10
1 files changed, 10 insertions, 0 deletions
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 @@
<groupId>${project.groupId}</groupId>
<artifactId>dcae-analytics-test</artifactId>
</dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-handler</artifactId>
+ <version>4.1.54.Final</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-handler-proxy</artifactId>
+ <version>4.1.54.Final</version>
+ </dependency>
</dependencies>