Skip to content

Commit 4183c48

Browse files
Merge pull request #1 from DecisionsDev/9.0.0.0_T
Update decisioncenter-dependencies.xml
2 parents fda95f8 + f598ed8 commit 4183c48

File tree

2 files changed

+146
-21
lines changed

2 files changed

+146
-21
lines changed

decisioncenter/decisioncenter-dependencies.xml

+120-21
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,22 @@
113113
<dependency>
114114
<groupId>org.eclipse.emf</groupId>
115115
<artifactId>org.eclipse.emf.common</artifactId>
116-
<version>2.31.0</version>
116+
<version>2.30.0</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>org.eclipse.emf</groupId>
120120
<artifactId>org.eclipse.emf.ecore</artifactId>
121-
<version>2.37.0</version>
121+
<version>2.36.0</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.eclipse.emf.ecore</groupId>
125125
<artifactId>edit</artifactId>
126-
<version>2.3.0-v200706262000</version>
126+
<version>2.14.0</version>
127+
</dependency>
128+
<dependency>
129+
<groupId>org.eclipse.emf</groupId>
130+
<artifactId>edit</artifactId>
131+
<version>2.21.0</version>
127132
</dependency>
128133
<dependency>
129134
<groupId>org.eclipse.emf</groupId>
@@ -150,25 +155,67 @@
150155
<artifactId>commons-codec</artifactId>
151156
<version>1.13</version>
152157
</dependency>
153-
<dependency>
154-
<groupId>commons-digester</groupId>
155-
<artifactId>commons-digester</artifactId>
156-
<version>1.6</version>
157-
</dependency>
158158
<dependency>
159159
<groupId>commons-el</groupId>
160160
<artifactId>commons-el</artifactId>
161161
<version>1.0</version>
162162
</dependency>
163+
164+
<dependency>
165+
<groupId>commons-lang3</groupId>
166+
<artifactId>ccommons-lang3</artifactId>
167+
<version>3.14.0</version>
168+
</dependency>
169+
<dependency>
170+
<groupId>commons-lang</groupId>
171+
<artifactId>commons-lang</artifactId>
172+
<version>2.6</version>
173+
</dependency>
174+
<dependency>
175+
<groupId>infinispan-commons</groupId>
176+
<artifactId>infinispan-commons</artifactId>
177+
<version>4.2</version>
178+
</dependency>
179+
<dependency>
180+
<groupId>commons-math3</groupId>
181+
<artifactId>commons-math3</artifactId>
182+
<version>15.0.0.Final</version>
183+
</dependency>
184+
185+
<dependency>
186+
<groupId>commons-collections4</groupId>
187+
<artifactId>commons-collections4</artifactId>
188+
<version>4.2</version>
189+
</dependency>
190+
191+
<dependency>
192+
<groupId>commons-compress</groupId>
193+
<artifactId>commons-compress</artifactId>
194+
<version>1.26.1</version>
195+
</dependency>
196+
197+
<dependency>
198+
<groupId>commons-fileupload</groupId>
199+
<artifactId>commons-fileupload</artifactId>
200+
<version>1.5</version>
201+
</dependency>
202+
163203
<dependency>
164204
<groupId>commons-logging</groupId>
165205
<artifactId>commons-logging</artifactId>
166206
<version>1.1</version>
167207
</dependency>
208+
209+
<dependency>
210+
<groupId>commons-io</groupId>
211+
<artifactId>commons-io</artifactId>
212+
<version>1.1</version>
213+
</dependency>
214+
168215
<dependency>
169216
<groupId>com.google.guava</groupId>
170217
<artifactId>guava</artifactId>
171-
<version>30.1-jre</version>
218+
<version>32.0.1-jre</version>
172219
</dependency>
173220
<dependency>
174221
<groupId>org.apache.httpcomponents</groupId>
@@ -188,23 +235,58 @@
188235
<dependency>
189236
<groupId>com.fasterxml.jackson.core</groupId>
190237
<artifactId>jackson-core</artifactId>
191-
<version>2.13.4</version>
238+
<version>2.16.0</version>
192239
</dependency>
193240
<dependency>
194241
<groupId>javax.servlet</groupId>
195242
<artifactId>javax.servlet-api</artifactId>
196-
<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>
197259
</dependency>
260+
261+
<dependency>
262+
<groupId>org.bitbucket.b_c</groupId>
263+
<artifactId>jose4j</artifactId>
264+
<version>0.9.5</version>
265+
</dependency>
266+
198267
<dependency>
199268
<groupId>com.ibm.json</groupId>
200269
<artifactId>json4j</artifactId>
201270
<version>1.0.0.2</version>
202271
</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+
203284
<dependency>
204285
<groupId>javax.transaction</groupId>
205286
<artifactId>jta</artifactId>
206-
<version>1.0.1B</version>
287+
<version>1.1</version>
207288
</dependency>
289+
208290
<dependency>
209291
<groupId>org.apache.myfaces.core</groupId>
210292
<artifactId>myfaces-api</artifactId>
@@ -218,47 +300,64 @@
218300
<dependency>
219301
<groupId>org.apache.servicemix.bundles</groupId>
220302
<artifactId>org.apache.servicemix.bundles.jdom</artifactId>
221-
<version>2.0.6_1</version>
303+
<version>2.0.6.1_1</version>
222304
</dependency>
305+
<dependency>
306+
<groupId>org.slf4j</groupId>
307+
<artifactId>slf4j-api</artifactId>
308+
<version>1.7.25</version>
309+
</dependency>
310+
311+
223312
<dependency>
224313
<groupId>org.springframework</groupId>
225314
<artifactId>spring-aop</artifactId>
226-
<version>5.3.20</version>
315+
<version>5.3.34</version>
227316
</dependency>
228317
<dependency>
229318
<groupId>org.springframework</groupId>
230319
<artifactId>spring-beans</artifactId>
231-
<version>5.3.20</version>
320+
<version>5.3.34</version>
232321
</dependency>
233322
<dependency>
234323
<groupId>org.springframework</groupId>
235324
<artifactId>spring-context</artifactId>
236-
<version>5.3.20</version>
325+
<version>5.3.34</version>
237326
</dependency>
238327
<dependency>
239328
<groupId>org.springframework</groupId>
240329
<artifactId>spring-context-support</artifactId>
241-
<version>5.3.20</version>
330+
<version>5.3.34</version>
242331
</dependency>
243332
<dependency>
244333
<groupId>org.springframework</groupId>
245334
<artifactId>spring-core</artifactId>
246-
<version>5.3.20</version>
335+
<version>5.3.34</version>
247336
</dependency>
248337
<dependency>
249338
<groupId>org.springframework</groupId>
250339
<artifactId>spring-expression</artifactId>
251-
<version>5.3.20</version>
340+
<version>5.3.34</version>
252341
</dependency>
253342
<dependency>
254343
<groupId>org.springframework</groupId>
255344
<artifactId>spring-web</artifactId>
256-
<version>5.3.20</version>
345+
<version>5.3.34</version>
257346
</dependency>
258347
<dependency>
259348
<groupId>org.springframework</groupId>
260349
<artifactId>spring-webmvc</artifactId>
261-
<version>5.3.20</version>
350+
<version>5.3.34</version>
351+
</dependency>
352+
<dependency>
353+
<groupId>com.ibm.serializer</groupId>
354+
<artifactId>serializer</artifactId>
355+
<version>2.7.3.IBM</version>
356+
</dependency>
357+
<dependency>
358+
<groupId>com.ibm.xalan</groupId>
359+
<artifactId>xalan</artifactId>
360+
<version>2.7.3.IBM</version>
262361
</dependency>
263362
<dependency>
264363
<groupId>org.apache.ws.commons.schema</groupId>

decisioncenter/pom.xml

+26
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,32 @@
262262
<version>1.0.0.2</version>
263263
</configuration>
264264
</execution>
265+
<execution>
266+
<id>deploy-serializer</id>
267+
<phase>deploy</phase>
268+
<goals>
269+
<goal>deploy-file</goal>
270+
</goals>
271+
<configuration>
272+
<file>${decisioncenter.lib}/serializer-2.7.3.IBM.jar</file>
273+
<groupId>com.ibm.serializer</groupId>
274+
<artifactId>serializer</artifactId>
275+
<version>2.7.3.IBM</version>
276+
</configuration>
277+
</execution>
278+
<execution>
279+
<id>deploy-xalan</id>
280+
<phase>deploy</phase>
281+
<goals>
282+
<goal>deploy-file</goal>
283+
</goals>
284+
<configuration>
285+
<file>${decisioncenter.lib}/xalan-2.7.3.IBM.jar</file>
286+
<groupId>com.ibm.xalan</groupId>
287+
<artifactId>xalan</artifactId>
288+
<version>2.7.3.IBM</version>
289+
</configuration>
290+
</execution>
265291
</executions>
266292
</plugin>
267293
</plugins>

0 commit comments

Comments
 (0)