errose28 commented on code in PR #8914:
URL: https://github.com/apache/ozone/pull/8914#discussion_r2294134219
##########
hadoop-ozone/tools/pom.xml:
##########
@@ -38,6 +38,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ </dependency>
Review Comment:
Oh I missed that `ChunkKeyHandler` was explicitly importing things from
`com.fasterxml.jackson.core` instead of just `databind`. Yes we need this
declared here.
--
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]