You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/09/08 02:14:30 UTC

[GitHub] [dolphinscheduler] ruanwenjun commented on a diff in pull request #10689: [Feature-10683][Task Plugin] Add Java Task Plugin.

ruanwenjun commented on code in PR #10689:
URL: https://github.com/apache/dolphinscheduler/pull/10689#discussion_r965439038


##########
pom.xml:
##########
@@ -261,6 +262,12 @@
                 <version>${project.version}</version>
             </dependency>
 
+            <dependency>
+                <groupId>mysql</groupId>
+                <artifactId>mysql-connector-java</artifactId>
+                <version>${mysql.connector.version}</version>
+            </dependency>
+

Review Comment:
   Please remove this dependency, we should already define this in dolphinscheduler-bom



-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org