sunchao commented on a change in pull request #29843:
URL: https://github.com/apache/spark/pull/29843#discussion_r509796677



##########
File path: external/kafka-0-10-sql/pom.xml
##########
@@ -79,6 +79,10 @@
       <artifactId>kafka-clients</artifactId>
       <version>${kafka.version}</version>
     </dependency>
+    <dependency>
+      <groupId>com.google.code.findbugs</groupId>

Review comment:
       @srowen @dbtsai actually this was [already 
added](https://github.com/apache/spark/blob/master/LICENSE-binary#L322) - it 
makes sense because we're already using this from the old hadoop transitive 
dependencies, what's new is that we're making it explicit since 
hadoop-client-api excludes it.
   
   Similarly for JAXB.




----------------------------------------------------------------
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