JNSimba commented on code in PR #43017: URL: https://github.com/apache/doris/pull/43017#discussion_r1825612973
########## extension/kettle/impl/pom.xml: ########## @@ -110,6 +110,11 @@ under the License. <artifactId>log4j</artifactId> <version>1.2.17</version> </dependency> + <dependency> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + <version>20240303</version> + </dependency> Review Comment: Is it possible to use Jackson directly, so that there is no need to introduce a new pom? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org