Dian Fu created FLINK-16932:
-------------------------------
Summary: Remove unnecessary entries in the distribution jar NOTICE
Key: FLINK-16932
URL:
https://issues.apache.org/jira/browse/FLINK-16932 Project: Flink
Issue Type: Bug
Components: Stateful Functions
Reporter: Dian Fu
Fix For: statefun-2.0.0
The following packages which are declared in the NOTICE to be bundled in the jar of statefun-flink-distribution are not actually bundled in it:
- org.apache.commons:commons-math3:3.5
- commons-cli:commons-cli:jar:1.3.1
- commons-collections:commons-collections:3.2.2
- org.apache.commons:commons-compress:1.18
- com.google.code.findbugs:jsr305:1.3.9
- org.objenesis:objenesis:2.1
- com.esotericsoftware.kryo:kryo:2.24.0
- com.esotericsoftware.minlog:minlog:1.2
This was introduced after
https://issues.apache.org/jira/browse/FLINK-16892.
We should remove these entries in the NOTICE.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)