This commit is contained in:
Robbie Gemmell 2022-02-14 12:43:56 +00:00
commit 6aa9e207f6
2 changed files with 0 additions and 9 deletions

View File

@ -132,10 +132,6 @@
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-openwire-legacy</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-servlet-api</artifactId>
</dependency>
<!-- Management Console Dependencies -->
<dependency>

View File

@ -749,11 +749,6 @@
<classifier>uber</classifier>
<!-- License: (Joint): Apache 2.0 & EPL 1.0 -->
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-servlet-api</artifactId>
<version>8.5.5</version>
</dependency>
<!-- ## End Jetty Wed Dependencies ## -->
<!-- for URL reflection. Using Populate on URI Factory at activemq-commons -->