Skip to content

Commit d15e31a

Browse files
committed
Updated 900 dependancies to the execution server
1 parent 9ac6930 commit d15e31a

File tree

2 files changed

+157
-21
lines changed

2 files changed

+157
-21
lines changed

executionserver/executionserver-j2serulesession-dependencies.xml

Lines changed: 117 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<artifactId>jrules-engine</artifactId>
3434
<version>${odm.version}</version>
3535
</dependency>
36-
36+
3737
<!-- XU BAI plugin artifacts -->
3838
<dependency>
3939
<groupId>com.ibm.odm</groupId>
@@ -61,12 +61,12 @@
6161
<dependency>
6262
<groupId>org.slf4j</groupId>
6363
<artifactId>slf4j-api</artifactId>
64-
<version>1.7.30</version>
64+
<version>1.7.36</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.slf4j</groupId>
6868
<artifactId>slf4j-simple</artifactId>
69-
<version>1.7.30</version>
69+
<version>1.7.36</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>javax.resource</groupId>
@@ -81,32 +81,26 @@
8181
<dependency>
8282
<groupId>org.apache.httpcomponents</groupId>
8383
<artifactId>httpclient</artifactId>
84-
<version>4.5.13</version>
8584
</dependency>
8685
<dependency>
8786
<groupId>org.apache.httpcomponents</groupId>
8887
<artifactId>httpcore</artifactId>
89-
<version>4.4.13</version>
9088
</dependency>
89+
9190
<dependency>
9291
<groupId>com.fasterxml.jackson.core</groupId>
9392
<artifactId>jackson-annotations</artifactId>
94-
<version>2.13.4</version>
93+
<version>2.16.0</version>
9594
</dependency>
9695
<dependency>
9796
<groupId>com.fasterxml.jackson.core</groupId>
9897
<artifactId>jackson-core</artifactId>
99-
<version>2.13.4</version>
98+
<version>2.16.0</version>
10099
</dependency>
101100
<dependency>
102101
<groupId>com.fasterxml.jackson.core</groupId>
103102
<artifactId>jackson-databind</artifactId>
104-
<version>2.13.4</version>
105-
</dependency>
106-
<dependency>
107-
<groupId>commons-logging</groupId>
108-
<artifactId>commons-logging</artifactId>
109-
<version>1.1.1</version>
103+
<version>2.16.0</version>
110104
</dependency>
111105
<dependency>
112106
<groupId>commons-beanutils</groupId>
@@ -128,11 +122,15 @@
128122
<artifactId>commons-digester</artifactId>
129123
<version>1.8</version>
130124
</dependency>
131-
125+
<dependency>
126+
<groupId>commons-discovery</groupId>
127+
<artifactId>commons-discovery</artifactId>
128+
<version>0.2</version>
129+
</dependency>
132130
<dependency>
133131
<groupId>commons-codec</groupId>
134132
<artifactId>commons-codec</artifactId>
135-
<version>1.13</version>
133+
<version>1.16.1</version>
136134
</dependency>
137135
<dependency>
138136
<groupId>commons-el</groupId>
@@ -158,13 +156,13 @@
158156
<dependency>
159157
<groupId>commons-math3</groupId>
160158
<artifactId>commons-math3</artifactId>
161-
<version>15.0.0.Final</version>
159+
<version>3.6.1</version>
162160
</dependency>
163161

164162
<dependency>
165163
<groupId>commons-collections4</groupId>
166164
<artifactId>commons-collections4</artifactId>
167-
<version>4.2</version>
165+
<version>4.4</version>
168166
</dependency>
169167

170168
<dependency>
@@ -182,24 +180,124 @@
182180
<dependency>
183181
<groupId>commons-logging</groupId>
184182
<artifactId>commons-logging</artifactId>
185-
<version>1.1.1</version>
183+
<version>1.0.4</version>
186184
</dependency>
187185

188186
<dependency>
189187
<groupId>commons-io</groupId>
190188
<artifactId>commons-io</artifactId>
191189
<version>2.15.1</version>
192190
</dependency>
191+
<dependency>
192+
<groupId>com.h2database</groupId>
193+
<artifactId>h2</artifactId>
194+
<version>2.2.224</version>
195+
</dependency>
196+
<dependency>
197+
<groupId>javax.inject</groupId>
198+
<artifactId>javax.inject</artifactId>
199+
<version>1</version>
200+
</dependency>
201+
202+
<dependency>
203+
<groupId>javax.activation</groupId>
204+
<artifactId>javax.activation</artifactId>
205+
<version>1.2.0</version>
206+
</dependency>
207+
<dependency>
208+
<groupId>javax.activation</groupId>
209+
<artifactId>javax.activation-api</artifactId>
210+
<version>1.2.0</version>
211+
</dependency>
212+
<dependency>
213+
<groupId>javax.xml.bind</groupId>
214+
<artifactId>jaxb-api</artifactId>
215+
<version>2.3.1</version>
216+
</dependency>
217+
218+
<dependency>
219+
<groupId>org.glassfish.jaxb</groupId>
220+
<artifactId>jaxb-core</artifactId>
221+
<version>2.3.0.1</version>
222+
</dependency>
223+
<dependency>
224+
<groupId>org.glassfish.jaxb</groupId>
225+
<artifactId>jaxb-impl</artifactId>
226+
<version>2.3.1</version>
227+
</dependency>
228+
<dependency>
229+
<groupId>javax.xml</groupId>
230+
<artifactId>jaxrpc-api</artifactId>
231+
<version>1.1</version>
232+
</dependency>
233+
<dependency>
234+
<groupId>joda-time</groupId>
235+
<artifactId>joda-time</artifactId>
236+
<version>2.9.9</version>
237+
</dependency>
238+
239+
<dependency>
240+
<groupId>org.apache.mina</groupId>
241+
<artifactId>mina-core</artifactId>
242+
<version>2.1.5</version>
243+
</dependency>
193244

194245
<dependency>
195246
<groupId>org.apache.kafka</groupId>
196247
<artifactId>kafka-clients</artifactId>
197-
<version>2.8.2</version>
248+
<version>3.4.0</version>
198249
</dependency>
199250
<dependency>
200251
<groupId>org.glassfish</groupId>
201252
<artifactId>javax.json</artifactId>
202253
<version>1.1.4</version>
203254
</dependency>
255+
256+
<dependency>
257+
<groupId>junit</groupId>
258+
<artifactId>junit</artifactId>
259+
<version>3.8.1</version>
260+
</dependency>
261+
<dependency>
262+
<groupId>org.apache.poi</groupId>
263+
<artifactId>poi</artifactId>
264+
<version>4.1.2</version>
265+
</dependency>
266+
<dependency>
267+
<groupId>org.apache.poi</groupId>
268+
<artifactId>poi-ooxml</artifactId>
269+
<version>4.1.2</version>
270+
</dependency>
271+
<dependency>
272+
<groupId>org.apache.poi</groupId>
273+
<artifactId>poi-ooxml-schemas</artifactId>
274+
<version>4.1.2</version>
275+
</dependency>
276+
<dependency>
277+
<groupId>com.ibm.serializer</groupId>
278+
<artifactId>serializer</artifactId>
279+
<version>2.7.3.IBM</version>
280+
</dependency>
281+
<dependency>
282+
<groupId>javax.servlet</groupId>
283+
<artifactId>javax.servlet-api</artifactId>
284+
<version>2.3</version>
285+
</dependency>
286+
<dependency>
287+
<groupId>wsdl4j</groupId>
288+
<artifactId>wsdl4j</artifactId>
289+
<version>1.6.2</version>
290+
</dependency>
291+
<dependency>
292+
<groupId>com.ibm.xalan</groupId>
293+
<artifactId>xalan</artifactId>
294+
<version>2.7.3.IBM</version>
295+
</dependency>
296+
297+
<dependency>
298+
<groupId>org.apache.xmlbeans</groupId>
299+
<artifactId>xmlbeans</artifactId>
300+
<version>3.1.0</version>
301+
</dependency>
204302
</dependencies>
205303
</project>

executionserver/pom.xml

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,18 @@
9191
<artifactId>jrules-res-execution</artifactId>
9292
</configuration>
9393
</execution>
94+
<execution>
95+
<id>deploy-icu4j</id>
96+
<phase>deploy</phase>
97+
<goals>
98+
<goal>deploy-file</goal>
99+
</goals>
100+
<configuration>
101+
<file>${executionserver.lib}/icu4j-71.1.jar</file>
102+
<artifactId>icu4j</artifactId>
103+
<version>71.1</version>
104+
</configuration>
105+
</execution>
94106

95107
<execution>
96108
<id>deploy-jrules-res-session-java</id>
@@ -101,7 +113,7 @@
101113
<configuration>
102114
<file>${executionserver.lib}/jrules-res-session-java.jar</file>
103115
<artifactId>jrules-res-session-java</artifactId>
104-
116+
105117
</configuration>
106118
</execution>
107119

@@ -116,7 +128,7 @@
116128
<artifactId>jrules-res-manage-tools</artifactId>
117129
</configuration>
118130
</execution>
119-
131+
120132
<execution>
121133
<id>deploy-jrules-res-setup</id>
122134
<phase>deploy</phase>
@@ -433,6 +445,32 @@
433445
<version>1.2.IBM</version>
434446
</configuration>
435447
</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+
</configuration>
473+
</execution>
436474
</executions>
437475
</plugin>
438476
</plugins>

0 commit comments

Comments
 (0)