Skip to content

Commit

Permalink
fix: don't exclude org.slf4j from iteratively dependency (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch authored Oct 9, 2023
1 parent bf46cf7 commit 9789f3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ dependencies {
implementation("org.json:json:20230227")
implementation("ly.iterative.itly:plugin-iteratively:1.2.11") {
exclude(group = "com.fasterxml.jackson.core")
exclude(group = "org.slf4j")
}
implementation("ly.iterative.itly:plugin-schema-validator:1.2.11")
implementation("ly.iterative.itly:sdk-jvm:1.2.11") {
exclude(group = "org.slf4j")
exclude(group = "org.json")
}
implementation("com.segment.analytics.java:analytics:3.4.0")
Expand Down

0 comments on commit 9789f3f

Please sign in to comment.