Putting this module on the class path effectively disables any key management, regardless of any other KeyManager module which may be present on the class path.
'net.java.truecommons:truecommons-key-disable:2.4'
<dependency> <groupId>net.java.truecommons</groupId> <artifactId>truecommons-key-disable</artifactId> <version>2.4</version> </dependency>
<dependency org="net.java.truecommons" name="truecommons-key-disable" rev="2.4"/>
"net.java.truecommons", "truecommons-key-disable", "2.4"