HBASE-27820: Addendum: Fix test failures (#5268)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.rog>
diff --git a/hbase-backup/pom.xml b/hbase-backup/pom.xml
index c9a11b1..e7c1a87 100644
--- a/hbase-backup/pom.xml
+++ b/hbase-backup/pom.xml
@@ -44,6 +44,11 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>javax.ws.rs</groupId>
+      <artifactId>javax.ws.rs-api</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.hbase</groupId>
       <artifactId>hbase-client</artifactId>
     </dependency>