tillrohrmann commented on a change in pull request #18452:
URL: https://github.com/apache/flink/pull/18452#discussion_r790960376



##########
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:
       I think the dependency is pulled in by the `gcs-connector` dependency 
when using Java 11. Hence, adding the exclusion to this dependency should solve 
the problem.




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


Reply via email to