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
When I use gradle to build my project, I got the following error: