Merge pull request #10045 from blasd:clean1.5.x
* pr/10045: Add dependency management for tomcat-catalina-jmx-remote
This commit is contained in:
commit
ac9c2c0bd5
|
|
@ -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