dapr / java-sdk

Dapr SDK for Java
Apache License 2.0
258 stars 206 forks source link

Could not find com.fasterxml.jackson:jackson-bom:2.13.4.1. #879

Open danny-su opened 1 year ago

danny-su commented 1 year ago

When I use gradle to build my project, I got the following error:

   > Could not find com.fasterxml.jackson:jackson-bom:2.13.4.1.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.13.4.1/jackson-bom-2.13.4.1.pom
       - https://repo.repsy.io/mvn/chrynan/public/com/fasterxml/jackson/jackson-bom/2.13.4.1/jackson-bom-2.13.4.1.pom
     Required by:
         project : plugins > io.dapr:dapr-sdk:1.9.0 > com.fasterxml.jackson.core:jackson-databind:2.13.4.1
artursouza commented 1 year ago

I can take a PR that uses a different version. The build is working in our pipeline: https://github.com/dapr/java-sdk/actions/runs/5440033482/jobs/9909066930