Skip to content

Commit 9a9e6a8

Browse files
committed
Add 8.11.1.0 resources
1 parent b1cf731 commit 9a9e6a8

10 files changed

+68
-143
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deploying IBM Operational Decision Manager libraries on a Maven repository
22

3-
This zip contains the material to deploy IBM Operational Decision Manager 8.10.5.0 libraries to a Maven repository.
3+
This zip contains the material to deploy IBM Operational Decision Manager 8.11.1.0 libraries to a Maven repository.
44
It includes Maven pom files to deploy the libraries, and dependency poms that lists all the required libraries to build
55
an ODM client application.
66

decisioncenter/decisioncenter-dependencies.xml

Lines changed: 26 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2020 IBM -->
2+
<!-- Copyright 2023 IBM -->
33
<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
44
<!-- you may not use this file except in compliance with the License. -->
55
<!-- You may obtain a copy of the License at -->
@@ -16,28 +16,18 @@
1616

1717
<groupId>com.ibm.odm</groupId>
1818
<artifactId>decisioncenter-dependencies</artifactId>
19-
<version>8.10.5.0</version>
19+
<version>8.11.1.0</version>
2020
<packaging>pom</packaging>
2121

2222
<properties>
2323
<odm.version>${project.version}</odm.version>
2424
</properties>
2525
<dependencies>
26-
<dependency>
27-
<groupId>com.ibm.odm</groupId>
28-
<artifactId>bdsl-core-dt</artifactId>
29-
<version>${odm.version}</version>
30-
</dependency>
3126
<dependency>
3227
<groupId>com.ibm.odm</groupId>
3328
<artifactId>bdsl-dtx-core</artifactId>
3429
<version>${odm.version}</version>
3530
</dependency>
36-
<dependency>
37-
<groupId>com.ibm.odm</groupId>
38-
<artifactId>bdsl-web-dt</artifactId>
39-
<version>${odm.version}</version>
40-
</dependency>
4131
<dependency>
4232
<groupId>com.ibm.odm</groupId>
4333
<artifactId>jrules-common-rs4jutils</artifactId>
@@ -93,6 +83,11 @@
9383
<artifactId>jrules-ruleartifacts</artifactId>
9484
<version>${odm.version}</version>
9585
</dependency>
86+
<dependency>
87+
<groupId>com.ibm.odm</groupId>
88+
<artifactId>jrules-services</artifactId>
89+
<version>${odm.version}</version>
90+
</dependency>
9691
<dependency>
9792
<groupId>com.ibm.odm</groupId>
9893
<artifactId>jrules-synchronization</artifactId>
@@ -153,7 +148,7 @@
153148
<dependency>
154149
<groupId>commons-codec</groupId>
155150
<artifactId>commons-codec</artifactId>
156-
<version>1.11</version>
151+
<version>1.13</version>
157152
</dependency>
158153
<dependency>
159154
<groupId>commons-digester</groupId>
@@ -173,48 +168,33 @@
173168
<dependency>
174169
<groupId>com.google.guava</groupId>
175170
<artifactId>guava</artifactId>
176-
<version>26.0-jre</version>
171+
<version>30.1-jre</version>
177172
</dependency>
178173
<dependency>
179174
<groupId>org.apache.httpcomponents</groupId>
180175
<artifactId>httpclient</artifactId>
181-
<version>4.5.2</version>
176+
<version>4.5.13</version>
182177
</dependency>
183178
<dependency>
184179
<groupId>org.apache.httpcomponents</groupId>
185180
<artifactId>httpcore</artifactId>
186-
<version>4.4.4</version>
181+
<version>4.4.14</version>
187182
</dependency>
188183
<dependency>
189184
<groupId>com.ibm.icu</groupId>
190185
<artifactId>icu4j</artifactId>
191-
<version>61.1</version>
186+
<version>71.1</version>
192187
</dependency>
193188
<dependency>
194189
<groupId>com.fasterxml.jackson.core</groupId>
195190
<artifactId>jackson-core</artifactId>
196-
<version>2.10.2</version>
191+
<version>2.13.4</version>
197192
</dependency>
198193
<dependency>
199194
<groupId>javax.servlet</groupId>
200195
<artifactId>javax.servlet-api</artifactId>
201196
<version>3.0.1</version>
202197
</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>
218198
<dependency>
219199
<groupId>com.ibm.json</groupId>
220200
<artifactId>json4j</artifactId>
@@ -235,45 +215,50 @@
235215
<artifactId>myfaces-impl</artifactId>
236216
<version>1.1.5</version>
237217
</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>
238223
<dependency>
239224
<groupId>org.springframework</groupId>
240225
<artifactId>spring-aop</artifactId>
241-
<version>5.0.12.RELEASE</version>
226+
<version>5.3.20</version>
242227
</dependency>
243228
<dependency>
244229
<groupId>org.springframework</groupId>
245230
<artifactId>spring-beans</artifactId>
246-
<version>5.0.12.RELEASE</version>
231+
<version>5.3.20</version>
247232
</dependency>
248233
<dependency>
249234
<groupId>org.springframework</groupId>
250235
<artifactId>spring-context</artifactId>
251-
<version>5.0.12.RELEASE</version>
236+
<version>5.3.20</version>
252237
</dependency>
253238
<dependency>
254239
<groupId>org.springframework</groupId>
255240
<artifactId>spring-context-support</artifactId>
256-
<version>5.0.12.RELEASE</version>
241+
<version>5.3.20</version>
257242
</dependency>
258243
<dependency>
259244
<groupId>org.springframework</groupId>
260245
<artifactId>spring-core</artifactId>
261-
<version>5.0.12.RELEASE</version>
246+
<version>5.3.20</version>
262247
</dependency>
263248
<dependency>
264249
<groupId>org.springframework</groupId>
265250
<artifactId>spring-expression</artifactId>
266-
<version>5.0.12.RELEASE</version>
251+
<version>5.3.20</version>
267252
</dependency>
268253
<dependency>
269254
<groupId>org.springframework</groupId>
270255
<artifactId>spring-web</artifactId>
271-
<version>5.0.12.RELEASE</version>
256+
<version>5.3.20</version>
272257
</dependency>
273258
<dependency>
274259
<groupId>org.springframework</groupId>
275260
<artifactId>spring-webmvc</artifactId>
276-
<version>5.0.12.RELEASE</version>
261+
<version>5.3.20</version>
277262
</dependency>
278263
<dependency>
279264
<groupId>org.apache.ws.commons.schema</groupId>

decisioncenter/pom.xml

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2020 IBM -->
2+
<!-- Copyright 2023 IBM -->
33
<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
44
<!-- you may not use this file except in compliance with the License. -->
55
<!-- You may obtain a copy of the License at -->
@@ -17,7 +17,7 @@
1717

1818
<groupId>com.ibm.odm</groupId>
1919
<artifactId>decisioncenter</artifactId>
20-
<version>8.10.5.0</version>
20+
<version>8.11.1.0</version>
2121
<packaging>pom</packaging>
2222

2323
<properties>
@@ -56,18 +56,6 @@
5656
<packaging>jar</packaging>
5757
</configuration>
5858
<executions>
59-
<execution>
60-
<id>deploy-bdsl-core-dt</id>
61-
<phase>deploy</phase>
62-
<goals>
63-
<goal>deploy-file</goal>
64-
</goals>
65-
<configuration>
66-
<file>${decisioncenter.lib}/bdsl-core-dt.jar</file>
67-
<artifactId>bdsl-core-dt</artifactId>
68-
</configuration>
69-
</execution>
70-
7159
<execution>
7260
<id>deploy-bdsl-dtx-core</id>
7361
<phase>deploy</phase>
@@ -80,18 +68,6 @@
8068
</configuration>
8169
</execution>
8270

83-
<execution>
84-
<id>deploy-bdsl-web-dt</id>
85-
<phase>deploy</phase>
86-
<goals>
87-
<goal>deploy-file</goal>
88-
</goals>
89-
<configuration>
90-
<file>${decisioncenter.lib}/bdsl-web-dt.jar</file>
91-
<artifactId>bdsl-web-dt</artifactId>
92-
</configuration>
93-
</execution>
94-
9571
<execution>
9672
<id>deploy-jrules-common-rs4jutils</id>
9773
<phase>deploy</phase>
@@ -224,6 +200,18 @@
224200
</configuration>
225201
</execution>
226202

203+
<execution>
204+
<id>deploy-jrules-services</id>
205+
<phase>deploy</phase>
206+
<goals>
207+
<goal>deploy-file</goal>
208+
</goals>
209+
<configuration>
210+
<file>${decisioncenter.lib}/jrules-services.jar</file>
211+
<artifactId>jrules-services</artifactId>
212+
</configuration>
213+
</execution>
214+
227215
<execution>
228216
<id>deploy-jrules-synchronization</id>
229217
<phase>deploy</phase>
Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2020 IBM -->
2+
<!-- Copyright 2023 IBM -->
33
<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
44
<!-- you may not use this file except in compliance with the License. -->
55
<!-- You may obtain a copy of the License at -->
@@ -16,7 +16,7 @@
1616

1717
<groupId>com.ibm.odm</groupId>
1818
<artifactId>executionserver-engine-dependencies</artifactId>
19-
<version>8.10.5.0</version>
19+
<version>8.11.1.0</version>
2020
<packaging>pom</packaging>
2121

2222
<properties>
@@ -28,27 +28,5 @@
2828
<artifactId>jrules-engine</artifactId>
2929
<version>${odm.version}</version>
3030
</dependency>
31-
32-
<!-- third party dependencies -->
33-
<dependency>
34-
<groupId>org.jdom</groupId>
35-
<artifactId>jdom</artifactId>
36-
<version>1.1.2</version>
37-
<exclusions>
38-
<exclusion>
39-
<groupId>maven-plugins</groupId>
40-
<artifactId>maven-findbugs-plugin</artifactId>
41-
</exclusion>
42-
<exclusion>
43-
<groupId>maven-plugins</groupId>
44-
<artifactId>maven-cobertura-plugin</artifactId>
45-
</exclusion>
46-
</exclusions>
47-
</dependency>
48-
<dependency>
49-
<groupId>org.openxml4j</groupId>
50-
<artifactId>openxml4j</artifactId>
51-
<version>beta</version>
52-
</dependency>
5331
</dependencies>
5432
</project>

executionserver/executionserver-j2eerulesession-dependencies.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2020 IBM -->
2+
<!-- Copyright 2023 IBM -->
33
<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
44
<!-- you may not use this file except in compliance with the License. -->
55
<!-- You may obtain a copy of the License at -->
@@ -16,7 +16,7 @@
1616

1717
<groupId>com.ibm.odm</groupId>
1818
<artifactId>executionserver-j2eerulesession-dependencies</artifactId>
19-
<version>8.10.5.0</version>
19+
<version>8.11.1.0</version>
2020
<packaging>pom</packaging>
2121

2222
<properties>

0 commit comments

Comments
 (0)