Spark 2.1 with Pureconfig 0.8 workaround for Maven
问题 The below solution taken from Spark not working with pureconfig seems to be the working solution for sbt but having a hard time figuring out a maven version for doing this. Trying to get pureconfig 0.8 working with spark 2.1 using spark-submit but still getting the pesky Exception in thread "main" java.lang.NoSuchMethodError: shapeless.Witness$.mkWitness(Ljava/lang/Object;)Lshapeless/Witness; error outside of IntelliJ. assemblyShadeRules in assembly := Seq( ShadeRule.rename("shapeless.**" ->