Skip to content

Commit 3710bec

Browse files
committed
HBASE-30239 Addendum fix testing build
1 parent abb75a7 commit 3710bec

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

hbase-assembly-byo-hadoop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
</dependency>
515515
<dependency>
516516
<groupId>org.hamcrest</groupId>
517-
<artifactId>hamcrest-core</artifactId>
517+
<artifactId>hamcrest</artifactId>
518518
<scope>compile</scope>
519519
</dependency>
520520
<dependency>

hbase-assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
</dependency>
411411
<dependency>
412412
<groupId>org.hamcrest</groupId>
413-
<artifactId>hamcrest-core</artifactId>
413+
<artifactId>hamcrest</artifactId>
414414
<scope>compile</scope>
415415
</dependency>
416416
<dependency>

hbase-resource-bundle/src/main/resources/supplemental-models.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,4 +1553,17 @@ Copyright (c) 2007-2017 The JRuby project
15531553
</licenses>
15541554
</project>
15551555
</supplement>
1556+
<supplement>
1557+
<project>
1558+
<groupId>org.hamcrest</groupId>
1559+
<artifactId>hamcrest</artifactId>
1560+
<licenses>
1561+
<license>
1562+
<name>BSD 3-Clause License</name>
1563+
<url>http://www.opensource.org/licenses/BSD-3-Clause</url>
1564+
<distribution>repo</distribution>
1565+
</license>
1566+
</licenses>
1567+
</project>
1568+
</supplement>
15561569
</supplementalDataModels>

0 commit comments

Comments
 (0)