Skip to content

Commit 6930112

Browse files
rebase
-e Co-authored-by: Thomas Chow <[email protected]> -e Co-authored-by: Thomas Chow <[email protected]> -e Co-authored-by: Thomas Chow <[email protected]> -e Co-authored-by: Thomas Chow <[email protected]> Co-authored-by: Thomas Chow <[email protected]> Co-authored-by: Thomas Chow <[email protected]>
1 parent 9d07b7c commit 6930112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ lazy val cloud_gcp = project
220220
libraryDependencies += "com.google.cloud.bigdataoss" % "gcsio" % "3.0.3", // need it for https://github.com/GoogleCloudDataproc/hadoop-connectors/blob/master/gcsio/src/main/java/com/google/cloud/hadoop/gcsio/GoogleCloudStorageFileSystem.java
221221
libraryDependencies += "com.google.cloud.bigdataoss" % "util-hadoop" % "3.0.0", // need it for https://github.com/GoogleCloudDataproc/hadoop-connectors/blob/master/util-hadoop/src/main/java/com/google/cloud/hadoop/util/HadoopConfigurationProperty.java
222222
libraryDependencies += "com.google.cloud.spark" %% "spark-bigquery-with-dependencies" % "0.41.0",
223-
libraryDependencies += "org.json4s" % "json4s-jackson_2.12" % "3.7.0-M11",
224-
libraryDependencies += "org.json4s" %% "json4s-native" % "3.7.0-M11", // Use json4s-native or json4s-jackson
223+
libraryDependencies += "org.json4s" % "json4s-jackson_2.12" % "3.7.0-M11", // Fixed version to follow spark: https://github.com/apache/spark/pull/45838
224+
libraryDependencies += "org.json4s" %% "json4s-native" % "3.7.0-M11",
225225
libraryDependencies += "org.json4s" %% "json4s-core" % "3.7.0-M11",
226226
libraryDependencies += "org.yaml" % "snakeyaml" % "2.3",
227227
// libraryDependencies += "com.google.cloud.spark.bigtable" %% "spark-bigtable" % "0.2.1",

0 commit comments

Comments
 (0)