Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scala Kinesis Enrich: unified logger configuration #1367

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions 3-enrich/scala-kinesis-enrich/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ object Dependencies {
val httpClient = "org.apache.httpcomponents" % "httpclient" % V.httpClient
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % V.jacksonCore
val slf4j = "org.slf4j" % "slf4j-simple" % V.slf4j
val log4jOverSlf4j = "org.slf4j" % "log4j-over-slf4j" % V.slf4j
val awsSdk = "com.amazonaws" % "aws-java-sdk" % V.awsSdk
val kinesisClient = "com.amazonaws" % "amazon-kinesis-client" % V.kinesisClient
// Scala
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ object SnowplowKinesisEnrichBuild extends Build {
Libraries.commonsLang3,
Libraries.thrift,
Libraries.slf4j,
Libraries.log4jOverSlf4j,
Libraries.awsSdk,
Libraries.kinesisClient,
Libraries.igluClient
Expand Down