Skip to content

Commit 505b220

Browse files
guangxuChengApache9
authored andcommitted
HBASE-23232 Remove rsgroup profile from pom.xml of hbase-assembly (#779)
1 parent 687ca32 commit 505b220

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

hbase-assembly/pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -323,21 +323,4 @@
323323
<type>pom</type>
324324
</dependency>
325325
</dependencies>
326-
<profiles>
327-
<profile>
328-
<id>rsgroup</id>
329-
<activation>
330-
<property>
331-
<name>!skip-rsgroup</name>
332-
</property>
333-
</activation>
334-
<dependencies>
335-
<dependency>
336-
<groupId>org.apache.hbase</groupId>
337-
<artifactId>hbase-rsgroup</artifactId>
338-
<version>${project.version}</version>
339-
</dependency>
340-
</dependencies>
341-
</profile>
342-
</profiles>
343326
</project>

0 commit comments

Comments
 (0)