Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 22, 2024
1 parent a0d1770 commit 4c0307c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ dependencies {

testImplementation 'org.apache.commons:commons-io:1.3.2'
testImplementation 'com.ibm.icu:icu4j:67.1'
testImplementation ('com.google.inject:guice:5.1.0') {
exclude module: 'guice'
}
testImplementation 'com.google.guava:guava:33.0.0-jre'
}

test {
Expand Down

0 comments on commit 4c0307c

Please sign in to comment.