This closes #3951
This commit is contained in:
commit
6aa9e207f6
|
@ -132,10 +132,6 @@
|
||||||
<groupId>org.apache.activemq</groupId>
|
<groupId>org.apache.activemq</groupId>
|
||||||
<artifactId>activemq-openwire-legacy</artifactId>
|
<artifactId>activemq-openwire-legacy</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.tomcat</groupId>
|
|
||||||
<artifactId>tomcat-servlet-api</artifactId>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!-- Management Console Dependencies -->
|
<!-- Management Console Dependencies -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
5
pom.xml
5
pom.xml
|
@ -749,11 +749,6 @@
|
||||||
<classifier>uber</classifier>
|
<classifier>uber</classifier>
|
||||||
<!-- License: (Joint): Apache 2.0 & EPL 1.0 -->
|
<!-- License: (Joint): Apache 2.0 & EPL 1.0 -->
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.tomcat</groupId>
|
|
||||||
<artifactId>tomcat-servlet-api</artifactId>
|
|
||||||
<version>8.5.5</version>
|
|
||||||
</dependency>
|
|
||||||
<!-- ## End Jetty Wed Dependencies ## -->
|
<!-- ## End Jetty Wed Dependencies ## -->
|
||||||
|
|
||||||
<!-- for URL reflection. Using Populate on URI Factory at activemq-commons -->
|
<!-- for URL reflection. Using Populate on URI Factory at activemq-commons -->
|
||||||
|
|
Loading…
Reference in New Issue