Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit ad89512

Browse files
authored
Merge pull request #120 from Activiti/CTI777-2414-Remove-RabbitMQ-binder-from-starters-and-move-to-example-projects
RabbitMQ binder moved to activiti-cloud-notifications-graphql project
2 parents ff95cbe + bb237ab commit ad89512

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@
7373
<artifactId>h2</artifactId>
7474
<optional>true</optional>
7575
</dependency>
76+
<dependency>
77+
<groupId>org.springframework.cloud</groupId>
78+
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
79+
</dependency>
7680
</dependencies>
7781
<build>
7882
<plugins>

0 commit comments

Comments
 (0)