AMQ-6990 - Exclude commons-beanutils-core

Thank you to Jamie Goodyear for the patch
This commit is contained in:
Christopher L. Shannon (cshannon) 2018-07-27 11:30:06 -04:00
parent 525fd29d16
commit 7e50428495
1 changed files with 4 additions and 0 deletions

View File

@ -187,6 +187,10 @@
<version>${hadoop-version}</version>
<exclusions>
<!-- hadoop's transative dependencies are such a pig -->
<exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils-core</artifactId>
</exclusion>
<exclusion>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>