You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by we...@apache.org on 2022/07/17 14:16:46 UTC

[dolphinscheduler] branch dev updated: [hotfix][Worker] Remove service dependency from worker module (#11008)

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

wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new a74d7ef665 [hotfix][Worker] Remove service dependency from worker module (#11008)
a74d7ef665 is described below

commit a74d7ef665212d174f93ae4cc8205cea666729c2
Author: zhuxt2015 <59...@qq.com>
AuthorDate: Sun Jul 17 22:16:35 2022 +0800

    [hotfix][Worker] Remove service dependency from worker module (#11008)
    
    * worker remove service dependency
---
 dolphinscheduler-worker/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/dolphinscheduler-worker/pom.xml b/dolphinscheduler-worker/pom.xml
index adb5bfcde5..760ffaa80a 100644
--- a/dolphinscheduler-worker/pom.xml
+++ b/dolphinscheduler-worker/pom.xml
@@ -31,16 +31,6 @@
     <artifactId>dolphinscheduler-worker</artifactId>
 
     <dependencies>
-        <dependency>
-            <groupId>org.apache.dolphinscheduler</groupId>
-            <artifactId>dolphinscheduler-service</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.dolphinscheduler</groupId>
-                    <artifactId>dolphinscheduler-dao</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
         <dependency>
             <groupId>org.apache.dolphinscheduler</groupId>
             <artifactId>dolphinscheduler-spi</artifactId>