xintongsong commented on pull request #15599: URL: https://github.com/apache/flink/pull/15599#issuecomment-850241316
@galenwarren, Sorry, I haven't finished the review yet, distracted by some other works. I'm halfway there, and should be able to finish this early next week. Meantime, I did managed to look into the license issue. The problem is that `flink-gs-fs-hadoop` depends on `javax.annotation-api` (indirectly, via `google-cloud-storage`) at the `compile` scope. `javax.annotation-api` has a GPLv2 license, which means per the [Apache guidelines](https://www.apache.org/legal/resolved.html#category-x ) we cannot bundle it into any Apache Flink artifacts. Could you try exclude `javax.annotation-api` in the pom, see if that fix the CI failure? Moreover, could you try if the feature works without bundling this dependency? If not, users would need to manually download this dependency to the lib folder, and we need to mention this in documentation. -- 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]
