This is an automated email from the ASF dual-hosted git repository.

bbeaudreault pushed a commit to branch hubspot-2
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit f15bb846704ab9f909c8e9ca9c790695ea0fd74a
Author: Bri Augenreich <bbcr...@vt.edu>
AuthorDate: Fri Sep 23 14:14:01 2022 -0400

    Remove http exclusion for hbase server (#24)
---
 hubspot-client-bundles/hbase-mapreduce-bundle/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/hubspot-client-bundles/hbase-mapreduce-bundle/pom.xml 
b/hubspot-client-bundles/hbase-mapreduce-bundle/pom.xml
index a69b2bbb125..d619ab5214f 100644
--- a/hubspot-client-bundles/hbase-mapreduce-bundle/pom.xml
+++ b/hubspot-client-bundles/hbase-mapreduce-bundle/pom.xml
@@ -54,10 +54,6 @@
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>org.apache.hbase</groupId>
-          <artifactId>hbase-http</artifactId>
-        </exclusion>
         <exclusion>
           <groupId>javax.servlet.jsp</groupId>
           <artifactId>*</artifactId>

Reply via email to