Remove/ Replace embedded Info.plist

Hi,

I would like to bundle an OpenJDK runtime into my app.

When uploading to the App Store, I get the following error:

CFBundleIdentifier Collision - The Info.plist CFBundleIdentifier value 'net.java.openjdk.java' of 'java' is already in use by another application.

When I code-sign the JRE inside of my bundle, this embedded information is not updated or deleted.

What would be the proper way to remove/ change this embedded Info.plist information?

It is embedded in the java binary.