Skip to content

Commit 5c78cb6

Browse files
committed
Update parent POM to version 1.5-build220214
1 parent 43fbede commit 5c78cb6

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.silverpeas</groupId>
66
<artifactId>silverpeas-project</artifactId>
7-
<version>1.5-build211013</version>
7+
<version>1.5-build220214</version>
88
</parent>
99

1010
<artifactId>wbe</artifactId>

wopi/wopi-war/pom.xml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,26 +55,16 @@
5555

5656
<dependencies>
5757
<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>
6160
<scope>provided</scope>
6261
</dependency>
6362
<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>
6666
<scope>provided</scope>
6767
</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>
7868
<dependency>
7969
<groupId>xerces</groupId>
8070
<artifactId>xercesImpl</artifactId>

0 commit comments

Comments
 (0)