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/20 07:08:10 UTC

[activemq] branch activemq-5.15.x updated: AMQ-7411 - Avoid leaking Hadoop test dependency

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 957e885  AMQ-7411 - Avoid leaking Hadoop test dependency
957e885 is described below

commit 957e8853ac1f7485fb8d1f7a4e4432d4b7942a24
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Feb 19 06:57:13 2020 +0000

    AMQ-7411 - Avoid leaking Hadoop test dependency
    
    (cherry picked from commit 1f2e9be784fb0dc20fe48be2a9a35946446641d7)
---
 activemq-leveldb-store/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/activemq-leveldb-store/pom.xml b/activemq-leveldb-store/pom.xml
index 195ee71..548eb7e 100644
--- a/activemq-leveldb-store/pom.xml
+++ b/activemq-leveldb-store/pom.xml
@@ -190,6 +190,7 @@
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-core</artifactId>
       <version>${hadoop-version}</version>
+      <scope>test</scope>
       <exclusions>
         <!-- hadoop's transative dependencies are such a pig -->
         <exclusion>