Skip to content

Commit

Permalink
[FLINK-11872][table-runtime-blink] update lz4 license file. (apache#7952
Browse files Browse the repository at this point in the history
)
  • Loading branch information
KurtYoung committed Mar 21, 2019
1 parent 56d81e0 commit 5bd7ed4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions flink-table/flink-table-runtime-blink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ Copyright 2014-2019 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.lz4:lz4-java:1.5.0

0 comments on commit 5bd7ed4

Please sign in to comment.