yiheng commented on a change in pull request #198: [LIVY-635] Fix travis fail 
to build by excluding the dependency of hbase
URL: https://github.com/apache/incubator-livy/pull/198#discussion_r313731321
 
 

 ##########
 File path: thriftserver/server/pom.xml
 ##########
 @@ -39,6 +39,10 @@
           <groupId>tomcat</groupId>
           <artifactId>*</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.apache.hbase</groupId>
 
 Review comment:
   This dependency scope is not test. Not sure if this exclusion is safe

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to