|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<!-- Copyright 2020 IBM --> |
| 2 | +<!-- Copyright 2023 IBM --> |
3 | 3 | <!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
|
4 | 4 | <!-- you may not use this file except in compliance with the License. -->
|
5 | 5 | <!-- You may obtain a copy of the License at -->
|
|
16 | 16 |
|
17 | 17 | <groupId>com.ibm.odm</groupId>
|
18 | 18 | <artifactId>decisioncenter-dependencies</artifactId>
|
19 |
| - <version>8.10.5.0</version> |
| 19 | + <version>8.11.1.0</version> |
20 | 20 | <packaging>pom</packaging>
|
21 | 21 |
|
22 | 22 | <properties>
|
23 | 23 | <odm.version>${project.version}</odm.version>
|
24 | 24 | </properties>
|
25 | 25 | <dependencies>
|
26 |
| - <dependency> |
27 |
| - <groupId>com.ibm.odm</groupId> |
28 |
| - <artifactId>bdsl-core-dt</artifactId> |
29 |
| - <version>${odm.version}</version> |
30 |
| - </dependency> |
31 | 26 | <dependency>
|
32 | 27 | <groupId>com.ibm.odm</groupId>
|
33 | 28 | <artifactId>bdsl-dtx-core</artifactId>
|
34 | 29 | <version>${odm.version}</version>
|
35 | 30 | </dependency>
|
36 |
| - <dependency> |
37 |
| - <groupId>com.ibm.odm</groupId> |
38 |
| - <artifactId>bdsl-web-dt</artifactId> |
39 |
| - <version>${odm.version}</version> |
40 |
| - </dependency> |
41 | 31 | <dependency>
|
42 | 32 | <groupId>com.ibm.odm</groupId>
|
43 | 33 | <artifactId>jrules-common-rs4jutils</artifactId>
|
|
93 | 83 | <artifactId>jrules-ruleartifacts</artifactId>
|
94 | 84 | <version>${odm.version}</version>
|
95 | 85 | </dependency>
|
| 86 | + <dependency> |
| 87 | + <groupId>com.ibm.odm</groupId> |
| 88 | + <artifactId>jrules-services</artifactId> |
| 89 | + <version>${odm.version}</version> |
| 90 | + </dependency> |
96 | 91 | <dependency>
|
97 | 92 | <groupId>com.ibm.odm</groupId>
|
98 | 93 | <artifactId>jrules-synchronization</artifactId>
|
|
153 | 148 | <dependency>
|
154 | 149 | <groupId>commons-codec</groupId>
|
155 | 150 | <artifactId>commons-codec</artifactId>
|
156 |
| - <version>1.11</version> |
| 151 | + <version>1.13</version> |
157 | 152 | </dependency>
|
158 | 153 | <dependency>
|
159 | 154 | <groupId>commons-digester</groupId>
|
|
173 | 168 | <dependency>
|
174 | 169 | <groupId>com.google.guava</groupId>
|
175 | 170 | <artifactId>guava</artifactId>
|
176 |
| - <version>26.0-jre</version> |
| 171 | + <version>30.1-jre</version> |
177 | 172 | </dependency>
|
178 | 173 | <dependency>
|
179 | 174 | <groupId>org.apache.httpcomponents</groupId>
|
180 | 175 | <artifactId>httpclient</artifactId>
|
181 |
| - <version>4.5.2</version> |
| 176 | + <version>4.5.13</version> |
182 | 177 | </dependency>
|
183 | 178 | <dependency>
|
184 | 179 | <groupId>org.apache.httpcomponents</groupId>
|
185 | 180 | <artifactId>httpcore</artifactId>
|
186 |
| - <version>4.4.4</version> |
| 181 | + <version>4.4.14</version> |
187 | 182 | </dependency>
|
188 | 183 | <dependency>
|
189 | 184 | <groupId>com.ibm.icu</groupId>
|
190 | 185 | <artifactId>icu4j</artifactId>
|
191 |
| - <version>61.1</version> |
| 186 | + <version>71.1</version> |
192 | 187 | </dependency>
|
193 | 188 | <dependency>
|
194 | 189 | <groupId>com.fasterxml.jackson.core</groupId>
|
195 | 190 | <artifactId>jackson-core</artifactId>
|
196 |
| - <version>2.10.2</version> |
| 191 | + <version>2.13.4</version> |
197 | 192 | </dependency>
|
198 | 193 | <dependency>
|
199 | 194 | <groupId>javax.servlet</groupId>
|
200 | 195 | <artifactId>javax.servlet-api</artifactId>
|
201 | 196 | <version>3.0.1</version>
|
202 | 197 | </dependency>
|
203 |
| - <dependency> |
204 |
| - <groupId>org.jdom</groupId> |
205 |
| - <artifactId>jdom</artifactId> |
206 |
| - <version>1.1.2</version> |
207 |
| - <exclusions> |
208 |
| - <exclusion> |
209 |
| - <groupId>maven-plugins</groupId> |
210 |
| - <artifactId>maven-findbugs-plugin</artifactId> |
211 |
| - </exclusion> |
212 |
| - <exclusion> |
213 |
| - <groupId>maven-plugins</groupId> |
214 |
| - <artifactId>maven-cobertura-plugin</artifactId> |
215 |
| - </exclusion> |
216 |
| - </exclusions> |
217 |
| - </dependency> |
218 | 198 | <dependency>
|
219 | 199 | <groupId>com.ibm.json</groupId>
|
220 | 200 | <artifactId>json4j</artifactId>
|
|
235 | 215 | <artifactId>myfaces-impl</artifactId>
|
236 | 216 | <version>1.1.5</version>
|
237 | 217 | </dependency>
|
| 218 | + <dependency> |
| 219 | + <groupId>org.apache.servicemix.bundles</groupId> |
| 220 | + <artifactId>org.apache.servicemix.bundles.jdom</artifactId> |
| 221 | + <version>2.0.6_1</version> |
| 222 | + </dependency> |
238 | 223 | <dependency>
|
239 | 224 | <groupId>org.springframework</groupId>
|
240 | 225 | <artifactId>spring-aop</artifactId>
|
241 |
| - <version>5.0.12.RELEASE</version> |
| 226 | + <version>5.3.20</version> |
242 | 227 | </dependency>
|
243 | 228 | <dependency>
|
244 | 229 | <groupId>org.springframework</groupId>
|
245 | 230 | <artifactId>spring-beans</artifactId>
|
246 |
| - <version>5.0.12.RELEASE</version> |
| 231 | + <version>5.3.20</version> |
247 | 232 | </dependency>
|
248 | 233 | <dependency>
|
249 | 234 | <groupId>org.springframework</groupId>
|
250 | 235 | <artifactId>spring-context</artifactId>
|
251 |
| - <version>5.0.12.RELEASE</version> |
| 236 | + <version>5.3.20</version> |
252 | 237 | </dependency>
|
253 | 238 | <dependency>
|
254 | 239 | <groupId>org.springframework</groupId>
|
255 | 240 | <artifactId>spring-context-support</artifactId>
|
256 |
| - <version>5.0.12.RELEASE</version> |
| 241 | + <version>5.3.20</version> |
257 | 242 | </dependency>
|
258 | 243 | <dependency>
|
259 | 244 | <groupId>org.springframework</groupId>
|
260 | 245 | <artifactId>spring-core</artifactId>
|
261 |
| - <version>5.0.12.RELEASE</version> |
| 246 | + <version>5.3.20</version> |
262 | 247 | </dependency>
|
263 | 248 | <dependency>
|
264 | 249 | <groupId>org.springframework</groupId>
|
265 | 250 | <artifactId>spring-expression</artifactId>
|
266 |
| - <version>5.0.12.RELEASE</version> |
| 251 | + <version>5.3.20</version> |
267 | 252 | </dependency>
|
268 | 253 | <dependency>
|
269 | 254 | <groupId>org.springframework</groupId>
|
270 | 255 | <artifactId>spring-web</artifactId>
|
271 |
| - <version>5.0.12.RELEASE</version> |
| 256 | + <version>5.3.20</version> |
272 | 257 | </dependency>
|
273 | 258 | <dependency>
|
274 | 259 | <groupId>org.springframework</groupId>
|
275 | 260 | <artifactId>spring-webmvc</artifactId>
|
276 |
| - <version>5.0.12.RELEASE</version> |
| 261 | + <version>5.3.20</version> |
277 | 262 | </dependency>
|
278 | 263 | <dependency>
|
279 | 264 | <groupId>org.apache.ws.commons.schema</groupId>
|
|
0 commit comments