You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/06/22 05:56:08 UTC

[GitHub] [rocketmq-connect] odbozhou commented on a diff in pull request #154: [ISSUE #153]upgrade rocketmq connect JDBC plug-in

odbozhou commented on code in PR #154:
URL: https://github.com/apache/rocketmq-connect/pull/154#discussion_r903310517


##########
connectors/rocketmq-connect-jdbc/pom.xml:
##########
@@ -36,21 +37,144 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-
         <!-- Compiler settings properties -->
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
         <rocketmq.version>4.5.2</rocketmq.version>
+
+        <!--test jar-->
+        <junit.version>4.13.1</junit.version>
+        <assertj.version>2.6.0</assertj.version>
+        <mockito.version>2.6.3</mockito.version>
+
+        <!--rocket connect api-->
+        <openmessaging-connector.version>0.1.3-SNAPSHOT</openmessaging-connector.version>

Review Comment:
   please use 0.1.3



-- 
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: dev-unsubscribe@rocketmq.apache.org

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