Browse Source

HADOOP-15330. Remove jdk1.7 profile from hadoop-annotations module

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
fang zhenyi 7 years ago
parent
commit
922a0db13c
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

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