
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.jaitools</groupId>
        <artifactId>jaitools</artifactId>
        <version>1.6.0</version>
    </parent>

    <artifactId>jt-utils</artifactId>
    <name>Support and utility classes</name>

    <description>
        Support and utility classes used by other JAITools components and 
        available for general use.
    </description>

    <dependencies>
        <dependency>
            <groupId>org.locationtech.jts</groupId>
            <artifactId>jts-core</artifactId>
        </dependency>
    </dependencies>
</project>


