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 <[email protected]> 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>
