Skip to content

Commit

Permalink
[FLINK-11023][kafka] Add NOTICE files
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Jan 16, 2019
1 parent bfbf986 commit a1c64b9
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 4 deletions.
7 changes: 6 additions & 1 deletion flink-connectors/flink-sql-connector-kafka-0.10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
@@ -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:https://www.apache.org/).

This project bundles the following dependencies under the Apache Software License 2.0. (http:https://www.apache.org/licenses/LICENSE-2.0.txt)

- org.apache.kafka:kafka-clients:0.10.2.1
7 changes: 6 additions & 1 deletion flink-connectors/flink-sql-connector-kafka-0.11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
@@ -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:https://www.apache.org/).

This project bundles the following dependencies under the Apache Software License 2.0. (http:https://www.apache.org/licenses/LICENSE-2.0.txt)

- org.apache.kafka:kafka-clients:0.11.0.2
5 changes: 4 additions & 1 deletion flink-connectors/flink-sql-connector-kafka-0.9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
@@ -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:https://www.apache.org/).

This project bundles the following dependencies under the Apache Software License 2.0. (http:https://www.apache.org/licenses/LICENSE-2.0.txt)

- org.apache.kafka:kafka-clients:0.9.0.1
7 changes: 6 additions & 1 deletion flink-connectors/flink-sql-connector-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
@@ -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:https://www.apache.org/).

This project bundles the following dependencies under the Apache Software License 2.0. (http:https://www.apache.org/licenses/LICENSE-2.0.txt)

- org.apache.kafka:kafka-clients:2.0.1

0 comments on commit a1c64b9

Please sign in to comment.