wuchong commented on a change in pull request #12687: URL: https://github.com/apache/flink/pull/12687#discussion_r441950342
########## File path: flink-connectors/flink-sql-connector-hbase/src/main/resources/META-INF/NOTICE ########## @@ -0,0 +1,60 @@ +flink-sql-connector-hbase +Copyright 2014-2020 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt) + +- commons-codec:commons-codec:1.10 +- commons-configuration:commons-configuration:1.7 +- commons-lang:commons-lang:2.6 +- commons-logging:commons-logging:1.1.1 Review comment: `htrace-core` is an uber jar which shades `jackson` and `commons-logging` in it. I think that's why we can't find the dependencies in maven shade plugin output? ---------------------------------------------------------------- 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]
