iwasakims commented on a change in pull request #2075:
URL: https://github.com/apache/hadoop/pull/2075#discussion_r440754521



##########
File path: hadoop-client-modules/hadoop-client-runtime/pom.xml
##########
@@ -158,11 +158,8 @@
                       <!-- the jdk ships part of the javax.annotation 
namespace, so if we want to relocate this we'll have to care it out by class :( 
-->
                       <exclude>com.google.code.findbugs:jsr305</exclude>
                       <exclude>io.dropwizard.metrics:metrics-core</exclude>
-                      <exclude>org.eclipse.jetty.websocket:*</exclude>
                       <exclude>org.eclipse.jetty:jetty-servlet</exclude>
                       <exclude>org.eclipse.jetty:jetty-security</exclude>
-                      <exclude>org.eclipse.jetty:jetty-client</exclude>
-                      <exclude>org.eclipse.jetty:jetty-http</exclude>
                       <exclude>org.eclipse.jetty:jetty-xml</exclude>

Review comment:
       jetty-servlet and jetty-security are brought by 
[YARN-8778](https://issues.apache.org/jira/browse/YARN-8778). jetty-client, 
jetty-http and jetty-xml are brought by 
[HADOOP-16152](https://issues.apache.org/jira/browse/HADOOP-16152). [The patch 
of 
HADOOP-16152](https://issues.apache.org/jira/secure/attachment/12982420/HADOOP-16152.006.patch#file-7)
 looks excluding them on purpose.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to