Removes the module-info.java files to work around a bug with the maven-javadoc-plugin which attempts to invoke javadoc with the --module-path parameter if these files are found. This breaks the build when using OpenJDK 8. This patch can be removed once the default JDK is upgraded (or the plugin fixed).