This is an automated email from the ASF dual-hosted git repository. slfan1989 pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push: new 10bd4ccfbfc HDFS-17759. Explicitly depend on jackson-core in hadoop-hdfs (#7508) Contributed by Istvan Toth. 10bd4ccfbfc is described below commit 10bd4ccfbfc9662e7ff389485c8b879247a54a00 Author: Istvan Toth <st...@apache.org> AuthorDate: Fri Mar 21 01:18:23 2025 +0100 HDFS-17759. Explicitly depend on jackson-core in hadoop-hdfs (#7508) Contributed by Istvan Toth. Reviewed-by: PJ Fanning <fannin...@apache.org> Signed-off-by: Shilun Fan <slfan1...@apache.org> --- hadoop-hdfs-project/hadoop-hdfs/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index 4885a27575f..bc944e8fb0b 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -204,6 +204,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + </dependency> <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-test</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org