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 c5519ed commit 08a0e46Copy full SHA for 08a0e46
cf-java-logging-support-servlet/pom.xml
@@ -18,6 +18,21 @@
18
</properties>
19
20
<dependencies>
21
+ <dependency>
22
+ <groupId>javax.xml.bind</groupId>
23
+ <artifactId>jaxb-api</artifactId>
24
+ <version>2.2.8</version>
25
+ </dependency>
26
27
+ <groupId>com.sun.xml.bind</groupId>
28
+ <artifactId>jaxb-core</artifactId>
29
+ <version>2.2.11</version>
30
31
32
33
+ <artifactId>jaxb-impl</artifactId>
34
35
36
<!-- servlet api -->
37
<dependency>
38
<groupId>javax.servlet</groupId>
0 commit comments