abhishekrb19 commented on PR #18067: URL: https://github.com/apache/druid/pull/18067#issuecomment-2937479338
Looks like the static checks (dependency analyzer check) is failing. `pom.xml` needs an update with the following dependency after this [commit](https://github.com/apache/druid/pull/18067/commits/eaf2e0866e408c6284270280a699d38b71b90499): ``` Warning: Used undeclared dependencies found: Warning: com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.12.7:compile [INFO] Add the following to your pom to correct the missing dependencies: [INFO] <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-smile</artifactId> <version>2.12.7</version> </dependency> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
