uklimaschewski / JMXWrapper

JMXWrapper is a wrapper that allows creation of dynamic JMX MBeans through annotations
Other
41 stars 9 forks source link

junit compile-time dependency #12

Closed technocoreai closed 8 years ago

technocoreai commented 8 years ago

Please mark the junit dependency in the pom.xml as a test one (<scope>test</scope>). I don't think any JUnit classes are used in runtime.

uklimaschewski commented 8 years ago

Thank you, I have added the test scope to the test dependency.