Skip to content

Commit 08a0e46

Browse files
Add JAXB dependencies
1 parent c5519ed commit 08a0e46

File tree

1 file changed

+15
-0
lines changed
  • cf-java-logging-support-servlet

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,21 @@
1818
</properties>
1919

2020
<dependencies>
21+
<dependency>
22+
<groupId>javax.xml.bind</groupId>
23+
<artifactId>jaxb-api</artifactId>
24+
<version>2.2.8</version>
25+
</dependency>
26+
<dependency>
27+
<groupId>com.sun.xml.bind</groupId>
28+
<artifactId>jaxb-core</artifactId>
29+
<version>2.2.11</version>
30+
</dependency>
31+
<dependency>
32+
<groupId>com.sun.xml.bind</groupId>
33+
<artifactId>jaxb-impl</artifactId>
34+
<version>2.2.11</version>
35+
</dependency>
2136
<!-- servlet api -->
2237
<dependency>
2338
<groupId>javax.servlet</groupId>

0 commit comments

Comments
 (0)