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 19:30:31 UTC

[ambari] branch AMBARI-25849-branch-2.7.7 created (now 4e331b73d4)

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

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


      at 4e331b73d4 AMBARI-25849 : Need to update org.jboss.netty: netty dependency

This branch includes the following new commits:

     new 4e331b73d4 AMBARI-25849 : Need to update org.jboss.netty: netty dependency

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[ambari] 01/01: AMBARI-25849 : Need to update org.jboss.netty: netty dependency

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4e331b73d4b5aa57d11a74db843fd4defee07d14
Author: Vishal Suvagia <vi...@apache.org>
AuthorDate: Thu Feb 2 00:59:17 2023 +0530

    AMBARI-25849 : Need to update org.jboss.netty: netty dependency
    
    Issue:
    Need to update org.jboss.netty: netty dependency
    
    Changes:
    Excluded org.jboss.netty: netty dependency from unwanted imports.
---
 ambari-metrics/ambari-metrics-timelineservice/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/ambari-metrics/ambari-metrics-timelineservice/pom.xml b/ambari-metrics/ambari-metrics-timelineservice/pom.xml
index e0eece66bd..0a722ef6bb 100644
--- a/ambari-metrics/ambari-metrics-timelineservice/pom.xml
+++ b/ambari-metrics/ambari-metrics-timelineservice/pom.xml
@@ -372,6 +372,10 @@
           <artifactId>javax.ws.rs-api</artifactId>
           <groupId>javax.ws.rs</groupId>
         </exclusion>
+        <exclusion>
+          <groupId>org.jboss.netty</groupId>
+          <artifactId>netty</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
@@ -783,6 +787,10 @@
           <artifactId>javax.ws.rs-api</artifactId>
           <groupId>javax.ws.rs</groupId>
         </exclusion>
+        <exclusion>
+          <groupId>org.jboss.netty</groupId>
+          <artifactId>netty</artifactId>
+        </exclusion>
         <exclusion>
           <groupId>com.fasterxml.jackson.core</groupId>
           <artifactId>jackson-databind</artifactId>


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