I'm using Livy on HDInsight to submit jobs to a Spark cluster. I have my code written and compiled into a JAR, but it has multiple dependencies, some of which are from a custom repository.
How do I get Livy to resolve these dependencies by itself? I dont want to submit a fat jar because the dependencies are changing always and I dont like the ops effort involved.