Project

General

Profile

« Previous | Next » 

Revision bccec71c

Added by Andreas Müller over 3 years ago

ref #9204 move antlr to pom in taxeditor.cdmlib

View differences:

eu.etaxonomy.taxeditor.cdmlib/pom.xml
68 68
                spring-oxm,spring-jdbc,spring-security-config,spring-security-core,
69 69
                aopalliance,aspectjweaver,aspectjrt,
70 70
                hibernate-jpa-2.1-api,javassist,hibernate-commons-annotations,
71
                hibernate-core,hibernate-entitymanager,hibernate-envers,
71
                hibernate-core,hibernate-entitymanager,hibernate-envers,antlr,
72 72
                xml-apis,lsid-client,jdom,jdom2,
73 73
                poi,poi-ooxml,poi-ooxml-schemas,xmlbeans,commons-collections4,commons-math3,
74 74
                jaxb-api,javax.activation-api,
......
651 651
        <groupId>org.hibernate</groupId>
652 652
        <artifactId>hibernate-envers</artifactId>
653 653
        <version>${hibernate.version}</version>
654
    </dependency>    
654
    </dependency>
655
    <dependency>
656
        <!-- probably only used by hibernate-core, so remove when removing hibernate-core,
657
             probably it can be removed even before -->
658
        <groupId>antlr</groupId>
659
        <artifactId>antlr</artifactId>
660
        <version>2.7.7</version>
661
    </dependency>
655 662
    
656 663
    <!-- KML/IIIF dependencies should not bee needed for the taxeditor, but at current the KMLDocumentBuilder 
657 664
         is used in the EditGeoService bean which is needed to display the distribution maps in the editor.

Also available in: Unified diff