<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.github.pcmehlitz</groupId>
    <artifactId>worldwind-pcm</artifactId>
    <packaging>jar</packaging>
    <description>worldwind-pcm</description>
    <version>2.1.0.185</version>
    <name>worldwind-pcm</name>
    <organization>
        <name>com.github.pcmehlitz</name>
    </organization>
    <url>https://github.com/pcmehlitz/WorldWindJava-pcm.git</url>
    <licenses>
        <license>
            <name>NASA OPEN SOURCE AGREEMENT VERSION 1.3</name>
            <url>https://ti.arc.nasa.gov/opensource/nosa/</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>https://github.com/pcmehlitz/WorldWindJava-pcm.git</url>
        <connection>scm:git:github.com/pcmehlitz/WorldWindJava-pcm.git</connection>
    </scm>
    <developers>
        <developer>
            <id>pcmehlitz</id>
            <name>Peter Mehlitz</name>
            <url>https://github.com/pcmehlitz</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.1</version>
        </dependency>
        <dependency>
            <groupId>org.jogamp.jogl</groupId>
            <artifactId>jogl-all-main</artifactId>
            <version>2.3.2</version>
        </dependency>
        <dependency>
            <groupId>org.jogamp.gluegen</groupId>
            <artifactId>gluegen-rt-main</artifactId>
            <version>2.3.2</version>
        </dependency>
        <dependency>
            <groupId>org.gdal</groupId>
            <artifactId>gdal</artifactId>
            <version>2.1.0</version>
        </dependency>
    </dependencies>
</project>