Do not store the job jar in usrlib
Try to fix classloading issues with scala: scala.MatchError: None (of class scala.None$) Assumption is that flink is loading this jar twice:
- because present in usrlib
- because passed as an argument of the FlinkDeployement JobSpec despite being optional, flink will fail if not set.
Bug: T328675