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

Signed-off-by: Akira Ajisaka <aajis...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/058319bd
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/058319bd
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/058319bd

Branch: refs/heads/HDFS-12996
Commit: 058319bda8187a1e5f3cfe4b276ba17361111ced
Parents: 2f50632
Author: fang zhenyi <fang.zhe...@zte.com.cn>
Authored: Wed Mar 21 14:01:26 2018 +0900
Committer: Hanisha Koneru <hanishakon...@apache.org>
Committed: Wed Mar 21 16:46:52 2018 -0700

----------------------------------------------------------------------
 hadoop-common-project/hadoop-annotations/pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/058319bd/hadoop-common-project/hadoop-annotations/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-annotations/pom.xml 
b/hadoop-common-project/hadoop-annotations/pom.xml
index 4506551..64dde71 100644
--- a/hadoop-common-project/hadoop-annotations/pom.xml
+++ b/hadoop-common-project/hadoop-annotations/pom.xml
@@ -39,21 +39,6 @@
 
   <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>
         <jdk>1.8</jdk>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to