tzulitai commented on a change in pull request #88: Licensing final fixes /
touches for 2.0.0
URL: https://github.com/apache/flink-statefun/pull/88#discussion_r401409091
##########
File path:
statefun-examples/statefun-ridesharing-example/statefun-ridesharing-example-simulator/pom.xml
##########
@@ -169,6 +178,24 @@ under the License.
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
+ <filter>
+ <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>
Review comment:
How it is being done in Flink may be wrong though -
I won't be against merging the contents to our NOTICE file, to be safe.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services