This is an automated email from the ASF dual-hosted git repository.

xtsong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a6e338  [FLINK-25758][flink-gs-fs-hadoop] Fix licensing issues with 
JDK11
1a6e338 is described below

commit 1a6e3387fdf974a05488f1bc6c7293fb6e32cb0a
Author: Galen Warren <[email protected]>
AuthorDate: Sun Jan 23 12:02:37 2022 -0500

    [FLINK-25758][flink-gs-fs-hadoop] Fix licensing issues with JDK11
    
    This closes #18452
---
 flink-filesystems/flink-gs-fs-hadoop/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/flink-filesystems/flink-gs-fs-hadoop/pom.xml 
b/flink-filesystems/flink-gs-fs-hadoop/pom.xml
index 67f065b..2e72d5f 100644
--- a/flink-filesystems/flink-gs-fs-hadoop/pom.xml
+++ b/flink-filesystems/flink-gs-fs-hadoop/pom.xml
@@ -124,6 +124,11 @@ under the License.
                                        <groupId>org.codehaus.mojo</groupId>
                                        
<artifactId>animal-sniffer-annotations</artifactId>
                                </exclusion>
+                               <!-- exclude dependency because of its GPLv2 
license, see https://github.com/apache/flink/pull/15599#issuecomment-850241316 
-->
+                               <exclusion>
+                                       <groupId>javax.annotation</groupId>
+                                       
<artifactId>javax.annotation-api</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 

Reply via email to