264
264
<dependency >
265
265
<groupId >org.openmrs.hibernate</groupId >
266
266
<artifactId >hibernate-core</artifactId >
267
- <version >3.6.5.Final-mod</version >
268
- <exclusions >
269
- <exclusion >
270
- <groupId >asm</groupId >
271
- <artifactId >asm</artifactId >
272
- </exclusion >
273
- <exclusion >
274
- <groupId >commons-logging</groupId >
275
- <artifactId >commons-logging</artifactId >
276
- </exclusion >
277
- <exclusion >
278
- <groupId >asm</groupId >
279
- <artifactId >asm-attrs</artifactId >
280
- </exclusion >
281
- <exclusion >
282
- <groupId >net.sf.ehcache</groupId >
283
- <artifactId >ehcache</artifactId >
284
- </exclusion >
285
- <exclusion >
286
- <groupId >cglib</groupId >
287
- <artifactId >cglib</artifactId >
288
- </exclusion >
289
- </exclusions >
290
- </dependency >
291
- <dependency >
292
- <groupId >org.hibernate</groupId >
293
- <artifactId >hibernate-search-analyzers</artifactId >
294
- <version >3.4.0.Final</version >
267
+ <version >${hibernateVersion} -mod</version >
295
268
</dependency >
296
269
<dependency >
297
270
<groupId >org.hibernate</groupId >
298
271
<artifactId >hibernate-c3p0</artifactId >
299
- <version >3.6.0.Final </version >
272
+ <version >${hibernateVersion} </version >
300
273
<exclusions >
301
274
<exclusion >
302
275
<groupId >org.hibernate</groupId >
303
276
<artifactId >hibernate-core</artifactId >
304
277
</exclusion >
305
- <exclusion >
306
- <groupId >commons-logging</groupId >
307
- <artifactId >commons-logging</artifactId >
308
- </exclusion >
309
- <exclusion >
310
- <groupId >asm</groupId >
311
- <artifactId >asm-attrs</artifactId >
312
- </exclusion >
313
- <exclusion >
314
- <groupId >net.sf.ehcache</groupId >
315
- <artifactId >ehcache</artifactId >
316
- </exclusion >
317
- <exclusion >
318
- <groupId >cglib</groupId >
319
- <artifactId >cglib</artifactId >
320
- </exclusion >
321
278
</exclusions >
322
279
</dependency >
323
280
<dependency >
324
281
<groupId >org.hibernate</groupId >
325
282
<artifactId >hibernate-ehcache</artifactId >
326
- <version >3.6.0.Final </version >
283
+ <version >${hibernateVersion} </version >
327
284
<exclusions >
328
285
<exclusion >
329
286
<groupId >org.hibernate</groupId >
330
287
<artifactId >hibernate-core</artifactId >
331
288
</exclusion >
332
- <exclusion >
333
- <groupId >commons-logging</groupId >
334
- <artifactId >commons-logging</artifactId >
335
- </exclusion >
336
- <exclusion >
337
- <groupId >asm</groupId >
338
- <artifactId >asm-attrs</artifactId >
339
- </exclusion >
340
- <exclusion >
341
- <groupId >net.sf.ehcache</groupId >
342
- <artifactId >ehcache</artifactId >
343
- </exclusion >
344
- <exclusion >
345
- <groupId >cglib</groupId >
346
- <artifactId >cglib</artifactId >
347
- </exclusion >
348
289
</exclusions >
349
290
</dependency >
350
291
<dependency >
356
297
<groupId >org.hibernate</groupId >
357
298
<artifactId >hibernate-core</artifactId >
358
299
</exclusion >
359
- <exclusion >
360
- <groupId >commons-logging</groupId >
361
- <artifactId >commons-logging</artifactId >
362
- </exclusion >
363
- <exclusion >
364
- <groupId >asm</groupId >
365
- <artifactId >asm-attrs</artifactId >
366
- </exclusion >
367
- <exclusion >
368
- <groupId >net.sf.ehcache</groupId >
369
- <artifactId >ehcache</artifactId >
370
- </exclusion >
371
- <exclusion >
372
- <groupId >cglib</groupId >
373
- <artifactId >cglib</artifactId >
374
- </exclusion >
375
300
</exclusions >
376
301
</dependency >
302
+ <dependency >
303
+ <groupId >org.hibernate</groupId >
304
+ <artifactId >hibernate-search-analyzers</artifactId >
305
+ <version >3.4.0.Final</version >
306
+ </dependency >
377
307
<dependency >
378
308
<groupId >org.liquibase</groupId >
379
309
<artifactId >liquibase-core</artifactId >
1090
1020
<openmrs .version.shortnumericonly>${parsedVersion.majorVersion} .${parsedVersion.minorVersion} .${parsedVersion.incrementalVersion} .${revisionNumber} </openmrs .version.shortnumericonly>
1091
1021
1092
1022
<springVersion >3.2.7.RELEASE</springVersion >
1023
+ <hibernateVersion >3.6.5.Final</hibernateVersion >
1093
1024
<customArgLineForTesting ></customArgLineForTesting >
1094
1025
</properties >
1095
- </project >
1026
+ </project >
0 commit comments