StephanEwen 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_r401413113
##########
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:
We have to only forward parts of the NOTICE relevant to the parts we
redistribute, according so ASLv2.
----------------------------------------------------------------
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