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

chenxingchun pushed a commit to branch 1.3.6-prepare
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/1.3.6-prepare by this push:
     new bf1c5af  [1.3.6-prepare]Reduce redundant configuration (#5219)
bf1c5af is described below

commit bf1c5afc769445cfc36f567687a271289eb9078c
Author: Kirs <[email protected]>
AuthorDate: Tue Apr 6 17:34:29 2021 +0800

    [1.3.6-prepare]Reduce redundant configuration (#5219)
---
 ext/skywalking/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/ext/skywalking/pom.xml b/ext/skywalking/pom.xml
index cb7121e..1f5a9af 100644
--- a/ext/skywalking/pom.xml
+++ b/ext/skywalking/pom.xml
@@ -30,8 +30,6 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <dolphinscheduler.version>${parent.version}</dolphinscheduler.version>
-
         <agent.dir>${project.build.directory}/skywalking-agent/</agent.dir>
         <agent-plugins.dir>${agent.dir}/plugins/</agent-plugins.dir>
         
<agent-activations.dir>${agent.dir}/activations/</agent-activations.dir>
@@ -44,13 +42,11 @@
         <dependency>
             <groupId>org.apache.dolphinscheduler</groupId>
             <artifactId>dolphinscheduler-service</artifactId>
-            <version>${dolphinscheduler.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.dolphinscheduler</groupId>
             <artifactId>dolphinscheduler-server</artifactId>
-            <version>${dolphinscheduler.version}</version>
             <scope>provided</scope>
         </dependency>
 

Reply via email to