Add dependency management for tomcat-catalina-jmx-remote
Closes gh-10045
This commit is contained in:
parent
d89ff8cb28
commit
9e69a41eae
|
|
@ -1318,6 +1318,11 @@
|
|||
<artifactId>solr-solrj</artifactId>
|
||||
<version>${solr.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
<artifactId>tomcat-catalina-jmx-remote</artifactId>
|
||||
<version>${tomcat.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat.embed</groupId>
|
||||
<artifactId>tomcat-embed-core</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue