galenwarren commented on a change in pull request #18452:
URL: https://github.com/apache/flink/pull/18452#discussion_r790882554
##########
File path: flink-filesystems/flink-gs-fs-hadoop/pom.xml
##########
@@ -214,6 +214,8 @@ under the License.
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
+
<!-- exclude javax.annotation because of GPLv2 license, see
https://github.com/apache/flink/pull/15599#issuecomment-850241316 -->
+
<exclude>javax/annotation/**</exclude>
Review comment:
Agreed, that's the puzzling part.
It doesn't seem that there are any actual code files included in the Java 11
jar, it's just these two `package.html` files. Maybe those files are treated
differently in the bundling process, somehow?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]