Skip to content

Commit

Permalink
Add slf4j dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Dec 20, 2023
1 parent 78fda28 commit 49d6c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ resources:
- repository: templates
type: github
name: bakdata/bakdata-project-templates
ref: tmp/upload-snapshot
endpoint: bot

jobs:
Expand Down
1 change: 1 addition & 0 deletions streams-bootstrap/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies {
val log4jVersion = "2.21.1"
implementation(group = "org.apache.logging.log4j", name = "log4j-core", version = log4jVersion)
implementation(group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version = log4jVersion)
implementation(group = "org.slf4j", name = "slf4j-api", version = "2.0.6")
implementation(group = "com.google.guava", name = "guava", version = "31.1-jre")
implementation(group = "org.jooq", name = "jool", version = "0.9.14")

Expand Down

0 comments on commit 49d6c1d

Please sign in to comment.