TCAgen2 container CrashLoopBackOff error fix 48/118648/1
authorKai <lukai@chinamobile.com>
Mon, 1 Mar 2021 10:13:26 +0000 (18:13 +0800)
committerKai <lukai@chinamobile.com>
Mon, 1 Mar 2021 10:14:45 +0000 (18:14 +0800)
Issue-ID: DCAEGEN2-2654
Signed-off-by: Kai Lu <lukai@chinamobile.com>
Change-Id: Ibe55a81630bbeafbf97e149f8ef2cfe182e09347

dcae-analytics/dcae-analytics-model/pom.xml
dcae-analytics/dcae-analytics-tca-core/pom.xml
dcae-analytics/dcae-analytics-tca-model/pom.xml
dcae-analytics/dcae-analytics-tca-web/pom.xml
dcae-analytics/dcae-analytics-web/pom.xml

index 90a9b35..75898e7 100644 (file)
             <artifactId>reactor-netty</artifactId>
             <version>0.9.12.RELEASE</version>
         </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>
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-beans</artifactId>
index 09d90e1..64ea595 100644 (file)
             <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>
 
index a24c3fd..9343142 100644 (file)
             <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>
 
index fdee04e..3d4784d 100644 (file)
         <groupId>io.undertow</groupId>
         <artifactId>undertow-core</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>
 
index c0a20ce..c217c93 100644 (file)
             <groupId>io.undertow</groupId>
             <artifactId>undertow-core</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>