I am developing a Authentication plugin for HiveMQ broker. I am able to integrate & bring the plugin up & running. No issue so far.
however, I have few dependency on 3rd party jars (used by the plugin itself).
How I can add them to the classpath so that those 3rd party jars are available for HiveMQ when the plugins are executed.
Thanks