Skip to content

Commit

Permalink
Merge pull request #191 from ni-ze/supportRsqldb
Browse files Browse the repository at this point in the history
Add dependency in serviceLoad module
  • Loading branch information
ni-ze authored Jul 3, 2022
2 parents f99c509 + bf14ded commit 1a5d9c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions rocketmq-streams-channel-rocketmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions rocketmq-streams-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
4 changes: 4 additions & 0 deletions rocketmq-streams-serviceloader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 1a5d9c7

Please sign in to comment.