Repository: activemq
Updated Branches:
  refs/heads/master 525fd29d1 -> 7e5042849


AMQ-6990 - Exclude commons-beanutils-core

Thank you to Jamie Goodyear for the patch


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/7e504284
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/7e504284
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/7e504284

Branch: refs/heads/master
Commit: 7e50428495b5e57a5b612a68c3beab4e09ce9d6d
Parents: 525fd29
Author: Christopher L. Shannon (cshannon) <[email protected]>
Authored: Fri Jul 27 11:30:06 2018 -0400
Committer: Christopher L. Shannon (cshannon) <[email protected]>
Committed: Fri Jul 27 11:30:58 2018 -0400

----------------------------------------------------------------------
 activemq-leveldb-store/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/7e504284/activemq-leveldb-store/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-leveldb-store/pom.xml b/activemq-leveldb-store/pom.xml
index 86700ec..26b6b3b 100644
--- a/activemq-leveldb-store/pom.xml
+++ b/activemq-leveldb-store/pom.xml
@@ -188,6 +188,10 @@
       <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>
         </exclusion>

Reply via email to