HBASE-18942 hbase-hadoop2-compat module ignores hadoop-3 profile

Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
Apekshit Sharma 2017-12-04 14:57:16 -08:00 committed by Andrew Purtell
parent b906980e14
commit 73e3b0e825
1 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-core</artifactId>
<version>${hadoop-two.version}</version>
<version>${hadoop.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
@ -156,7 +156,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>${hadoop-two.version}</version>
<version>${hadoop.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.htrace</groupId>