Skip to content

Commit f693dc7

Browse files
committed
add specifications for version, indices, settings and refresh apis
1 parent e1c9654 commit f693dc7

File tree

6 files changed

+6307
-1
lines changed

6 files changed

+6307
-1
lines changed

core/build.sbt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ val json4s = Seq(
2626
"org.json4s" %% "json4s-ext" % Versions.json4s
2727
).map(_.excludeAll(jacksonExclusions *))
2828

29+
val mockito = Seq(
30+
"org.mockito" %% "mockito-scala" % "1.17.12" % Test
31+
)
32+
2933
libraryDependencies ++= akka ++ typesafeConfig ++ http ++
30-
json4s :+ "com.google.code.gson" % "gson" % Versions.gson :+
34+
json4s ++ mockito :+ "com.google.code.gson" % "gson" % Versions.gson :+
3135
"com.typesafe.scala-logging" %% "scala-logging" % Versions.scalaLogging

0 commit comments

Comments
 (0)