I'd like to suggest to add <scope>runtime</scope> for visrec-ri. This allows examples to be run with multiple implementations. Currently classes like deepnetts.data.TabularDataSet are used within the examples, so when replacing the ri with another implementation (djl) causes compilation failures.
What are your thoughts?