Skip to content

Commit 75b8155

Browse files
committed
update scala-reflect dependency on core, as in the newer version of jackson scala module it is not transitive.
1 parent 08af11f commit 75b8155

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

core/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@
224224
<groupId>org.scala-lang</groupId>
225225
<artifactId>scala-library</artifactId>
226226
</dependency>
227+
<dependency>
228+
<groupId>org.scala-lang</groupId>
229+
<artifactId>scala-reflect</artifactId>
230+
</dependency>
227231
<dependency>
228232
<groupId>org.json4s</groupId>
229233
<artifactId>json4s-jackson_${scala.binary.version}</artifactId>

project/SparkBuild.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ object DependencyOverrides {
553553
lazy val settings = Seq(
554554
dependencyOverrides += "com.google.guava" % "guava" % "14.0.1",
555555
dependencyOverrides += "commons-io" % "commons-io" % "2.4",
556-
dependencyOverrides += "com.fasterxml.jackson.core" % "jackson-databind" % "2.6.7.3",
556+
dependencyOverrides += "com.fasterxml.jackson.core" % "jackson-databind" % "2.9.10.5",
557557
dependencyOverrides += "jline" % "jline" % "2.14.6")
558558
}
559559

0 commit comments

Comments
 (0)