Hi @jmanko,
To disable Hazelcast with Payara-Micro you can use the --nocluster command line option. This can be configured in your payara-micro-maven-plugin configuration by adding the following option in the commandLineOptions:
<option>
<key>--nocluster</key>
<value>true</value>
</option>
Best Regards,
James