Skip to content

Commit 69250c6

Browse files
committed
Update decisioncenter-dependencies.xml
Updated the missing dependecies and corrected some.
1 parent 270d295 commit 69250c6

File tree

1 file changed

+64
-7
lines changed

1 file changed

+64
-7
lines changed

decisioncenter/decisioncenter-dependencies.xml

Lines changed: 64 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,12 @@
153153
<dependency>
154154
<groupId>commons-codec</groupId>
155155
<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>
157162
</dependency>
158163

159164
<dependency>
@@ -235,18 +240,53 @@
235240
<dependency>
236241
<groupId>javax.servlet</groupId>
237242
<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>
239265
</dependency>
266+
240267
<dependency>
241268
<groupId>com.ibm.json</groupId>
242269
<artifactId>json4j</artifactId>
243270
<version>1.0.0.2</version>
244271
</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+
245284
<dependency>
246285
<groupId>javax.transaction</groupId>
247286
<artifactId>jta</artifactId>
248-
<version>1.0.1B</version>
287+
<version>1.1</version>
249288
</dependency>
289+
250290
<dependency>
251291
<groupId>org.apache.myfaces.core</groupId>
252292
<artifactId>myfaces-api</artifactId>
@@ -260,22 +300,29 @@
260300
<dependency>
261301
<groupId>org.apache.servicemix.bundles</groupId>
262302
<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>
264309
</dependency>
310+
311+
265312
<dependency>
266313
<groupId>org.springframework</groupId>
267314
<artifactId>spring-aop</artifactId>
268-
<version>5.3.20</version>
315+
<version>5.3.34</version>
269316
</dependency>
270317
<dependency>
271318
<groupId>org.springframework</groupId>
272319
<artifactId>spring-beans</artifactId>
273-
<version>5.3.20</version>
320+
<version>5.3.34</version>
274321
</dependency>
275322
<dependency>
276323
<groupId>org.springframework</groupId>
277324
<artifactId>spring-context</artifactId>
278-
<version>5.3.20</version>
325+
<version>5.3.34</version>
279326
</dependency>
280327
<dependency>
281328
<groupId>org.springframework</groupId>
@@ -302,6 +349,16 @@
302349
<artifactId>spring-webmvc</artifactId>
303350
<version>5.3.34</version>
304351
</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>
305362
<dependency>
306363
<groupId>org.apache.ws.commons.schema</groupId>
307364
<artifactId>XmlSchema</artifactId>

0 commit comments

Comments
 (0)