We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422e221 commit b9d784eCopy full SHA for b9d784e
project/SoftClient4es.scala
@@ -152,8 +152,9 @@ trait SoftClient4es {
152
(elasticSearchMajorVersion(esVersion) match {
153
case 6 =>
154
Seq(
155
- "io.searchbox" % "jest" % Versions.jest
156
- ).map(_.excludeAll((httpComponentsExclusions ++ Seq(guavaExclusion)) *))
+ "io.searchbox" % "jest" % Versions.jest,
+ "com.google.guava" % "guava" % "33.5.0-jre",
157
+ ).map(_.excludeAll((httpComponentsExclusions /*++ Seq(guavaExclusion)*/) *))
158
case _ => Seq.empty
159
})
160
}
0 commit comments