You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2021/05/07 08:26:39 UTC

[flink] 04/04: [FLINK-22555][build][python] Exclude leftover jboss files

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 8f3d483d7432f2857035be07d8f54612cde18b57
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue May 4 10:41:46 2021 +0200

    [FLINK-22555][build][python] Exclude leftover jboss files
---
 flink-python/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-python/pom.xml b/flink-python/pom.xml
index 1482e2a..9bb15ec 100644
--- a/flink-python/pom.xml
+++ b/flink-python/pom.xml
@@ -356,6 +356,7 @@ under the License.
 									<artifact>org.apache.beam:beam-vendor-grpc-1_26_0</artifact>
 									<excludes>
 										<exclude>org/apache/beam/vendor/grpc/v1p26p0/org/jboss/**</exclude>
+										<exclude>schema/**</exclude>
 										<exclude>org/apache/beam/vendor/grpc/v1p26p0/org/eclipse/jetty/**</exclude>
 									</excludes>
 								</filter>