Skip to content

Commit 3b09ce4

Browse files
authored
HBASE-27820: Addendum: Fix test failures (#5268)
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Wellington Chevreuil <wchevreuil@apache.rog>
1 parent 3df01ea commit 3b09ce4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hbase-backup/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
<type>test-jar</type>
4444
<scope>test</scope>
4545
</dependency>
46+
<dependency>
47+
<groupId>javax.ws.rs</groupId>
48+
<artifactId>javax.ws.rs-api</artifactId>
49+
<scope>test</scope>
50+
</dependency>
4651
<dependency>
4752
<groupId>org.apache.hbase</groupId>
4853
<artifactId>hbase-client</artifactId>

0 commit comments

Comments
 (0)