HBASE-18697 Replace hbase-shaded-server jar with hbase-shaded-mapreduce jar.
Change-Id: I08b1af860c743249885adc0ba21885dd10f32d96
This commit is contained in:
parent
68ec2a9da0
commit
e25401db49
|
@ -41,7 +41,7 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hbase</groupId>
|
<groupId>org.apache.hbase</groupId>
|
||||||
<artifactId>hbase-shaded-server</artifactId>
|
<artifactId>hbase-shaded-mapreduce</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- parent pom defines these for children. :( :( :( -->
|
<!-- parent pom defines these for children. :( :( :( -->
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
<version>2.0.0-alpha3-SNAPSHOT</version>
|
<version>2.0.0-alpha3-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>hbase-shaded-server</artifactId>
|
<artifactId>hbase-shaded-mapreduce</artifactId>
|
||||||
<name>Apache HBase - Shaded - Server</name>
|
<name>Apache HBase - Shaded - MapReduce</name>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hbase</groupId>
|
<groupId>org.apache.hbase</groupId>
|
||||||
<artifactId>hbase-server</artifactId>
|
<artifactId>hbase-mapreduce</artifactId>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<!-- Jaxb-api is a part of Java SE now -->
|
<!-- Jaxb-api is a part of Java SE now -->
|
||||||
<exclusion>
|
<exclusion>
|
|
@ -39,7 +39,7 @@
|
||||||
</properties>
|
</properties>
|
||||||
<modules>
|
<modules>
|
||||||
<module>hbase-shaded-client</module>
|
<module>hbase-shaded-client</module>
|
||||||
<module>hbase-shaded-server</module>
|
<module>hbase-shaded-mapreduce</module>
|
||||||
<module>hbase-shaded-check-invariants</module>
|
<module>hbase-shaded-check-invariants</module>
|
||||||
</modules>
|
</modules>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue