File tree Expand file tree Collapse file tree 2 files changed +9
-19
lines changed
cf-java-logging-support-jersey
cf-java-logging-support-servlet Expand file tree Collapse file tree 2 files changed +9
-19
lines changed Original file line number Diff line number Diff line change 5959 <dependency >
6060 <groupId >javax.xml.bind</groupId >
6161 <artifactId >jaxb-api</artifactId >
62- <version >2.2.8 </version >
62+ <version >2.3.0 </version >
6363 <scope >test</scope >
6464 </dependency >
6565 <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 >
66+ <groupId >org.glassfish.jaxb</groupId >
67+ <artifactId >jaxb-runtime</artifactId >
68+ <version >2.3.0</version >
7569 <scope >test</scope >
7670 </dependency >
7771 <dependency >
Original file line number Diff line number Diff line change 2121 <dependency >
2222 <groupId >javax.xml.bind</groupId >
2323 <artifactId >jaxb-api</artifactId >
24- <version >2.2.8 </version >
24+ <version >2.3.0 </version >
2525 </dependency >
2626 <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 >
27+ <groupId >org.glassfish.jaxb</groupId >
28+ <artifactId >jaxb-runtime</artifactId >
29+ <version >2.3.0</version >
30+ <scope >runtime</scope >
3531 </dependency >
3632 <!-- servlet api -->
3733 <dependency >
You can’t perform that action at this time.
0 commit comments