Browse Source

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.
Vishal Suvagia 2 years ago
parent
commit
4e331b73d4
1 changed files with 8 additions and 0 deletions
  1. 8 0
      ambari-metrics/ambari-metrics-timelineservice/pom.xml

+ 8 - 0
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>