mirror of https://github.com/apache/activemq.git
Merge pull request #462 from coheigea/AMQ-7411
AMQ-7411 - Avoid leaking Hadoop test dependency
This commit is contained in:
commit
e51e8f30c9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue