Skip to content

Commit bbdfcd4

Browse files
committed
Add activemq-jms-pool managed dependency
Fixes gh-1423
1 parent d515595 commit bbdfcd4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,11 @@
514514
<artifactId>activemq-pool</artifactId>
515515
<version>${activemq.version}</version>
516516
</dependency>
517+
<dependency>
518+
<groupId>org.apache.activemq</groupId>
519+
<artifactId>activemq-jms-pool</artifactId>
520+
<version>${activemq.version}</version>
521+
</dependency>
517522
<dependency>
518523
<groupId>org.apache.commons</groupId>
519524
<artifactId>commons-pool2</artifactId>
@@ -1295,4 +1300,4 @@
12951300
</plugins>
12961301
</pluginManagement>
12971302
</build>
1298-
</project>
1303+
</project>

0 commit comments

Comments
 (0)