Browse Source

HDFS-15926 : Removed duplicate dependency of hadoop-annotations (#2823). Contributed by Viraj Jasani.

Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
Viraj Jasani 4 years ago
parent
commit
90fdd04f54
1 changed files with 0 additions and 5 deletions
  1. 0 5
      hadoop-hdfs-project/hadoop-hdfs/pom.xml

+ 0 - 5
hadoop-hdfs-project/hadoop-hdfs/pom.xml

@@ -35,11 +35,6 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
   </properties>
 
   <dependencies>
-    <dependency>
-      <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-annotations</artifactId>
-      <scope>provided</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-auth</artifactId>