We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d515595 commit bbdfcd4Copy full SHA for bbdfcd4
spring-boot-dependencies/pom.xml
@@ -514,6 +514,11 @@
514
<artifactId>activemq-pool</artifactId>
515
<version>${activemq.version}</version>
516
</dependency>
517
+ <dependency>
518
+ <groupId>org.apache.activemq</groupId>
519
+ <artifactId>activemq-jms-pool</artifactId>
520
+ <version>${activemq.version}</version>
521
+ </dependency>
522
<dependency>
523
<groupId>org.apache.commons</groupId>
524
<artifactId>commons-pool2</artifactId>
@@ -1295,4 +1300,4 @@
1295
1300
</plugins>
1296
1301
</pluginManagement>
1297
1302
</build>
1298
-</project>
1303
+</project>
0 commit comments