Skip to content

Commit 8958afe

Browse files
NameFILIPrkorytkowski
authored andcommittedMar 14, 2014
TRUNK-4029: Hibernate config in parent pom.xml is outdated
1 parent b3e015e commit 8958afe

File tree

1 file changed

+10
-79
lines changed

1 file changed

+10
-79
lines changed
 

‎pom.xml

+10-79
Original file line numberDiff line numberDiff line change
@@ -264,87 +264,28 @@
264264
<dependency>
265265
<groupId>org.openmrs.hibernate</groupId>
266266
<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>
295268
</dependency>
296269
<dependency>
297270
<groupId>org.hibernate</groupId>
298271
<artifactId>hibernate-c3p0</artifactId>
299-
<version>3.6.0.Final</version>
272+
<version>${hibernateVersion}</version>
300273
<exclusions>
301274
<exclusion>
302275
<groupId>org.hibernate</groupId>
303276
<artifactId>hibernate-core</artifactId>
304277
</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>
321278
</exclusions>
322279
</dependency>
323280
<dependency>
324281
<groupId>org.hibernate</groupId>
325282
<artifactId>hibernate-ehcache</artifactId>
326-
<version>3.6.0.Final</version>
283+
<version>${hibernateVersion}</version>
327284
<exclusions>
328285
<exclusion>
329286
<groupId>org.hibernate</groupId>
330287
<artifactId>hibernate-core</artifactId>
331288
</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>
348289
</exclusions>
349290
</dependency>
350291
<dependency>
@@ -356,24 +297,13 @@
356297
<groupId>org.hibernate</groupId>
357298
<artifactId>hibernate-core</artifactId>
358299
</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>
375300
</exclusions>
376301
</dependency>
302+
<dependency>
303+
<groupId>org.hibernate</groupId>
304+
<artifactId>hibernate-search-analyzers</artifactId>
305+
<version>3.4.0.Final</version>
306+
</dependency>
377307
<dependency>
378308
<groupId>org.liquibase</groupId>
379309
<artifactId>liquibase-core</artifactId>
@@ -1090,6 +1020,7 @@
10901020
<openmrs.version.shortnumericonly>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.${revisionNumber}</openmrs.version.shortnumericonly>
10911021

10921022
<springVersion>3.2.7.RELEASE</springVersion>
1023+
<hibernateVersion>3.6.5.Final</hibernateVersion>
10931024
<customArgLineForTesting></customArgLineForTesting>
10941025
</properties>
1095-
</project>
1026+
</project>

0 commit comments

Comments
 (0)
Please sign in to comment.