rickchengx commented on code in PR #11589:
URL: 
https://github.com/apache/dolphinscheduler/pull/11589#discussion_r1030261179


##########
dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/pom.xml:
##########
@@ -48,5 +48,10 @@
             <artifactId>dolphinscheduler-datasource-api</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.dolphinscheduler</groupId>
+            <artifactId>dolphinscheduler-service</artifactId>
+            <version>${project.version}</version>
+        </dependency>

Review Comment:
   > > Is your suggestion that we should move SensitiveDataConverter to another 
module? (maybe dolphinscheduler-task-api?)
   > 
   > Yes, is it better to move it inito common module? WDYT?
   
   Sure, thanks for your suggestion, I'll look into it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to