You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by zh...@apache.org on 2022/03/02 03:20:42 UTC

[rocketmq-connect] 34/43: 1.add rocketmq-tools dependency so rocketmq-connect-jdbc can run on it (#537)

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

zhoubo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-connect.git

commit e325d72a4b1cb13bbb101082301d2adb530a2c00
Author: affe <af...@gmail.com>
AuthorDate: Sun Mar 29 22:07:17 2020 -0700

    1.add rocketmq-tools dependency so rocketmq-connect-jdbc can run on it (#537)
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6beb19c..9df23c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,7 +264,6 @@
             <artifactId>druid</artifactId>
             <version>1.0.31</version>
         </dependency>
-
     </dependencies>
 
 </project>