Skip to content

Commit b9d784e

Browse files
committed
fix jest tests
1 parent 422e221 commit b9d784e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

project/SoftClient4es.scala

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,9 @@ trait SoftClient4es {
152152
(elasticSearchMajorVersion(esVersion) match {
153153
case 6 =>
154154
Seq(
155-
"io.searchbox" % "jest" % Versions.jest
156-
).map(_.excludeAll((httpComponentsExclusions ++ Seq(guavaExclusion)) *))
155+
"io.searchbox" % "jest" % Versions.jest,
156+
"com.google.guava" % "guava" % "33.5.0-jre",
157+
).map(_.excludeAll((httpComponentsExclusions /*++ Seq(guavaExclusion)*/) *))
157158
case _ => Seq.empty
158159
})
159160
}

0 commit comments

Comments
 (0)