Skip to content

Commit 9e69a41

Browse files
blacellesnicoll
authored andcommitted
Add dependency management for tomcat-catalina-jmx-remote
Closes gh-10045
1 parent d89ff8c commit 9e69a41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,6 +1318,11 @@
13181318
<artifactId>solr-solrj</artifactId>
13191319
<version>${solr.version}</version>
13201320
</dependency>
1321+
<dependency>
1322+
<groupId>org.apache.tomcat</groupId>
1323+
<artifactId>tomcat-catalina-jmx-remote</artifactId>
1324+
<version>${tomcat.version}</version>
1325+
</dependency>
13211326
<dependency>
13221327
<groupId>org.apache.tomcat.embed</groupId>
13231328
<artifactId>tomcat-embed-core</artifactId>

0 commit comments

Comments
 (0)