Merge pull request #10045 from blasd:clean1.5.x

* pr/10045:
  Add dependency management for tomcat-catalina-jmx-remote
This commit is contained in:
Stephane Nicoll 2017-09-19 17:13:55 +02:00
commit ac9c2c0bd5
1 changed files with 5 additions and 0 deletions

View File

@ -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>