Thomas Jungblut created HAMA-634:
------------------------------------
Summary: Remove Zookeeper JMX/JMS dependencies
Key: HAMA-634
URL: https://issues.apache.org/jira/browse/HAMA-634
Project: Hama
Issue Type: Improvement
Components: bsp core
Affects Versions: 0.5.0
Reporter: Thomas Jungblut
Fix For: 0.6.0
Currently it just makes messy errors when it can't unregister a JMX bean. Let's
exclude it from maven:
{noformat}
<!-- zk dependency in hama-trunk.pom -->
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira