Browse Source

HDFS-17759. Explicitly depend on jackson-core in hadoop-hdfs (#7508) Contributed by Istvan Toth.

Reviewed-by: PJ Fanning <fanningpj@apache.org>
Signed-off-by: Shilun Fan <slfan1989@apache.org>
Istvan Toth 1 month ago
parent
commit
758f3a0463
1 changed files with 4 additions and 0 deletions
  1. 4 0
      hadoop-hdfs-project/hadoop-hdfs/pom.xml

+ 4 - 0
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>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
       <artifactId>jackson-databind</artifactId>
     </dependency>
     </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
     <dependency>
     <dependency>
       <groupId>org.apache.curator</groupId>
       <groupId>org.apache.curator</groupId>
       <artifactId>curator-test</artifactId>
       <artifactId>curator-test</artifactId>