We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec567b commit e5cd35fCopy full SHA for e5cd35f
pom.xml
@@ -117,6 +117,15 @@
117
<groupId>org.springframework.security</groupId>
118
<artifactId>spring-security-oauth2-jose</artifactId>
119
</dependency>
120
+ <dependency>
121
+ <groupId>org.springframework.boot</groupId>
122
+ <artifactId>spring-boot-starter-amqp</artifactId>
123
+ </dependency>
124
125
+ <groupId>org.springframework.amqp</groupId>
126
+ <artifactId>spring-rabbit-test</artifactId>
127
+ <scope>test</scope>
128
129
</dependencies>
130
131
<dependencyManagement>
0 commit comments