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

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
fang zhenyi 2018-03-21 14:01:26 +09:00 committed by Akira Ajisaka
parent 7ce6b41509
commit a3ed6f40e1
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 0 additions and 15 deletions

View File

@ -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>