Skip to content

Commit 1ac7295

Browse files
Merge pull request #4 from DecisionsDev/8.12.0.0
all the required changes for 8.12.0.0 release
2 parents 09f46bf + 90e09de commit 1ac7295

6 files changed

+50
-72
lines changed

decisioncenter/decisioncenter-dependencies.xml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

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

2222
<properties>
@@ -113,37 +113,37 @@
113113
<dependency>
114114
<groupId>org.eclipse.emf</groupId>
115115
<artifactId>org.eclipse.emf.common</artifactId>
116-
<version>2.30.0</version>
116+
<version>2.6.0.v201006141136</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>org.eclipse.emf</groupId>
120120
<artifactId>org.eclipse.emf.ecore</artifactId>
121-
<version>2.36.0</version>
121+
<version>2.6.0.v201006141136</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.eclipse.emf.ecore</groupId>
125125
<artifactId>edit</artifactId>
126-
<version>2.14.0</version>
126+
<version>2.6.0.v201006141136</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>org.eclipse.emf</groupId>
130130
<artifactId>edit</artifactId>
131-
<version>2.21.0</version>
131+
<version>2.6.0.v201006141136</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>org.eclipse.emf</groupId>
135135
<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
136-
<version>2.16.0</version>
136+
<version>2.5.0.v201005211846</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.eclipse.emf</groupId>
140140
<artifactId>org.eclipse.emf.mapping</artifactId>
141-
<version>2.12.0</version>
141+
<version>2.6.0.v201006141136</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.eclipse.emf</groupId>
145145
<artifactId>org.eclipse.emf.mapping.ecore2ecore</artifactId>
146-
<version>2.11.0</version>
146+
<version>2.5.0.v201005211847</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>aopalliance</groupId>
@@ -164,7 +164,7 @@
164164
<dependency>
165165
<groupId>commons-lang3</groupId>
166166
<artifactId>ccommons-lang3</artifactId>
167-
<version>3.14.0</version>
167+
<version>3.10</version>
168168
</dependency>
169169
<dependency>
170170
<groupId>commons-lang</groupId>
@@ -191,7 +191,7 @@
191191
<dependency>
192192
<groupId>commons-compress</groupId>
193193
<artifactId>commons-compress</artifactId>
194-
<version>1.26.1</version>
194+
<version>1.21</version>
195195
</dependency>
196196

197197
<dependency>
@@ -209,13 +209,13 @@
209209
<dependency>
210210
<groupId>commons-io</groupId>
211211
<artifactId>commons-io</artifactId>
212-
<version>1.1</version>
212+
<version>2.10.0</version>
213213
</dependency>
214214

215215
<dependency>
216216
<groupId>com.google.guava</groupId>
217217
<artifactId>guava</artifactId>
218-
<version>32.0.1-jre</version>
218+
<version>30.1-jre</version>
219219
</dependency>
220220
<dependency>
221221
<groupId>org.apache.httpcomponents</groupId>
@@ -235,12 +235,12 @@
235235
<dependency>
236236
<groupId>com.fasterxml.jackson.core</groupId>
237237
<artifactId>jackson-core</artifactId>
238-
<version>2.16.0</version>
238+
<version>2.14.2</version>
239239
</dependency>
240240
<dependency>
241241
<groupId>javax.servlet</groupId>
242242
<artifactId>javax.servlet-api</artifactId>
243-
<version>4.0.1</version>
243+
<version>3.0.1</version>
244244
</dependency>
245245
<dependency>
246246
<groupId>javax.xml.bind</groupId>
@@ -278,13 +278,13 @@
278278
<dependency>
279279
<groupId>javax.annotation</groupId>
280280
<artifactId>javax.annotation-api</artifactId>
281-
<version>1.2.0</version>
281+
<version>1.3.2</version>
282282
</dependency>
283283

284284
<dependency>
285285
<groupId>javax.transaction</groupId>
286286
<artifactId>jta</artifactId>
287-
<version>1.1</version>
287+
<version>1.0.1B</version>
288288
</dependency>
289289

290290
<dependency>
@@ -312,42 +312,42 @@
312312
<dependency>
313313
<groupId>org.springframework</groupId>
314314
<artifactId>spring-aop</artifactId>
315-
<version>5.3.34</version>
315+
<version>5.3.27</version>
316316
</dependency>
317317
<dependency>
318318
<groupId>org.springframework</groupId>
319319
<artifactId>spring-beans</artifactId>
320-
<version>5.3.34</version>
320+
<version>5.3.27</version>
321321
</dependency>
322322
<dependency>
323323
<groupId>org.springframework</groupId>
324324
<artifactId>spring-context</artifactId>
325-
<version>5.3.34</version>
325+
<version>5.3.27</version>
326326
</dependency>
327327
<dependency>
328328
<groupId>org.springframework</groupId>
329329
<artifactId>spring-context-support</artifactId>
330-
<version>5.3.34</version>
330+
<version>5.3.27</version>
331331
</dependency>
332332
<dependency>
333333
<groupId>org.springframework</groupId>
334334
<artifactId>spring-core</artifactId>
335-
<version>5.3.34</version>
335+
<version>5.3.27</version>
336336
</dependency>
337337
<dependency>
338338
<groupId>org.springframework</groupId>
339339
<artifactId>spring-expression</artifactId>
340-
<version>5.3.34</version>
340+
<version>5.3.27</version>
341341
</dependency>
342342
<dependency>
343343
<groupId>org.springframework</groupId>
344344
<artifactId>spring-web</artifactId>
345-
<version>5.3.34</version>
345+
<version>5.3.27</version>
346346
</dependency>
347347
<dependency>
348348
<groupId>org.springframework</groupId>
349349
<artifactId>spring-webmvc</artifactId>
350-
<version>5.3.34</version>
350+
<version>5.3.27</version>
351351
</dependency>
352352
<dependency>
353353
<groupId>com.ibm.serializer</groupId>

decisioncenter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

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

2323
<properties>

executionserver/executionserver-engine-dependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

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

2222
<properties>

executionserver/executionserver-j2eerulesession-dependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

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

2222
<properties>

executionserver/executionserver-j2serulesession-dependencies.xml

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<groupId>com.ibm.odm</groupId>
1818
<artifactId>executionserver-j2serulesession-dependencies</artifactId>
19-
<version>9.0.0.0</version>
19+
<version>8.12.0.0</version>
2020
<packaging>pom</packaging>
2121

2222
<properties>
@@ -80,17 +80,17 @@
8080
<dependency>
8181
<groupId>com.fasterxml.jackson.core</groupId>
8282
<artifactId>jackson-annotations</artifactId>
83-
<version>2.16.0</version>
83+
<version>2.14.2</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>com.fasterxml.jackson.core</groupId>
8787
<artifactId>jackson-core</artifactId>
88-
<version>2.16.0</version>
88+
<version>2.14.2</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>com.fasterxml.jackson.core</groupId>
9292
<artifactId>jackson-databind</artifactId>
93-
<version>2.16.0</version>
93+
<version>2.14.2</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>commons-discovery</groupId>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>commons-codec</groupId>
102102
<artifactId>commons-codec</artifactId>
103-
<version>1.16.1</version>
103+
<version>1.15</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>commons-math3</groupId>
@@ -111,13 +111,13 @@
111111
<dependency>
112112
<groupId>commons-collections4</groupId>
113113
<artifactId>commons-collections4</artifactId>
114-
<version>4.4</version>
114+
<version>4.2</version>
115115
</dependency>
116116

117117
<dependency>
118118
<groupId>commons-compress</groupId>
119119
<artifactId>commons-compress</artifactId>
120-
<version>1.26.1</version>
120+
<version>1.21</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>commons-logging</groupId>
@@ -140,7 +140,11 @@
140140
<artifactId>javax.inject</artifactId>
141141
<version>1</version>
142142
</dependency>
143-
143+
<dependency>
144+
<groupId>org.apache.derby</groupId>
145+
<artifactId>derby</artifactId>
146+
<version>10.8.2.2</version>
147+
</dependency>
144148
<dependency>
145149
<groupId>javax.activation</groupId>
146150
<artifactId>javax.activation</artifactId>
@@ -203,22 +207,23 @@
203207
<dependency>
204208
<groupId>org.apache.poi</groupId>
205209
<artifactId>poi</artifactId>
206-
<version>4.1.2</version>
210+
<version>4.0.1</version>
207211
</dependency>
208212
<dependency>
209213
<groupId>org.apache.poi</groupId>
210214
<artifactId>poi-ooxml</artifactId>
211-
<version>4.1.2</version>
215+
<version>4.0.1</version>
212216
</dependency>
213217
<dependency>
214218
<groupId>org.apache.poi</groupId>
215219
<artifactId>poi-ooxml-schemas</artifactId>
216-
<version>4.1.2</version>
220+
<version>4.0.1</version>
217221
</dependency>
222+
218223
<dependency>
219-
<groupId>com.ibm.serializer</groupId>
224+
<groupId>xalan</groupId>
220225
<artifactId>serializer</artifactId>
221-
<version>2.7.3.IBM</version>
226+
<version>2.7.2</version>
222227
</dependency>
223228
<dependency>
224229
<groupId>javax.servlet</groupId>
@@ -231,15 +236,14 @@
231236
<version>1.6.2</version>
232237
</dependency>
233238
<dependency>
234-
<groupId>com.ibm.xalan</groupId>
239+
<groupId>xalan</groupId>
235240
<artifactId>xalan</artifactId>
236-
<version>2.7.3.IBM</version>
241+
<version>2.7.2</version>
237242
</dependency>
238-
239243
<dependency>
240244
<groupId>org.apache.xmlbeans</groupId>
241245
<artifactId>xmlbeans</artifactId>
242-
<version>3.1.0</version>
246+
<version>3.0.2</version>
243247
</dependency>
244248
</dependencies>
245249
</project>

executionserver/pom.xml

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<groupId>com.ibm.odm</groupId>
1919
<artifactId>executionserver</artifactId>
20-
<version>9.0.0.0</version>
20+
<version>8.12.0.0</version>
2121
<packaging>pom</packaging>
2222

2323
<properties>
@@ -445,33 +445,7 @@
445445
<version>1.2.IBM</version>
446446
</configuration>
447447
</execution>
448-
<execution>
449-
<id>deploy-serializer</id>
450-
<phase>deploy</phase>
451-
<goals>
452-
<goal>deploy-file</goal>
453-
</goals>
454-
<configuration>
455-
<file>${executionserver.lib}/serializer-2.7.3.IBM.jar</file>
456-
<groupId>com.ibm.serializer</groupId>
457-
<artifactId>serializer</artifactId>
458-
<version>2.7.3.IBM</version>
459-
</configuration>
460-
</execution>
461-
<execution>
462-
<id>deploy-xalan</id>
463-
<phase>deploy</phase>
464-
<goals>
465-
<goal>deploy-file</goal>
466-
</goals>
467-
<configuration>
468-
<file>${executionserver.lib}/xalan-2.7.3.IBM.jar</file>
469-
<groupId>com.ibm.xalan</groupId>
470-
<artifactId>xalan</artifactId>
471-
<version>2.7.3.IBM</version>
472-
<pomFile>${project.basedir}/internal/xalan.pom</pomFile>
473-
</configuration>
474-
</execution>
448+
475449
</executions>
476450
</plugin>
477451
</plugins>

0 commit comments

Comments
 (0)