You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vi...@apache.org on 2023/02/01 18:15:19 UTC

[ambari] 01/01: AMBARI-25845 : Need to update io.netty:netty dependency

This is an automated email from the ASF dual-hosted git repository.

vishalsuvagia pushed a commit to branch AMBARI-25845-branch-2.7.7
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit 4ddd69e80afa4909ea857685d9a729fc2c014214
Author: Vishal Suvagia <vi...@apache.org>
AuthorDate: Wed Feb 1 23:44:05 2023 +0530

    AMBARI-25845 : Need to update io.netty:netty dependency
    
    Issue:
    Need to update io.netty:netty dependency
    
    Changes:
    Excluded unwanted io.netty:netty dependencies.
---
 contrib/views/commons/pom.xml   |  4 ++++
 contrib/views/files/pom.xml     |  4 ++++
 contrib/views/pig/pom.xml       |  8 ++++++++
 contrib/views/utils/pom.xml     |  4 ++++
 contrib/views/wfmanager/pom.xml | 14 +++++++++-----
 5 files changed, 29 insertions(+), 5 deletions(-)

diff --git a/contrib/views/commons/pom.xml b/contrib/views/commons/pom.xml
index 317d489949..52f65a268b 100644
--- a/contrib/views/commons/pom.xml
+++ b/contrib/views/commons/pom.xml
@@ -58,6 +58,10 @@
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-util</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>io.netty</groupId>
+          <artifactId>netty</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
diff --git a/contrib/views/files/pom.xml b/contrib/views/files/pom.xml
index a002fd2b6e..02ba784bb8 100644
--- a/contrib/views/files/pom.xml
+++ b/contrib/views/files/pom.xml
@@ -84,6 +84,10 @@
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-util</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>io.netty</groupId>
+          <artifactId>netty</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
diff --git a/contrib/views/pig/pom.xml b/contrib/views/pig/pom.xml
index 42ab5b7830..bf0d0b64f6 100644
--- a/contrib/views/pig/pom.xml
+++ b/contrib/views/pig/pom.xml
@@ -100,6 +100,10 @@
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-util</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>io.netty</groupId>
+          <artifactId>netty</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
@@ -116,6 +120,10 @@
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-util</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>io.netty</groupId>
+          <artifactId>netty</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
diff --git a/contrib/views/utils/pom.xml b/contrib/views/utils/pom.xml
index 33779cb994..813273fabd 100644
--- a/contrib/views/utils/pom.xml
+++ b/contrib/views/utils/pom.xml
@@ -81,6 +81,10 @@
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-util</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>io.netty</groupId>
+            <artifactId>netty</artifactId>
+          </exclusion>
         </exclusions>
     </dependency>
     <dependency>
diff --git a/contrib/views/wfmanager/pom.xml b/contrib/views/wfmanager/pom.xml
index cbc4d8d38c..8558e1c54d 100644
--- a/contrib/views/wfmanager/pom.xml
+++ b/contrib/views/wfmanager/pom.xml
@@ -106,11 +106,15 @@
 					<groupId>tomcat</groupId>
 					<artifactId>jasper-runtime</artifactId>
 				</exclusion>
-        <!--removed for security bugs in version : 9.3.19.v20170502-->
-        <exclusion>
-          <groupId>org.eclipse.jetty</groupId>
-          <artifactId>jetty-util</artifactId>
-        </exclusion>
+                               <!--removed for security bugs in version : 9.3.19.v20170502-->
+                               <exclusion>
+                                       <groupId>org.eclipse.jetty</groupId>
+                                       <artifactId>jetty-util</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>io.netty</groupId>
+                                       <artifactId>netty</artifactId>
+                               </exclusion>
       </exclusions>
 		</dependency>
 	</dependencies>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org