Skip to content

Commit

Permalink
Replace guicedee dep with standard guice (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
aprudhomme authored Mar 21, 2024
1 parent c117379 commit d732f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def spatial4jVersion = '0.7'
def s3mockVersion = '0.2.6'
def commonsCompressVersion = '1.21'
def awsJavaSdkVersion = '1.12.457'
def guicedeeVersion = '1.2.2.1-jre17'
def guiceVersion = '7.0.0'
def prometheusClientVersion = '0.8.0'
def fastutilVersion = '8.5.6'

Expand All @@ -77,7 +77,7 @@ dependencies {
implementation "com.amazonaws:aws-java-sdk-s3:${awsJavaSdkVersion}"
runtimeOnly "com.amazonaws:aws-java-sdk-sts:${awsJavaSdkVersion}"
implementation "javax.xml.bind:jaxb-api:2.3.1"
implementation "com.guicedee.services:guice:${guicedeeVersion}"
implementation "com.google.inject:guice:${guiceVersion}"
implementation "org.lz4:lz4-java:${project.ext.lz4Version}"
implementation "com.fasterxml.jackson.core:jackson-databind:${project.ext.jacksonYamlVersion}"
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:${project.ext.jacksonYamlVersion}"
Expand Down

0 comments on commit d732f04

Please sign in to comment.