Skip to content

Commit ac9c2c0

Browse files
committed
Merge pull request #10045 from blasd:clean1.5.x
* pr/10045: Add dependency management for tomcat-catalina-jmx-remote
2 parents d89ff8c + 9e69a41 commit ac9c2c0

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)