HBASE-18697 Replace hbase-shaded-server jar with hbase-shaded-mapreduce jar.

Change-Id: I08b1af860c743249885adc0ba21885dd10f32d96
This commit is contained in:
Apekshit Sharma 2017-08-29 10:27:21 -07:00
parent 68ec2a9da0
commit e25401db49
3 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-shaded-server</artifactId>
<artifactId>hbase-shaded-mapreduce</artifactId>
<version>${project.version}</version>
</dependency>
<!-- parent pom defines these for children. :( :( :( -->

View File

@ -27,8 +27,8 @@
<version>2.0.0-alpha3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded-server</artifactId>
<name>Apache HBase - Shaded - Server</name>
<artifactId>hbase-shaded-mapreduce</artifactId>
<name>Apache HBase - Shaded - MapReduce</name>
<build>
<plugins>
<plugin>
@ -50,7 +50,7 @@
<dependencies>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-server</artifactId>
<artifactId>hbase-mapreduce</artifactId>
<exclusions>
<!-- Jaxb-api is a part of Java SE now -->
<exclusion>

View File

@ -39,7 +39,7 @@
</properties>
<modules>
<module>hbase-shaded-client</module>
<module>hbase-shaded-server</module>
<module>hbase-shaded-mapreduce</module>
<module>hbase-shaded-check-invariants</module>
</modules>
<dependencies>