You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2020/02/27 15:59:39 UTC

[activemq] branch activemq-5.15.x updated: Remove unused activemq-leveldb test dependencies

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.15.x by this push:
     new 7508c54  Remove unused activemq-leveldb test dependencies
7508c54 is described below

commit 7508c54bc79935e7e0b1f6a43cf886181bf15886
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Feb 27 12:34:17 2020 +0000

    Remove unused activemq-leveldb test dependencies
    
    (cherry picked from commit e3776c97aeb91a2e97b416cf9b986b87da3a3958)
---
 activemq-leveldb-store/pom.xml | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/activemq-leveldb-store/pom.xml b/activemq-leveldb-store/pom.xml
index 2104195..8406009 100644
--- a/activemq-leveldb-store/pom.xml
+++ b/activemq-leveldb-store/pom.xml
@@ -312,19 +312,7 @@
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.6</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>tomcat</groupId>
-      <artifactId>jasper-runtime</artifactId>
-      <version>5.5.12</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>tomcat</groupId>
-      <artifactId>jasper-compiler</artifactId>
-      <version>5.5.12</version>
+      <version>${commons-lang-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>