Skip to content

Commit 5fc7e9f

Browse files
briaugenreichbbeaudreault
authored andcommitted
Remove unneeded deps from hbase server (apache#25)
1 parent 6f0a926 commit 5fc7e9f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • hubspot-client-bundles/hbase-mapreduce-bundle

hubspot-client-bundles/hbase-mapreduce-bundle/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@
7878
<groupId>org.slf4j</groupId>
7979
<artifactId>slf4j-log4j12</artifactId>
8080
</exclusion>
81+
<exclusion>
82+
<groupId>org.glassfish.hk2.external</groupId>
83+
<artifactId>jakarta.inject</artifactId>
84+
</exclusion>
85+
<exclusion>
86+
<groupId>jakarta.ws.rs</groupId>
87+
<artifactId>jakarta.ws.rs-api</artifactId>
88+
</exclusion>
8189
</exclusions>
8290
</dependency>
8391
<dependency>

0 commit comments

Comments
 (0)