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 d33b0cacd6055bdc67202e648038206d14fc0e39
Author: Bri Augenreich <bbcr...@vt.edu>
AuthorDate: Fri Sep 23 15:23:20 2022 -0400

    Remove unneeded deps from hbase server  (#25)
---
 hubspot-client-bundles/hbase-mapreduce-bundle/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/hubspot-client-bundles/hbase-mapreduce-bundle/pom.xml 
b/hubspot-client-bundles/hbase-mapreduce-bundle/pom.xml
index d619ab5214f..da168041f5e 100644
--- a/hubspot-client-bundles/hbase-mapreduce-bundle/pom.xml
+++ b/hubspot-client-bundles/hbase-mapreduce-bundle/pom.xml
@@ -78,6 +78,14 @@
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-log4j12</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.glassfish.hk2.external</groupId>
+          <artifactId>jakarta.inject</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>jakarta.ws.rs</groupId>
+          <artifactId>jakarta.ws.rs-api</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>

Reply via email to