瀏覽代碼

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

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
fang zhenyi 7 年之前
父節點
當前提交
a3ed6f40e1
共有 1 個文件被更改,包括 0 次插入15 次删除
  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>