File tree 2 files changed +32
-6
lines changed
2 files changed +32
-6
lines changed Original file line number Diff line number Diff line change 350
350
<version >5.3.34</version >
351
351
</dependency >
352
352
<dependency >
353
- <groupId >xalan </groupId >
354
- <artifactId >xalan </artifactId >
355
- <version >2.7.3</version >
353
+ <groupId >com.ibm.serializer </groupId >
354
+ <artifactId >serializer </artifactId >
355
+ <version >2.7.3.IBM </version >
356
356
</dependency >
357
357
<dependency >
358
- <groupId >xalan</groupId >
359
- <artifactId >serializer </artifactId >
360
- <version >2.7.3</version >
358
+ <groupId >com.ibm. xalan</groupId >
359
+ <artifactId >xalan </artifactId >
360
+ <version >2.7.3.IBM </version >
361
361
</dependency >
362
362
<dependency >
363
363
<groupId >org.apache.ws.commons.schema</groupId >
Original file line number Diff line number Diff line change 262
262
<version >1.0.0.2</version >
263
263
</configuration >
264
264
</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 >
265
291
</executions >
266
292
</plugin >
267
293
</plugins >
You can’t perform that action at this time.
0 commit comments