Spring Cloud Sleuth

Hello everyone,

I am trying to integrate the jackson library to format the logs in JSON. So far so good but the problem arises when trying to install the library

       <dependency> 
         <groupId>org.springframework.cloud</groupId>
         <artifactId>spring-cloud-starter-sleuth</artifactId>
         <version>3.1.0</version>
       </dependency>

to integrate fields such as TraceId in the logs but the application does not start.

Has anyone been able to integrate this library into a spring-boot project?

Thanks a lot

What errors do you get on build/run?