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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 9964a9f0d [INLONG-4254][Manager] Add flink table dependencies for 
inlong-manager/manager-plugins (#4255)
9964a9f0d is described below

commit 9964a9f0dfc1214108abcefd7c5348a251d2004a
Author: fuweng11 <[email protected]>
AuthorDate: Fri May 20 09:38:19 2022 +0800

    [INLONG-4254][Manager] Add flink table dependencies for 
inlong-manager/manager-plugins (#4255)
---
 inlong-manager/manager-plugins/pom.xml |  9 ++++++++
 licenses/inlong-manager/LICENSE        |  3 +++
 licenses/inlong-manager/NOTICE         | 38 ++++++++++++++++++++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/inlong-manager/manager-plugins/pom.xml 
b/inlong-manager/manager-plugins/pom.xml
index f7b82eb2a..09c31ebb3 100644
--- a/inlong-manager/manager-plugins/pom.xml
+++ b/inlong-manager/manager-plugins/pom.xml
@@ -51,6 +51,15 @@
             <groupId>org.apache.flink</groupId>
             <artifactId>flink-clients_2.11</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.flink</groupId>
+            
<artifactId>flink-table-runtime-blink_${flink.scala.binary.version}</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.flink</groupId>
+            <artifactId>flink-table-api-java</artifactId>
+            <version>${flink.version}</version>
+        </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-core</artifactId>
diff --git a/licenses/inlong-manager/LICENSE b/licenses/inlong-manager/LICENSE
index 3ce851934..8148ec19e 100644
--- a/licenses/inlong-manager/LICENSE
+++ b/licenses/inlong-manager/LICENSE
@@ -534,6 +534,9 @@ The text of each license is the standard Apache 2.0 license.
   org.elasticsearch:elasticsearch-x-content:6.8.23 - x-content 
(https://github.com/elastic/elasticsearch), (The Apache Software License, 
Version 2.0)
   com.alibaba:fastjson:1.2.79 - fastjson 
(https://github.com/alibaba/fastjson), (Apache 2)
   it.unimi.dsi:fastutil:6.5.6 - fastutil 
(https://github.com/vigna/fastutil/tree/7.0.4), (Apache 2.0)
+
+  org.apache.flink:flink-table-runtime-blink_2.11:jar:1.13.5 - Flink : Runtime 
Blink (https://flink.apache.org/flink-table/flink-table-runtime-blink_2.11), 
(The Apache Software License, Version 2.0)
+  org.apache.flink:flink-table-api-java:jar:1.13.5 - Flink : API Java 
(https://flink.apache.org/flink-table/flink-table-api-java), (The Apache 
Software License, Version 2.0)
   org.apache.flink:flink-annotations:1.13.5 - Flink : Annotations 
(https://github.com/apache/flink/tree/release-1.13.5/flink-annotations), (The 
Apache Software License, Version 2.0)
   org.apache.flink:flink-clients_2.11:1.13.5 - Flink : Clients 
(https://github.com/apache/flink/tree/release-1.13.5/flink-clients), (The 
Apache Software License, Version 2.0)
   org.apache.flink:flink-core:1.13.5 - Flink : Core 
(https://github.com/apache/flink/tree/release-1.13.5/flink-core), (The Apache 
Software License, Version 2.0)
diff --git a/licenses/inlong-manager/NOTICE b/licenses/inlong-manager/NOTICE
index c16f2ebc4..c5c6f5fad 100644
--- a/licenses/inlong-manager/NOTICE
+++ b/licenses/inlong-manager/NOTICE
@@ -573,9 +573,47 @@ Flink : Connectors : File Sink Common
 Copyright 2014-2021 The Apache Software Foundation
 
 
+========================================================================
+
+Flink : Table : API Java NOTICE
+========================================================================
+
+// ------------------------------------------------------------------
+// NOTICE file corresponding to the section 4d of The Apache License,
+// Version 2.0, in this case for Apache Flink
+// ------------------------------------------------------------------
+
+Apache Flink
+Copyright 2006-2021 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+
+Flink : Table : API Java
+Copyright 2014-2021 The Apache Software Foundation
 
 ========================================================================
 
+Flink : Table : Runtime Blink NOTICE
+========================================================================
+
+// ------------------------------------------------------------------
+// NOTICE file corresponding to the section 4d of The Apache License,
+// Version 2.0, in this case for Apache Flink
+// ------------------------------------------------------------------
+
+Apache Flink
+Copyright 2006-2021 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+
+Flink : Table : Runtime Blink
+Copyright 2014-2021 The Apache Software Foundation
+========================================================================
+
 Flink : FileSystems : Hadoop FS NOTICE
 ========================================================================
 

Reply via email to