aboutsummaryrefslogtreecommitdiffstats
path: root/jaxrs_client_utils
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon.hallingstad@gmail.com>2020-03-19 21:17:03 +0100
committerHåkon Hallingstad <hakon.hallingstad@gmail.com>2020-03-19 21:17:03 +0100
commit5757e16ec8ae5f10ffb9aca15e8fb900ed077389 (patch)
tree574e71b31ec551c31575dcd7164a33fa6981a302 /jaxrs_client_utils
parente6fe0f2daca897ba98b6e56e79167b76a05fbc31 (diff)
Fix HK2 service reification failure
Diffstat (limited to 'jaxrs_client_utils')
-rw-r--r--jaxrs_client_utils/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/jaxrs_client_utils/pom.xml b/jaxrs_client_utils/pom.xml
index d32d4c5eccc..e199a8e2639 100644
--- a/jaxrs_client_utils/pom.xml
+++ b/jaxrs_client_utils/pom.xml
@@ -81,6 +81,16 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.sun.activation</groupId>
+ <artifactId>javax.activation</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>