We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8eb7d commit 780e104Copy full SHA for 780e104
cf-java-logging-support-jersey/pom.xml
@@ -56,6 +56,24 @@
56
<scope>test</scope>
57
</dependency>
58
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
66
+ <groupId>com.sun.xml.bind</groupId>
67
+ <artifactId>jaxb-core</artifactId>
68
+ <version>2.2.11</version>
69
70
71
72
73
+ <artifactId>jaxb-impl</artifactId>
74
75
76
77
<dependency>
78
<groupId>javax.activation</groupId>
79
<artifactId>activation</artifactId>
0 commit comments