Project

General

Profile

« Previous | Next » 

Revision 57b03f79

Added by Andreas Müller over 3 years ago

ref #9204 use version property for hibernate in taxeditor.cdmlib

View differences:

eu.etaxonomy.taxeditor.cdmlib/pom.xml
12 12
  <properties>
13 13
      <jackson.version>2.11.2</jackson.version>
14 14
      <poi.version>4.1.2</poi.version>
15
      <hibernate.version>5.1.17</hibernate.version>
15 16
  </properties>
16 17
  <name>CDM Library Dependencies Plugin</name>
17 18
  <description>CDM Library and dependencies as a plugin</description>
......
628 629
    <dependency>
629 630
        <groupId>org.hibernate</groupId>
630 631
        <artifactId>hibernate-core</artifactId>
631
        <version>5.1.17.Final</version>
632
        <version>${hibernate.version}</version>
632 633
    </dependency>    
633 634
    <dependency>
634 635
        <groupId>org.hibernate</groupId>
635 636
        <artifactId>hibernate-entitymanager</artifactId>
636
        <version>5.1.17.Final</version>
637
    </dependency>    
637
        <version>${hibernate.version}</version>
638
    </dependency>
638 639
    <dependency>
639 640
        <groupId>org.hibernate</groupId>
640 641
        <artifactId>hibernate-envers</artifactId>
641
        <version>5.1.17.Final</version>
642
        <version>${hibernate.version}</version>
642 643
    </dependency>    
643 644
    
644 645
    <!-- KML/IIIF dependencies should not bee needed for the taxeditor, but at current the KMLDocumentBuilder 

Also available in: Unified diff