Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PYIC-7476: Suppress circular dependency warning from Sonar
Sonar got upset about a circular dependency between the Event interface and the ExitNestedJourneyEvent implementation. The interface references the implementation due to how we instructr Jackson to determine which classes to deserialise into. No idea why it suddenly has an issue with it...
- Loading branch information