fix netty security violation 59/69659/3
authorYuli Shlosberg <ys9693@att.com>
Tue, 2 Oct 2018 11:45:26 +0000 (14:45 +0300)
committerTal Gitelman <tg851x@intl.att.com>
Thu, 4 Oct 2018 08:59:48 +0000 (08:59 +0000)
Change-Id: Iee4c5b6a15f81c53f7711b445760640a3b31ac31
Issue-ID: SDC-1721
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
asdctool/pom.xml
catalog-be/pom.xml
catalog-model/pom.xml
pom.xml
test-apis-ci/pom.xml
ui-ci/pom.xml

index 0455d7f..424bd59 100644 (file)
             <scope>test</scope>
         </dependency>
         <!-- testing end -->
+
+               <dependency>
+                       <groupId>io.netty</groupId>
+                       <artifactId>netty-all</artifactId>
+               </dependency>
+
+               <dependency>
+                       <groupId>io.netty</groupId>
+                       <artifactId>netty-handler</artifactId>
+               </dependency>
        </dependencies>
 
        <build>
index a15f7b8..ac7d789 100644 (file)
             <artifactId>groovy</artifactId>
             <version>2.4.8</version>
         </dependency>
+
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-handler</artifactId>
+        </dependency>
     </dependencies>
 
     <build>
index ddb5454..a67f305 100644 (file)
                        <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>
                <plugins>
diff --git a/pom.xml b/pom.xml
index d6a4853..60bdc2b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -189,6 +189,16 @@ Modifications copyright (c) 2018 Nokia
                 <artifactId>groovy</artifactId>
                 <version>2.4.13</version>
             </dependency>
+            <dependency>
+                <groupId>io.netty</groupId>
+                <artifactId>netty-all</artifactId>
+                <version>4.0.45.Final</version>
+            </dependency>
+            <dependency>
+                <groupId>io.netty</groupId>
+                <artifactId>netty-handler</artifactId>
+                <version>4.0.45.Final</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
index e6a6e26..5a3c051 100644 (file)
             <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>
index c1ea139..b167cc1 100644 (file)
                        <artifactId>groovy</artifactId>
                </dependency>
 
+               <dependency>
+                       <groupId>io.netty</groupId>
+                       <artifactId>netty-handler</artifactId>
+               </dependency>
+
        </dependencies>
 
        <build>