Skip to content

Commit

Permalink
Merge pull request #29 from arenadata/ADS-2162
Browse files Browse the repository at this point in the history
fix(ADS-2162): zookeeper keystore password files support
  • Loading branch information
Asmoday authored Dec 12, 2024
2 parents 514ed5f + 9cdd100 commit b9a2021
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ libraryDependencies ++= Seq(
"org.mockito" % "mockito-core" % "1.10.19" % "test",
"com.yammer.metrics" % "metrics-core" % "2.2.0" force(),
"com.unboundid" % "unboundid-ldapsdk" % "4.0.9",
"org.eclipse.jetty" % "jetty-server" % "11.0.7" % "test"
"org.eclipse.jetty" % "jetty-server" % "11.0.7" % "test",
"org.apache.zookeeper" % "zookeeper" % "3.8.4",
"org.apache.zookeeper" % "zookeeper-jute" % "3.8.4"
)

routesGenerator := InjectedRoutesGenerator
Expand Down

0 comments on commit b9a2021

Please sign in to comment.