Repository: activemq Updated Branches: refs/heads/activemq-5.15.x da054951c -> 528eb3beb
AMQ-6990 - Exclude commons-beanutils-core Thank you to Jamie Goodyear for the patch (cherry picked from commit 7e50428495b5e57a5b612a68c3beab4e09ce9d6d) Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/528eb3be Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/528eb3be Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/528eb3be Branch: refs/heads/activemq-5.15.x Commit: 528eb3beb27d376062bc962e64f068ac344b4e21 Parents: da05495 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:31:35 2018 -0400 ---------------------------------------------------------------------- activemq-leveldb-store/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/528eb3be/activemq-leveldb-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-leveldb-store/pom.xml b/activemq-leveldb-store/pom.xml index 653bbf1..6f5e22f 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>
