mirror of https://github.com/apache/activemq.git
AMQ-6990 - Exclude commons-beanutils-core
Thank you to Jamie Goodyear for the patch
This commit is contained in:
parent
525fd29d16
commit
7e50428495
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue