getIgnoredDependencies

Allows to configure dependencies that will be ignored in the lock state.

The format of the entry is <group>:<artifact> where both can end with a * as a wildcard character. The value *:* is not considered a valid value as it is equivalent to disabling locking.

These dependencies will not be written to the lock state and any references to them in lock state will be ignored at runtime. It is thus not possible to set this property but still lock a matching entry by manually adding it to the lock state.

Since

6.7