Skip to content

Commit 780e104

Browse files
Add JAXB for Jersey Tests
Signed-off-by: Karsten Schnitter <[email protected]>
1 parent 8f8eb7d commit 780e104

File tree

1 file changed

+18
-0
lines changed
  • cf-java-logging-support-jersey

1 file changed

+18
-0
lines changed

cf-java-logging-support-jersey/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,24 @@
5656
<scope>test</scope>
5757
</dependency>
5858

59+
<dependency>
60+
<groupId>javax.xml.bind</groupId>
61+
<artifactId>jaxb-api</artifactId>
62+
<version>2.2.8</version>
63+
<scope>test</scope>
64+
</dependency>
65+
<dependency>
66+
<groupId>com.sun.xml.bind</groupId>
67+
<artifactId>jaxb-core</artifactId>
68+
<version>2.2.11</version>
69+
<scope>test</scope>
70+
</dependency>
71+
<dependency>
72+
<groupId>com.sun.xml.bind</groupId>
73+
<artifactId>jaxb-impl</artifactId>
74+
<version>2.2.11</version>
75+
<scope>test</scope>
76+
</dependency>
5977
<dependency>
6078
<groupId>javax.activation</groupId>
6179
<artifactId>activation</artifactId>

0 commit comments

Comments
 (0)