Project

General

Profile

« Previous | Next » 

Revision d5c136f0

Added by Andreas Müller over 3 years ago

ref #9204 reattache hibernate-envers, upgrade to hibernate 5.1.17 and move hibernate to pom

View differences:

.gitattributes
165 165
eu.etaxonomy.taxeditor.cdmlib/lib/hamcrest-core-1.3.jar -text
166 166
eu.etaxonomy.taxeditor.cdmlib/lib/hibernate-c3p0-4.1.10.Final.jar -text
167 167
eu.etaxonomy.taxeditor.cdmlib/lib/hibernate-cglib-repack-2.1_3.jar -text
168
eu.etaxonomy.taxeditor.cdmlib/lib/hibernate-core-4.1.10.Final.jar -text
169
eu.etaxonomy.taxeditor.cdmlib/lib/hibernate-ehcache-4.1.10.Final.jar -text
170
eu.etaxonomy.taxeditor.cdmlib/lib/hibernate-entitymanager-4.1.10.Final.jar -text
171 168
eu.etaxonomy.taxeditor.cdmlib/lib/hibernate-jpa-2.0-api-1.0.1.Final.jar -text
172
eu.etaxonomy.taxeditor.cdmlib/lib/hibernate-search-engine-4.2.0.Final.jar -text
173
eu.etaxonomy.taxeditor.cdmlib/lib/hibernate-search-orm-4.2.0.Final.jar -text
174 169
eu.etaxonomy.taxeditor.cdmlib/lib/icu4j-2.6.1.jar -text
175 170
eu.etaxonomy.taxeditor.cdmlib/lib/identificationKeyAPI-1.0-SNAPSHOT-sources.jar -text
176 171
eu.etaxonomy.taxeditor.cdmlib/lib/identificationKeyAPI-1.0-SNAPSHOT.jar -text
.gitignore
106 106
eu.etaxonomy.taxeditor.cdmlib/lib/joda-time-2.*.jar
107 107
eu.etaxonomy.taxeditor.cdmlib/lib/usertype.jodatime-2.0.1.jar
108 108
eu.etaxonomy.taxeditor.cdmlib/lib/usertype.spi-2.0.1.jar
109
eu.etaxonomy.taxeditor.cdmlib/lib/hibernate-core-5.*.Final.jar
110
eu.etaxonomy.taxeditor.cdmlib/lib/hibernate-entitymanager-5.*.Final.jar
111
eu.etaxonomy.taxeditor.cdmlib/lib/hibernate-envers-5.*.Final.jar
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF
636 636
 lib/h2-1.4.190.jar,
637 637
 lib/hamcrest-core-1.3.jar,
638 638
 lib/hibernate-commons-annotations-5.1.0.Final.jar,
639
 lib/hibernate-core-5.0.7.Final.jar,
640
 lib/hibernate-entitymanager-5.0.7.Final.jar,
639
 lib/hibernate-core-5.1.17.Final.jar,
640
 lib/hibernate-entitymanager-5.1.17.Final.jar,
641
 lib/hibernate-envers-5.1.17.Final.jar,
641 642
 lib/hibernate-jpa-2.1-api-1.0.2.Final.jar,
642 643
 lib/hibernate-search-engine-5.5.2.Final.jar,
643 644
 lib/hibernate-search-orm-5.5.2.Final.jar,
eu.etaxonomy.taxeditor.cdmlib/build.properties
33 33
               lib/h2-1.4.190.jar,\
34 34
               lib/hamcrest-core-1.3.jar,\
35 35
               lib/hibernate-commons-annotations-5.1.0.Final.jar,\
36
               lib/hibernate-core-5.0.7.Final.jar,\
37
               lib/hibernate-entitymanager-5.0.7.Final.jar,\
36
               lib/hibernate-core-5.1.17.Final.jar,\
37
               lib/hibernate-entitymanager-5.1.17.Final.jar,\
38
               lib/hibernate-envers-5.1.17.Final.jar,\
38 39
               lib/hibernate-jpa-2.1-api-1.0.2.Final.jar,\
39 40
               lib/hibernate-search-engine-5.5.2.Final.jar,\
40 41
               lib/hibernate-search-orm-5.5.2.Final.jar,\
eu.etaxonomy.taxeditor.cdmlib/pom.xml
67 67
                spring-oxm,spring-jdbc,spring-security-config,spring-security-core,
68 68
                aopalliance,aspectjweaver,aspectjrt,
69 69
                hibernate-jpa-2.1-api,javassist,hibernate-commons-annotations,
70
                hibernate-core,hibernate-entitymanager,hibernate-envers,
70 71
                xml-apis,lsid-client,jdom,jdom2,
71 72
                poi,poi-ooxml,poi-ooxml-schemas,xmlbeans,commons-collections4,commons-math3,
72 73
                jaxb-api,javax.activation-api,
......
620 621
    </dependency>
621 622
    <!-- For Hibernate Mapping End -->
622 623
    
624
    <!-- Hibernate -->
625
    <!-- still needed because cdmlib-service still uses classes from cdmlib-persistence (e.g. OrderHint),
626
         and those load classes from hibernate -->
627
    <!-- all other org.hibernate dependencies have been removed already -->
628
    <dependency>
629
        <groupId>org.hibernate</groupId>
630
        <artifactId>hibernate-core</artifactId>
631
        <version>5.1.17.Final</version>
632
    </dependency>    
633
    <dependency>
634
        <groupId>org.hibernate</groupId>
635
        <artifactId>hibernate-entitymanager</artifactId>
636
        <version>5.1.17.Final</version>
637
    </dependency>    
638
    <dependency>
639
        <groupId>org.hibernate</groupId>
640
        <artifactId>hibernate-envers</artifactId>
641
        <version>5.1.17.Final</version>
642
    </dependency>    
643
    
623 644
    <!-- KML/IIIF dependencies should not bee needed for the taxeditor, but at current the KMLDocumentBuilder 
624 645
         is used in the EditGeoService bean which is needed to display the distribution maps in the editor.
625 646
     -->

Also available in: Unified diff