This is an automated email from the ASF dual-hosted git repository.
karp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git
The following commit(s) were added to refs/heads/main by this push:
new bf14ded0 add denpency in serviceLoad module
new 1a5d9c7b Merge pull request #191 from ni-ze/supportRsqldb
bf14ded0 is described below
commit bf14ded0d4bee2a85017cbd386c45aee20d8f26e
Author: 维章 <[email protected]>
AuthorDate: Sat Jul 2 22:51:40 2022 +0800
add denpency in serviceLoad module
---
rocketmq-streams-channel-rocketmq/pom.xml | 4 ----
rocketmq-streams-examples/pom.xml | 4 ----
rocketmq-streams-serviceloader/pom.xml | 4 ++++
3 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/rocketmq-streams-channel-rocketmq/pom.xml
b/rocketmq-streams-channel-rocketmq/pom.xml
index 31f6d478..c8d2cb02 100644
--- a/rocketmq-streams-channel-rocketmq/pom.xml
+++ b/rocketmq-streams-channel-rocketmq/pom.xml
@@ -33,10 +33,6 @@
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams-commons</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.rocketmq</groupId>
- <artifactId>rocketmq-streams-serviceloader</artifactId>
- </dependency>
<dependency>
<groupId>org.apache.rocketmq</groupId>
diff --git a/rocketmq-streams-examples/pom.xml
b/rocketmq-streams-examples/pom.xml
index 46fabf08..4eed67b6 100644
--- a/rocketmq-streams-examples/pom.xml
+++ b/rocketmq-streams-examples/pom.xml
@@ -51,10 +51,6 @@
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-client</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.rocketmq</groupId>
- <artifactId>rocketmq-streams-commons</artifactId>
- </dependency>
</dependencies>
<packaging>jar</packaging>
diff --git a/rocketmq-streams-serviceloader/pom.xml
b/rocketmq-streams-serviceloader/pom.xml
index a1cf354d..eec6092a 100755
--- a/rocketmq-streams-serviceloader/pom.xml
+++ b/rocketmq-streams-serviceloader/pom.xml
@@ -35,5 +35,9 @@
<artifactId>rocketmq-streams-commons</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.rocketmq</groupId>
+ <artifactId>rocketmq-streams-channel-rocketmq</artifactId>
+ </dependency>
</dependencies>
</project>