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:04:58 UTC

[activemq] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f2e9be  AMQ-7411 - Avoid leaking Hadoop test dependency
     new e51e8f3  Merge pull request #462 from coheigea/AMQ-7411
1f2e9be is described below

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

    AMQ-7411 - Avoid leaking Hadoop test dependency
---
 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 26b6b3b..549a219 100644
--- a/activemq-leveldb-store/pom.xml
+++ b/activemq-leveldb-store/pom.xml
@@ -185,6 +185,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>