|
153 | 153 | <dependency> |
154 | 154 | <groupId>commons-codec</groupId> |
155 | 155 | <artifactId>commons-codec</artifactId> |
156 | | - <version>1.15</version> |
| 156 | + <version>1.13</version> |
| 157 | + </dependency> |
| 158 | + <dependency> |
| 159 | + <groupId>commons-el</groupId> |
| 160 | + <artifactId>commons-el</artifactId> |
| 161 | + <version>1.0</version> |
157 | 162 | </dependency> |
158 | 163 |
|
159 | 164 | <dependency> |
|
235 | 240 | <dependency> |
236 | 241 | <groupId>javax.servlet</groupId> |
237 | 242 | <artifactId>javax.servlet-api</artifactId> |
238 | | - <version>3.0.1</version> |
| 243 | + <version>4.0.1</version> |
| 244 | + </dependency> |
| 245 | + <dependency> |
| 246 | + <groupId>javax.xml.bind</groupId> |
| 247 | + <artifactId>jaxb-api</artifactId> |
| 248 | + <version>2.3.1</version> |
| 249 | + </dependency> |
| 250 | + <dependency> |
| 251 | + <groupId>org.glassfish.jaxb</groupId> |
| 252 | + <artifactId>jaxb-core</artifactId> |
| 253 | + <version>2.3.0.1</version> |
| 254 | + </dependency> |
| 255 | + <dependency> |
| 256 | + <groupId>com.sun.xml.bind</groupId> |
| 257 | + <artifactId>jaxb-impl</artifactId> |
| 258 | + <version>2.3.1</version> |
| 259 | + </dependency> |
| 260 | + |
| 261 | + <dependency> |
| 262 | + <groupId>org.bitbucket.b_c</groupId> |
| 263 | + <artifactId>jose4j</artifactId> |
| 264 | + <version>0.9.5</version> |
239 | 265 | </dependency> |
| 266 | + |
240 | 267 | <dependency> |
241 | 268 | <groupId>com.ibm.json</groupId> |
242 | 269 | <artifactId>json4j</artifactId> |
243 | 270 | <version>1.0.0.2</version> |
244 | 271 | </dependency> |
| 272 | + <dependency> |
| 273 | + <groupId>javax.activation</groupId> |
| 274 | + <artifactId>javax.activation-api</artifactId> |
| 275 | + <version>1.2.0</version> |
| 276 | + </dependency> |
| 277 | + |
| 278 | + <dependency> |
| 279 | + <groupId>javax.annotation</groupId> |
| 280 | + <artifactId>javax.annotation-api</artifactId> |
| 281 | + <version>1.2.0</version> |
| 282 | + </dependency> |
| 283 | + |
245 | 284 | <dependency> |
246 | 285 | <groupId>javax.transaction</groupId> |
247 | 286 | <artifactId>jta</artifactId> |
248 | | - <version>1.0.1B</version> |
| 287 | + <version>1.1</version> |
249 | 288 | </dependency> |
| 289 | + |
250 | 290 | <dependency> |
251 | 291 | <groupId>org.apache.myfaces.core</groupId> |
252 | 292 | <artifactId>myfaces-api</artifactId> |
|
260 | 300 | <dependency> |
261 | 301 | <groupId>org.apache.servicemix.bundles</groupId> |
262 | 302 | <artifactId>org.apache.servicemix.bundles.jdom</artifactId> |
263 | | - <version>2.0.6_1</version> |
| 303 | + <version>2.0.6.1_1</version> |
| 304 | + </dependency> |
| 305 | + <dependency> |
| 306 | + <groupId>org.slf4j</groupId> |
| 307 | + <artifactId>slf4j-api</artifactId> |
| 308 | + <version>1.7.25</version> |
264 | 309 | </dependency> |
| 310 | + |
| 311 | + |
265 | 312 | <dependency> |
266 | 313 | <groupId>org.springframework</groupId> |
267 | 314 | <artifactId>spring-aop</artifactId> |
268 | | - <version>5.3.20</version> |
| 315 | + <version>5.3.34</version> |
269 | 316 | </dependency> |
270 | 317 | <dependency> |
271 | 318 | <groupId>org.springframework</groupId> |
272 | 319 | <artifactId>spring-beans</artifactId> |
273 | | - <version>5.3.20</version> |
| 320 | + <version>5.3.34</version> |
274 | 321 | </dependency> |
275 | 322 | <dependency> |
276 | 323 | <groupId>org.springframework</groupId> |
277 | 324 | <artifactId>spring-context</artifactId> |
278 | | - <version>5.3.20</version> |
| 325 | + <version>5.3.34</version> |
279 | 326 | </dependency> |
280 | 327 | <dependency> |
281 | 328 | <groupId>org.springframework</groupId> |
|
302 | 349 | <artifactId>spring-webmvc</artifactId> |
303 | 350 | <version>5.3.34</version> |
304 | 351 | </dependency> |
| 352 | + <dependency> |
| 353 | + <groupId>xalan</groupId> |
| 354 | + <artifactId>xalan</artifactId> |
| 355 | + <version>2.7.3</version> |
| 356 | + </dependency> |
| 357 | + <dependency> |
| 358 | + <groupId>xalan</groupId> |
| 359 | + <artifactId>serializer</artifactId> |
| 360 | + <version>2.7.3</version> |
| 361 | + </dependency> |
305 | 362 | <dependency> |
306 | 363 | <groupId>org.apache.ws.commons.schema</groupId> |
307 | 364 | <artifactId>XmlSchema</artifactId> |
|
0 commit comments