Skip to content

Commit

Permalink
HBASE-23232 Remove rsgroup profile from pom.xml of hbase-assembly (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
guangxuCheng authored and Apache9 committed Nov 13, 2019
1 parent 418cc9e commit 1b5b524
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions hbase-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -323,21 +323,4 @@
<type>pom</type>
</dependency>
</dependencies>
<profiles>
<profile>
<id>rsgroup</id>
<activation>
<property>
<name>!skip-rsgroup</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-rsgroup</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</profile>
</profiles>
</project>

0 comments on commit 1b5b524

Please sign in to comment.