Browse Source

Addendum patch for HADOOP-10563 in branch-2.

Haohui Mai 10 years ago
parent
commit
06bc026c21
1 changed files with 0 additions and 15 deletions
  1. 0 15
      hadoop-common-project/hadoop-annotations/pom.xml

+ 0 - 15
hadoop-common-project/hadoop-annotations/pom.xml

@@ -71,21 +71,6 @@
         </dependency>
       </dependencies>
     </profile>
-    <profile>
-      <id>jdk1.8</id>
-      <activation>
-        <jdk>1.8</jdk>
-      </activation>
-      <dependencies>
-        <dependency>
-          <groupId>jdk.tools</groupId>
-          <artifactId>jdk.tools</artifactId>
-          <version>1.8</version>
-          <scope>system</scope>
-          <systemPath>${java.home}/../lib/tools.jar</systemPath>
-        </dependency>
-      </dependencies>
-    </profile>
   </profiles>
 
 </project>