Repository: hadoop Updated Branches: refs/heads/trunk 7ce6b4150 -> a3ed6f40e
HADOOP-15330. Remove jdk1.7 profile from hadoop-annotations module Signed-off-by: Akira Ajisaka <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a3ed6f40 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a3ed6f40 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a3ed6f40 Branch: refs/heads/trunk Commit: a3ed6f40e177323b256eece15b68fc020bcf26e2 Parents: 7ce6b41 Author: fang zhenyi <[email protected]> Authored: Wed Mar 21 14:01:26 2018 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Wed Mar 21 14:01:26 2018 +0900 ---------------------------------------------------------------------- hadoop-common-project/hadoop-annotations/pom.xml | 15 --------------- 1 file changed, 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/a3ed6f40/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: [email protected] For additional commands, e-mail: [email protected]
