Skip to content

Commit c295e12

Browse files
littlegrasscaoSun Cao
and
Sun Cao
authored
switch to spark 4.0.0 official release (#738) (#739)
Co-authored-by: Sun Cao <sun.cao+data@databricks.com>
1 parent 3e98281 commit c295e12

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.sbt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ import sbt.ExclusionRule
1818

1919
ThisBuild / parallelExecution := false
2020

21-
val sparkStagingRepo =
22-
"org.apache.spark" at "https://repository.apache.org/content/repositories/orgapachespark-1484/"
2321
val sparkVersion = "4.0.0"
2422
val scala212 = "2.12.10"
2523
val scala213 = "2.13.13"
@@ -73,7 +71,6 @@ lazy val client = (project in file("client")) settings(
7371
java17Settings,
7472
scalaStyleSettings,
7573
releaseSettings,
76-
resolvers ++= Seq(sparkStagingRepo),
7774
libraryDependencies ++= Seq(
7875
"org.apache.httpcomponents" % "httpclient" % "4.5.14",
7976
"org.apache.spark" %% "spark-sql" % sparkVersion % "provided",
@@ -104,7 +101,6 @@ lazy val spark = (project in file("spark")) dependsOn(client) settings(
104101
java17Settings,
105102
scalaStyleSettings,
106103
releaseSettings,
107-
resolvers ++= Seq(sparkStagingRepo),
108104
libraryDependencies ++= Seq(
109105
"org.apache.spark" %% "spark-sql" % sparkVersion % "provided",
110106
"org.apache.spark" %% "spark-catalyst" % sparkVersion % "test" classifier "tests",

0 commit comments

Comments
 (0)