Hi @romankh3,
if your Java class (or Spring bean) only exists in one of the two projects, make sure you configure the job executor to be deployment aware. Otherwise you might end up in a situation where the job executor of the application that does not have access to the class tries to execute the timer job and fails loading that class.
You can read more about this topic here:
Cheers,
Ben