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 59
59
<dependency >
60
60
<groupId >javax.xml.bind</groupId >
61
61
<artifactId >jaxb-api</artifactId >
62
- <version >2.2.8 </version >
62
+ <version >2.3.0 </version >
63
63
<scope >test</scope >
64
64
</dependency >
65
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 >
66
+ <groupId >org.glassfish.jaxb</groupId >
67
+ <artifactId >jaxb-runtime</artifactId >
68
+ <version >2.3.0</version >
75
69
<scope >test</scope >
76
70
</dependency >
77
71
<dependency >
Original file line number Diff line number Diff line change 21
21
<dependency >
22
22
<groupId >javax.xml.bind</groupId >
23
23
<artifactId >jaxb-api</artifactId >
24
- <version >2.2.8 </version >
24
+ <version >2.3.0 </version >
25
25
</dependency >
26
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 >
27
+ <groupId >org.glassfish.jaxb</groupId >
28
+ <artifactId >jaxb-runtime</artifactId >
29
+ <version >2.3.0</version >
30
+ <scope >runtime</scope >
35
31
</dependency >
36
32
<!-- servlet api -->
37
33
<dependency >
You can’t perform that action at this time.
0 commit comments