File tree Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.silverpeas</groupId >
6
6
<artifactId >silverpeas-project</artifactId >
7
- <version >1.5-build211013 </version >
7
+ <version >1.5-build220214 </version >
8
8
</parent >
9
9
10
10
<artifactId >wbe</artifactId >
Original file line number Diff line number Diff line change 55
55
56
56
<dependencies >
57
57
<dependency >
58
- <groupId >javax.servlet</groupId >
59
- <artifactId >javax.servlet-api</artifactId >
60
- <version >3.0.1</version >
58
+ <groupId >com.fasterxml.jackson.module</groupId >
59
+ <artifactId >jackson-module-jaxb-annotations</artifactId >
61
60
<scope >provided</scope >
62
61
</dependency >
63
62
<dependency >
64
- <groupId >javax.xml.bind</groupId >
65
- <artifactId >jaxb-api</artifactId >
63
+ <groupId >javax.servlet</groupId >
64
+ <artifactId >javax.servlet-api</artifactId >
65
+ <version >3.0.1</version >
66
66
<scope >provided</scope >
67
67
</dependency >
68
- <dependency >
69
- <groupId >com.sun.xml.bind</groupId >
70
- <artifactId >jaxb-core</artifactId >
71
- <scope >test</scope >
72
- </dependency >
73
- <dependency >
74
- <groupId >com.sun.xml.bind</groupId >
75
- <artifactId >jaxb-impl</artifactId >
76
- <scope >test</scope >
77
- </dependency >
78
68
<dependency >
79
69
<groupId >xerces</groupId >
80
70
<artifactId >xercesImpl</artifactId >
You can’t perform that action at this time.
0 commit comments