HBASE-24303 Undo core of parent TestSecureRESTServer change; use fix over in HBASE-24280 instead (#1630)

diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml
index fb336fb..e50968e 100644
--- a/hbase-rest/pom.xml
+++ b/hbase-rest/pom.xml
@@ -444,18 +444,6 @@
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-auth</artifactId>
         </dependency>
-        <dependency>
-          <!--Fixes complaint when running TestSecureRESTServer-->
-          <groupId>com.sun.jersey</groupId>
-          <artifactId>jersey-servlet</artifactId>
-          <version>1.19.4</version>
-          <exclusions>
-            <exclusion>
-             <groupId>javax.ws.rs</groupId>
-             <artifactId>jsr311-api</artifactId>
-            </exclusion>
-          </exclusions>
-        </dependency>
       </dependencies>
     </profile>
     <profile>