This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
commit ed6b475d3a918a126bb61af35959172e3c814abe Author: Tzu-Li (Gordon) Tai <[email protected]> AuthorDate: Wed Dec 23 13:14:44 2020 +0800 [hotfix] [build] Remove redundant shade filter from statefun-flink-datastream --- statefun-flink/statefun-flink-datastream/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/statefun-flink/statefun-flink-datastream/pom.xml b/statefun-flink/statefun-flink-datastream/pom.xml index 5821039..4452af8 100644 --- a/statefun-flink/statefun-flink-datastream/pom.xml +++ b/statefun-flink/statefun-flink-datastream/pom.xml @@ -115,17 +115,6 @@ 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> - </excludes> - </filter> </filters> <transformers> <!-- required to aggregate all the META-INF/services files -->
