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

kurt 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 5bd7ed4  [FLINK-11872][table-runtime-blink] update lz4 license file. 
(#7952)
5bd7ed4 is described below

commit 5bd7ed4364497577709e9225f0522adb0b428e7a
Author: Kurt Young <ykt...@gmail.com>
AuthorDate: Thu Mar 21 08:44:13 2019 +0800

    [FLINK-11872][table-runtime-blink] update lz4 license file. (#7952)
---
 flink-table/flink-table-runtime-blink/pom.xml       | 21 +++++++++++++++++++++
 .../src/main/resources/META-INF/NOTICE              |  4 ++++
 2 files changed, 25 insertions(+)

diff --git a/flink-table/flink-table-runtime-blink/pom.xml 
b/flink-table/flink-table-runtime-blink/pom.xml
index 17f200a..458438b 100644
--- a/flink-table/flink-table-runtime-blink/pom.xml
+++ b/flink-table/flink-table-runtime-blink/pom.xml
@@ -93,4 +93,25 @@ under the License.
                        <scope>test</scope>
                </dependency>
        </dependencies>
+
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-shade-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>shade-flink</id>
+                                               <configuration>
+                                                       <artifactSet>
+                                                               <includes 
combine.children="append">
+                                                                       
<include>org.lz4:lz4-java</include>
+                                                               </includes>
+                                                       </artifactSet>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
+               </plugins>
+       </build>
 </project>
diff --git 
a/flink-table/flink-table-runtime-blink/src/main/resources/META-INF/NOTICE 
b/flink-table/flink-table-runtime-blink/src/main/resources/META-INF/NOTICE
index 518d83e..d68d0d6 100644
--- a/flink-table/flink-table-runtime-blink/src/main/resources/META-INF/NOTICE
+++ b/flink-table/flink-table-runtime-blink/src/main/resources/META-INF/NOTICE
@@ -3,3 +3,7 @@ Copyright 2014-2019 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.lz4:lz4-java:1.5.0

Reply via email to