[SB3 Update] remove unused embedded mongodb and activemq dependencies

This commit is contained in:
Chris Bono
2022-10-17 21:53:54 -05:00
parent 62928a8f76
commit a07c04e856
2 changed files with 0 additions and 10 deletions

View File

@@ -45,11 +45,6 @@
<artifactId>spring-boot-starter-data-mongodb</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>

View File

@@ -28,11 +28,6 @@
<artifactId>jakarta.jms-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mock-server</groupId>
<artifactId>mockserver-netty</artifactId>