summaryrefslogtreecommitdiffstats
path: root/jaxrs_client_utils/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jaxrs_client_utils/pom.xml')
-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>