Apache9 commented on a change in pull request #3478:
URL: https://github.com/apache/hbase/pull/3478#discussion_r671588185



##########
File path: hbase-rest/pom.xml
##########
@@ -432,24 +436,13 @@
             <exclusions>
               <exclusion>
                 <groupId>com.sun.jersey</groupId>
-                <artifactId>jersey-core</artifactId>
+                <artifactId>jersey-server</artifactId>
               </exclusion>
             </exclusions>
           </dependency>
         </dependencies>
       </dependencyManagement>
       <dependencies>
-        <dependency>
-          <groupId>org.apache.hadoop</groupId>
-          <artifactId>hadoop-mapreduce-client-core</artifactId>
-          <scope>test</scope>
-          <exclusions>
-            <exclusion>
-             <groupId>com.google.guava</groupId>
-             <artifactId>guava</artifactId>
-            </exclusion>
-          </exclusions>
-        </dependency>

Review comment:
       Yes, the dependency on jersey is a mess... If we do not add these 
changes in the pom of hbase-rest, the UTs in hbase-rest will fail with 
ClassNotFound or AbstractMethod...




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to