<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.programmerare.crs-transformation</groupId>
  <artifactId>crs-transformation-adapter-impl-geotools</artifactId>
  <version>2.0.1</version>
  <name>com.programmerare.crs-transformation:crs-transformation-adapter-impl-geotools</name>
  <description>Coordinate Reference System Transformations adapter implementation using the adaptee third-part library GeoTools.</description>
  <url>https://github.com/TomasJohansson/crsTransformations</url>
  <licenses>
    <license>
      <name>LGPL (GNU Lesser General Public License)</name>
      <url>http://docs.geotools.org/latest/userguide/welcome/license.html</url>
      <comments>LGPL i.e. the same license as the used adaptee third-part library GeoTools. The artifact crs-transformation-adapter-impl-geotools is using GeoTools and the same license LGPL.</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Tomas Johansson</name>
      <organizationUrl>https://programmerare.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/TomasJohansson/crsTransformations.git</connection>
    <developerConnection>scm:git:ssh://github.com/TomasJohansson/crsTransformations.git</developerConnection>
    <url>https://github.com/TomasJohansson/crsTransformations</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.programmerare.crs-transformation</groupId>
      <artifactId>crs-transformation-adapter-core</artifactId>
      <version>2.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.8.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.geotools</groupId>
      <artifactId>gt-main</artifactId>
      <version>28.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>jai_core</artifactId>
          <groupId>javax.media</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.geotools</groupId>
      <artifactId>gt-epsg-hsql</artifactId>
      <version>28.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>jai_core</artifactId>
          <groupId>javax.media</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
