Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-chappell committed Jul 16, 2019
1 parent e7aa85d commit 3a948a0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion handlers/holiday-stop-processor/build.sbt
Expand Up @@ -20,7 +20,6 @@ libraryDependencies ++= Seq(
"com.softwaremill.sttp" %% "circe" % sttpVersion,
"io.circe" %% "circe-generic" % "0.11.1",
"com.amazonaws" % "aws-java-sdk-s3" % "1.11.566",
"org.slf4j" % "log4j-over-slf4j" % "1.7.26",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2",
"org.scalatest" %% "scalatest" % "3.0.7" % Test,
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -5,7 +5,7 @@ object Dependencies {
val awsVersion = "1.11.574"

val okhttp3 = "com.squareup.okhttp3" % "okhttp" % "3.9.1"
val logging = "com.amazonaws" % "aws-lambda-java-log4j" % "1.0.0"
val logging = "org.slf4j" % "log4j-over-slf4j" % "1.7.26"
val scalaz = "org.scalaz" %% "scalaz-core" % "7.2.18"
val playJson = "com.typesafe.play" %% "play-json" % "2.6.9"
val playJsonExtensions = "ai.x" %% "play-json-extensions" % "0.30.1"
Expand Down
2 changes: 0 additions & 2 deletions root.sbt
Expand Up @@ -12,9 +12,7 @@ riffRaffManifestProjectName := "MemSub::Membership Admin::Zuora Auto Cancel"
addCommandAlias("dist", ";riffRaffArtifact")

libraryDependencies ++= Seq(
"com.amazonaws" % "aws-lambda-java-log4j" % "1.0.0",
"com.amazonaws" % "aws-lambda-java-core" % "1.2.0",
"log4j" % "log4j" % "1.2.17",
"com.squareup.okhttp3" % "okhttp" % "3.9.1",
"org.scalaz" %% "scalaz-core" % "7.2.18",
"com.typesafe.play" %% "play-json" % "2.6.9",
Expand Down

0 comments on commit 3a948a0

Please sign in to comment.