Skip to content

Commit f4b9113

Browse files
lresendeVincent Ye
authored andcommitted
Rewrite using play json
1 parent 45fd03e commit f4b9113

File tree

2 files changed

+205
-174
lines changed

2 files changed

+205
-174
lines changed

spark-monitor-plugin/build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ Test / fork := true
2020
// Needed for SparkMonitor plugin
2121
libraryDependencies ++= Dependencies.sparkAll.value
2222
libraryDependencies ++= Seq(
23-
"org.json4s" % "json4s-native_2.12" % "3.7.0-M11" % "provided",
24-
("org.json4s" % "json4s-jackson_2.12" % "3.7.0-M11" % "provided").exclude("com.fasterxml.jackson.core" , "jackson-databind"),
23+
Dependencies.playJson
2524
)
2625

2726
// Test dependencies

0 commit comments

Comments
 (0)