Skip to content

Commit

Permalink
[FLINK-16901][legal] Correctly handle the THIRD_PARTY_NOTICES file in…
Browse files Browse the repository at this point in the history
… kinesis connector bundled dependency

This closes apache#11964.
  • Loading branch information
carp84 committed May 1, 2020
1 parent 4dc1f7e commit 261e721
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 0 deletions.
8 changes: 8 additions & 0 deletions flink-connectors/flink-connector-kinesis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,14 @@ under the License.
<shadedPattern>org.apache.flink.kinesis.shaded.org.apache.http</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
<artifact>com.amazonaws:amazon-kinesis-producer</artifact>
<excludes>
<exclude>META-INF/THIRD_PARTY_NOTICES</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
Expand Down
Loading

0 comments on commit 261e721

Please sign in to comment.