You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/04/20 04:03:29 UTC

[incubator-dolphinscheduler] 01/01: Update pom.xml

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 <da...@gmail.com>
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>