Project

General

Profile

« Previous | Next » 

Revision c795a3a1

Added by Andreas Kohlbecker over 4 years ago

ref #6113 dependencies for gis and kml functionality

View differences:

cdmlib-ext/pom.xml
12 12
  <artifactId>cdmlib-ext</artifactId>
13 13
  <name>CDM External</name>
14 14
  <description>EDIT CDM library external services. Module for handling requests to non CDM library services like the EDIT geoservice.</description>
15
  <properties>
16
    <ogc-schemas.version>2.6.1</ogc-schemas.version>
17
  </properties>
18 15
  <dependencies>
19 16
    <dependency>
20 17
      <groupId>eu.etaxonomy</groupId>
......
50 47
      <groupId>com.taskadapter</groupId>
51 48
      <artifactId>redmine-java-api</artifactId>
52 49
    </dependency>
53
    <dependency>
54
      <groupId>org.jvnet.ogc</groupId>
55
      <artifactId>kml-v_2_2_0</artifactId>
56
      <version>${ogc-schemas.version}</version>
57
    </dependency>
58
  </dependencies>
50
    <!-- GIS/KML -->
51
	<dependency>
52
	    <groupId>de.micromata.jak</groupId>
53
	    <artifactId>JavaAPIforKml</artifactId>
54
	</dependency>
55
	<dependency>
56
	    <groupId>org.geotools</groupId>
57
	    <artifactId>gt-opengis</artifactId>
58
	</dependency>
59
	<dependency>
60
	    <groupId>org.geotools</groupId>
61
	    <artifactId>gt-referencing</artifactId>
62
	</dependency>
63
	<dependency>
64
	    <groupId>org.geotools</groupId>
65
	    <artifactId>gt-epsg-wkt</artifactId>
66
	</dependency>
67
	<dependency>
68
	    <groupId>org.geotools</groupId>
69
	    <artifactId>gt-main</artifactId>
70
	</dependency>
71
	</dependencies>
59 72
</project>
60 73

  

Also available in: Unified diff