一、禁止依賴傳遞(intransitive) json
val json4s = "org.json4s" %% "json4s-core" % "3.2.4" intransitive()
val json4s = "org.json4s" %% "json4s-native" % "3.2.4" exclude("org.scala-lang", "scala-compiler")