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

[flink] Diff for: [GitHub] zentol merged pull request #7442: [FLINK-11023][kafka] Add NOTICE files

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 06027573b32..0411ab92cc5 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 00000000000..abe30980272
--- /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 4b031a13a72..2401d310c35 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 00000000000..6edfd53a673
--- /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 4668ee5f64b..9185171a9fc 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 00000000000..8738d64a85c
--- /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 8a2609ed6a7..bc65b3db590 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 00000000000..2ca1bb4acf0
--- /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


With regards,
Apache Git Services