Skip to content

Commit e5cd35f

Browse files
authored
Update pom.xml
1 parent 5ec567b commit e5cd35f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,15 @@
117117
<groupId>org.springframework.security</groupId>
118118
<artifactId>spring-security-oauth2-jose</artifactId>
119119
</dependency>
120+
<dependency>
121+
<groupId>org.springframework.boot</groupId>
122+
<artifactId>spring-boot-starter-amqp</artifactId>
123+
</dependency>
124+
<dependency>
125+
<groupId>org.springframework.amqp</groupId>
126+
<artifactId>spring-rabbit-test</artifactId>
127+
<scope>test</scope>
128+
</dependency>
120129
</dependencies>
121130

122131
<dependencyManagement>

0 commit comments

Comments
 (0)