This is an automated email from the ASF dual-hosted git repository. slfan1989 pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new 758f3a04638 HDFS-17759. Explicitly depend on jackson-core in hadoop-hdfs (#7508) Contributed by Istvan Toth. 758f3a04638 is described below commit 758f3a046387f490c578642726196f4a5b6224b9 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 27a9e674bb8..52c4939f8c9 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -218,6 +218,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