未验证 提交 45197585 编写于 作者: D Danny Chan 提交者: GitHub

[FLINK-16878][e2e][table] Fix dependency shading of table modules test failure after FLINK-14338

This closes #11575
上级 7ff9ce16
......@@ -61,6 +61,8 @@ function checkCodeDependencies {
grep -v "^\s*\-> org.json" |\
grep -v "^\s*\-> org.apache.tapestry5.json." |\
grep -v "^\s*\-> org.codehaus.jettison" |\
grep -v "^\s*\-> org.apiguardian.api" |\
grep -v "^\s*\-> org.apache.commons.io.input" |\
grep -v "^\s*\-> net.minidev.json" > $CONTENTS_FILE
if [[ `cat $CONTENTS_FILE | wc -l` -eq '0' ]]; then
echo "Success: There are no unwanted dependencies in the ${JAR} jar."
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册