[DMAAP-CLIENT] Add hk2 dependency 64/122464/1
authorseanfos <sean.osullivan@est.tech>
Tue, 6 Jul 2021 15:35:23 +0000 (16:35 +0100)
committerseanfos <sean.osullivan@est.tech>
Tue, 6 Jul 2021 15:35:50 +0000 (16:35 +0100)
Signed-off-by: seanfos <sean.osullivan@est.tech>
Change-Id: I2d69ac09588d4fcc67e6a791bce992da4070e2e9
Issue-ID: DMAAP-1627

pom.xml

diff --git a/pom.xml b/pom.xml
index 62fc85f..b07244a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <version>${jersey.version}</version>
         </dependency>
         <dependency>
+        <groupId>org.glassfish.jersey.inject</groupId>
+        <artifactId>jersey-hk2</artifactId>
+        <version>${jersey.version}</version>
+        <exclusions>
+            <exclusion>
+                <groupId>org.glassfish.hk2.external</groupId>
+                <artifactId>javax.inject</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>javax.annotation</groupId>
+                <artifactId>javax.annotation-api</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>org.javassist</groupId>
+                <artifactId>javassist</artifactId>
+            </exclusion>
+        </exclusions>
+    </dependency>
+    <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.11</version>