We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0a926 commit 5fc7e9fCopy full SHA for 5fc7e9f
1 file changed
hubspot-client-bundles/hbase-mapreduce-bundle/pom.xml
@@ -78,6 +78,14 @@
78
<groupId>org.slf4j</groupId>
79
<artifactId>slf4j-log4j12</artifactId>
80
</exclusion>
81
+ <exclusion>
82
+ <groupId>org.glassfish.hk2.external</groupId>
83
+ <artifactId>jakarta.inject</artifactId>
84
+ </exclusion>
85
86
+ <groupId>jakarta.ws.rs</groupId>
87
+ <artifactId>jakarta.ws.rs-api</artifactId>
88
89
</exclusions>
90
</dependency>
91
<dependency>
0 commit comments