File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ libraryDependencies ++= Seq(
1414 " org.apache.spark" %% " spark-core" % " 2.4.3" ,
1515 " org.scalactic" %% " scalactic" % " 3.1.0" ,
1616 " org.apache.spark" %% " spark-sql" % " 2.4.3" ,
17- " org.apache.spark" %% " spark-mllib" % " 2.4.3" % " runtime" ,
1817 " com.databricks" %% " spark-csv" % " 1.4.0" ,
1918 " com.amazonaws" % " aws-java-sdk" % " 1.11.636" ,
2019 " org.apache.hadoop" % " hadoop-aws" % " 2.7.6" ,
@@ -31,15 +30,11 @@ libraryDependencies ++= Seq(
3130 // "org.apache.bahir" %% "spark-streaming-twitter" % "2.3.1",
3231 // "com.danielasfregola" %% "twitter4s" % "6.1"
3332
34- // ES
35- " org.elasticsearch" % " elasticsearch-hadoop" % " 7.6.1" ,
36-
3733 // others
3834 " org.apache.commons" % " commons-text" % " 1.8" ,
3935
4036 // test
4137 " org.scalatest" %% " scalatest" % " 3.1.1" % " test"
42-
4338)
4439
4540conflictManager := ConflictManager .latestRevision
You can’t perform that action at this time.
0 commit comments