This is an automated email from the ASF dual-hosted git repository. lidongdai pushed a commit to branch dailidong-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
commit e3c58365e4b050d1298845d22fa551bd616ced74 Author: dailidong <[email protected]> AuthorDate: Mon Apr 20 12:03:19 2020 +0800 Update pom.xml --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 9e9a43d..031c0ad 100644 --- a/pom.xml +++ b/pom.xml @@ -827,6 +827,9 @@ <include>**/dao/utils/DagHelperTest.java</include> <include>**/dao/AlertDaoTest.java</include> </includes> + <excludes> + <exclude>**/common/utils/HadoopUtils.java</exclude> + </excludes> <!-- <skip>true</skip> --> </configuration> </plugin>
