You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/01/16 10:07:09 UTC

[flink] branch master updated: [FLINK-11023][kafka] Add NOTICE files

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

chesnay 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 a1c64b9  [FLINK-11023][kafka] Add NOTICE files
a1c64b9 is described below

commit a1c64b99a73ed7cbb91f7db983196981ee8af330
Author: zentol <ch...@apache.org>
AuthorDate: Thu Dec 20 11:54:55 2018 +0100

    [FLINK-11023][kafka] Add NOTICE files
---
 flink-connectors/flink-sql-connector-kafka-0.10/pom.xml          | 7 ++++++-
 .../src/main/resources/META-INF/NOTICE                           | 9 +++++++++
 flink-connectors/flink-sql-connector-kafka-0.11/pom.xml          | 7 ++++++-
 .../src/main/resources/META-INF/NOTICE                           | 9 +++++++++
 flink-connectors/flink-sql-connector-kafka-0.9/pom.xml           | 5 ++++-
 .../src/main/resources/META-INF/NOTICE                           | 9 +++++++++
 flink-connectors/flink-sql-connector-kafka/pom.xml               | 7 ++++++-
 .../flink-sql-connector-kafka/src/main/resources/META-INF/NOTICE | 9 +++++++++
 8 files changed, 58 insertions(+), 4 deletions(-)

diff --git a/flink-connectors/flink-sql-connector-kafka-0.10/pom.xml b/flink-connectors/flink-sql-connector-kafka-0.10/pom.xml
index 0602757..0411ab9 100644
--- a/flink-connectors/flink-sql-connector-kafka-0.10/pom.xml
+++ b/flink-connectors/flink-sql-connector-kafka-0.10/pom.xml
@@ -66,9 +66,14 @@ under the License.
 							</artifactSet>
 							<filters>
 								<filter>
-									<artifact>*:*</artifact>
+									<artifact>org.apache.kafka:*</artifact>
 									<excludes>
 										<exclude>kafka/kafka-version.properties</exclude>
+										<exclude>LICENSE</exclude>
+										<!-- Does not contain anything relevant.
+											Cites a binary dependency on jersey, but this is neither reflected in the
+											dependency graph, nor are any jersey files bundled. -->
+										<exclude>NOTICE</exclude>
 									</excludes>
 								</filter>
 							</filters>
diff --git a/flink-connectors/flink-sql-connector-kafka-0.10/src/main/resources/META-INF/NOTICE b/flink-connectors/flink-sql-connector-kafka-0.10/src/main/resources/META-INF/NOTICE
new file mode 100644
index 0000000..abe3098
--- /dev/null
+++ b/flink-connectors/flink-sql-connector-kafka-0.10/src/main/resources/META-INF/NOTICE
@@ -0,0 +1,9 @@
+flink-sql-connector-kafka-0.10
+Copyright 2014-2018 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+- org.apache.kafka:kafka-clients:0.10.2.1
diff --git a/flink-connectors/flink-sql-connector-kafka-0.11/pom.xml b/flink-connectors/flink-sql-connector-kafka-0.11/pom.xml
index 4b031a1..2401d31 100644
--- a/flink-connectors/flink-sql-connector-kafka-0.11/pom.xml
+++ b/flink-connectors/flink-sql-connector-kafka-0.11/pom.xml
@@ -67,9 +67,14 @@ under the License.
 							</artifactSet>
 							<filters>
 								<filter>
-									<artifact>*:*</artifact>
+									<artifact>org.apache.kafka:*</artifact>
 									<excludes>
 										<exclude>kafka/kafka-version.properties</exclude>
+										<exclude>LICENSE</exclude>
+										<!-- Does not contain anything relevant.
+											Cites a binary dependency on jersey, but this is neither reflected in the
+											dependency graph, nor are any jersey files bundled. -->
+										<exclude>NOTICE</exclude>
 									</excludes>
 								</filter>
 							</filters>
diff --git a/flink-connectors/flink-sql-connector-kafka-0.11/src/main/resources/META-INF/NOTICE b/flink-connectors/flink-sql-connector-kafka-0.11/src/main/resources/META-INF/NOTICE
new file mode 100644
index 0000000..6edfd53
--- /dev/null
+++ b/flink-connectors/flink-sql-connector-kafka-0.11/src/main/resources/META-INF/NOTICE
@@ -0,0 +1,9 @@
+flink-sql-connector-kafka-0.9
+Copyright 2014-2018 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+- org.apache.kafka:kafka-clients:0.11.0.2
diff --git a/flink-connectors/flink-sql-connector-kafka-0.9/pom.xml b/flink-connectors/flink-sql-connector-kafka-0.9/pom.xml
index 4668ee5..9185171 100644
--- a/flink-connectors/flink-sql-connector-kafka-0.9/pom.xml
+++ b/flink-connectors/flink-sql-connector-kafka-0.9/pom.xml
@@ -65,9 +65,12 @@ under the License.
 							</artifactSet>
 							<filters>
 								<filter>
-									<artifact>*:*</artifact>
+									<artifact>org.apache.kafka:*</artifact>
 									<excludes>
 										<exclude>kafka/kafka-version.properties</exclude>
+										<exclude>LICENSE</exclude>
+										<!-- Does not contain anything relevant -->
+										<exclude>NOTICE</exclude>
 									</excludes>
 								</filter>
 							</filters>
diff --git a/flink-connectors/flink-sql-connector-kafka-0.9/src/main/resources/META-INF/NOTICE b/flink-connectors/flink-sql-connector-kafka-0.9/src/main/resources/META-INF/NOTICE
new file mode 100644
index 0000000..8738d64
--- /dev/null
+++ b/flink-connectors/flink-sql-connector-kafka-0.9/src/main/resources/META-INF/NOTICE
@@ -0,0 +1,9 @@
+flink-sql-connector-kafka-0.9
+Copyright 2014-2018 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+- org.apache.kafka:kafka-clients:0.9.0.1
diff --git a/flink-connectors/flink-sql-connector-kafka/pom.xml b/flink-connectors/flink-sql-connector-kafka/pom.xml
index 8a2609e..bc65b3d 100644
--- a/flink-connectors/flink-sql-connector-kafka/pom.xml
+++ b/flink-connectors/flink-sql-connector-kafka/pom.xml
@@ -66,9 +66,14 @@ under the License.
 							</artifactSet>
 							<filters>
 								<filter>
-									<artifact>*:*</artifact>
+									<artifact>org.apache.kafka:*</artifact>
 									<excludes>
 										<exclude>kafka/kafka-version.properties</exclude>
+										<exclude>LICENSE</exclude>
+										<!-- Does not contain anything relevant.
+											Cites a binary dependency on jersey, but this is neither reflected in the
+											dependency graph, nor are any jersey files bundled. -->
+										<exclude>NOTICE</exclude>
 									</excludes>
 								</filter>
 							</filters>
diff --git a/flink-connectors/flink-sql-connector-kafka/src/main/resources/META-INF/NOTICE b/flink-connectors/flink-sql-connector-kafka/src/main/resources/META-INF/NOTICE
new file mode 100644
index 0000000..2ca1bb4
--- /dev/null
+++ b/flink-connectors/flink-sql-connector-kafka/src/main/resources/META-INF/NOTICE
@@ -0,0 +1,9 @@
+flink-sql-connector-kafka
+Copyright 2014-2018 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+- org.apache.kafka:kafka-clients:2.0.1