Skip to content

Commit

Permalink
#96 use cloudwatch module from aws sdk
Browse files Browse the repository at this point in the history
This change reduces the amount of dependencies pulled in during build and packaged with the Docker image.
  • Loading branch information
bocytko authored Sep 27, 2022
1 parent ed43162 commit 55edfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ libraryDependencies ++= Seq(
"io.dropwizard.metrics" % "metrics-jvm" % "4.2.9",
"io.github.azagniotov" % "dropwizard-metrics-cloudwatch" % "2.0.8",
"org.coursera" % "dropwizard-metrics-datadog" % "1.1.14",
"software.amazon.awssdk" % "aws-sdk-java" % "2.17.166",
"software.amazon.awssdk" % "cloudwatch" % "2.17.166",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.4",
"com.typesafe.akka" %% "akka-actor" % "2.6.19",
"com.typesafe.akka" %% "akka-http" % "10.2.9",
Expand Down

0 comments on commit 55edfab

Please sign in to comment.