martint / jmxutils

Exporting JMX mbeans made easy
Apache License 2.0
171 stars 47 forks source link

The README.md reflects 1.11 which does not have ExportBinder #30

Closed ajeeshpu closed 9 years ago

ajeeshpu commented 9 years ago
<dependency>
    <groupId>org.weakref</groupId>
    <artifactId>jmxutils</artifactId>
    <version>1.11</version>
</dependency>

The maven dependency does not reflect the correct class since ExportBinder is unavailable in 1.11. Have checked version 1.18 where it is available. May be you could point to the latest considering the other code samples are up to date

martint commented 9 years ago

Fixed, thanks!