rmetzger 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_r401406532
 
 

 ##########
 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:
   Are we including the contents of Kafka's `NOTICE` file somewhere?
   
   We have to forward the Kafka NOTICE file, even if we disagree with it's 
contents (at least that's how I understand the ASL 2.0)

----------------------------------------------------------------
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

Reply via email to