Skip to content

Commit

Permalink
Add guava dependency for conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanjan90 authored Jun 27, 2024
1 parent 7c53584 commit 0db184c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ subprojects {
implementation 'org.slf4j:log4j-over-slf4j:1.7.16'
implementation 'org.slf4j:slf4j-api:1.7.16'
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.1'
implementation 'com.google.guava:guava:33.2.1-jre'

testImplementation 'com.psddev:test:4.1-SNAPSHOT'
testImplementation 'org.assertj:assertj-core:3.11.1'
Expand Down

0 comments on commit 0db184c

Please sign in to comment.