File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,7 @@ libraryDependencies ++= Seq(
22
22
Dependencies .scalaReflect.value,
23
23
Dependencies .clapper,
24
24
Dependencies .slf4jApi,
25
- " org.apache.spark" %% " spark-core" % " 3.3.2" % " provided" ,
26
25
" net.sf.py4j" % " py4j" % " 0.10.7" % " provided" ,
27
- " log4j" % " log4j" % " 1.2.17" % " provided" ,
28
26
" org.json4s" % " json4s-native_2.12" % " 3.7.0-M11" % " provided" ,
29
27
(" org.json4s" % " json4s-jackson_2.12" % " 3.7.0-M11" % " provided" ).exclude(" com.fasterxml.jackson.core" , " jackson-databind" ),
30
28
)
Original file line number Diff line number Diff line change 18
18
Test / fork := true
19
19
20
20
// Needed for SparkMonitor plugin
21
+ libraryDependencies ++= Dependencies .sparkAll.value
21
22
libraryDependencies ++= Seq (
22
- " org.apache.spark" %% " spark-core" % " 3.3.2" % " provided" ,
23
- " log4j" % " log4j" % " 1.2.17" % " provided" ,
24
23
" org.json4s" % " json4s-native_2.12" % " 3.7.0-M11" % " provided" ,
25
24
(" org.json4s" % " json4s-jackson_2.12" % " 3.7.0-M11" % " provided" ).exclude(" com.fasterxml.jackson.core" , " jackson-databind" ),
26
25
)
You can’t perform that action at this time.
0 commit comments