Parcourir la source

Addendum patch for HADOOP-10563 in branch-2.

Haohui Mai il y a 10 ans
Parent
commit
06bc026c21
1 fichiers modifiés avec 0 ajouts et 15 suppressions
  1. 0 15
      hadoop-common-project/hadoop-annotations/pom.xml

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

@@ -71,21 +71,6 @@
         </dependency>
         </dependency>
       </dependencies>
       </dependencies>
     </profile>
     </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>
   </profiles>
 
 
 </project>
 </project>