Project

General

Profile

« Previous | Next » 

Revision 1a4699cd

Added by Andreas Kohlbecker almost 4 years ago

adding missing dependencies for kml and iiif

View differences:

eu.etaxonomy.taxeditor.cdmlib/pom.xml
55 55
            </goals>
56 56
            <configuration>
57 57
              <includeArtifactIds>
58
                httpclient
58
                httpclient,JavaAPIforKml,iiif-apis
59 59
              </includeArtifactIds>
60 60
              <outputDirectory>
61 61
                ${basedir}/lib
......
524 524
      <version>1.1.0.Final</version>
525 525
    </dependency>
526 526
    <!-- For Hibernate Mapping End -->
527

  
528 527
    
528
    <!-- KML/IIIF dependencies should not bee needed for the taxeditor, but at current the KMLDocumentBuilder 
529
         is used in the EditGeoService bean which is needed to display the distribution maps in the editor.
530
     -->
531
     <dependency>
532
        <groupId>de.micromata.jak</groupId>
533
        <artifactId>JavaAPIforKml</artifactId>
534
        <version>2.2.1</version><!-- must be same version as in cdmlib -->
535
    </dependency>
536
    <dependency>
537
        <groupId>de.digitalcollections.iiif</groupId>
538
        <artifactId>iiif-apis</artifactId>
539
        <version>0.3.7</version>
540
    </dependency>
529 541
  </dependencies>
530 542
</project>
531 543

  

Also available in: Unified diff