Merge pull request #462 from coheigea/AMQ-7411

AMQ-7411 - Avoid leaking Hadoop test dependency
This commit is contained in:
Jean-Baptiste Onofré 2020-02-20 08:04:50 +01:00 committed by GitHub
commit e51e8f30c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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>