Skip to content

Commit 96d161f

Browse files
author
Vincent Ye
committed
remove dependecies
1 parent 7b96df9 commit 96d161f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

plugins/build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ libraryDependencies ++= Seq(
2222
Dependencies.scalaReflect.value,
2323
Dependencies.clapper,
2424
Dependencies.slf4jApi,
25-
"org.apache.spark" %% "spark-core" % "3.3.2" % "provided",
2625
"net.sf.py4j" % "py4j" % "0.10.7" % "provided",
27-
"log4j" % "log4j" % "1.2.17" % "provided",
2826
"org.json4s" % "json4s-native_2.12" % "3.7.0-M11" % "provided",
2927
("org.json4s" % "json4s-jackson_2.12" % "3.7.0-M11" % "provided").exclude("com.fasterxml.jackson.core" , "jackson-databind"),
3028
)

spark-monitor-plugin/build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
Test / fork := true
1919

2020
// Needed for SparkMonitor plugin
21+
libraryDependencies ++= Dependencies.sparkAll.value
2122
libraryDependencies ++= Seq(
22-
"org.apache.spark" %% "spark-core" % "3.3.2" % "provided",
23-
"log4j" % "log4j" % "1.2.17" % "provided",
2423
"org.json4s" % "json4s-native_2.12" % "3.7.0-M11" % "provided",
2524
("org.json4s" % "json4s-jackson_2.12" % "3.7.0-M11" % "provided").exclude("com.fasterxml.jackson.core" , "jackson-databind"),
2625
)

0 commit comments

Comments
 (0)