<?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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <name>geojson-renderer_2.13</name>
    <groupId>berlin.softwaretechnik</groupId>
    <artifactId>geojson-renderer_2.13</artifactId>
    <packaging>jar</packaging>
    <description>A command line tool to render geojson file on top of map tiles.</description>
    <version>0.0.2</version>
    <url>https://github.com/softwaretechnik-berlin/geojson-renderer</url>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://spdx.org/licenses/MIT.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:git://github.com/softwaretechnik-berlin/geojson-renderer.git</connection>
        <developerConnection>scm:git:ssh://git@github.com:softwaretechnik-berlin/geojson-renderer.git</developerConnection>
        <url>https://github.com/softwaretechnik-berlin/geojson-renderer</url>
    </scm>
    <developers>
        <developer>
            <id>softwaretechnik-berlin</id>
            <name>Softwaretechnik</name>
            <url>https://github.com/softwaretechnik-berlin</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang.modules</groupId>
            <artifactId>scala-xml_2.13</artifactId>
            <version>1.2.0</version>
        </dependency>
        <dependency>
            <groupId>org.rogach</groupId>
            <artifactId>scallop_2.13</artifactId>
            <version>3.3.2</version>
        </dependency>
        <dependency>
            <groupId>com.lihaoyi</groupId>
            <artifactId>upickle_2.13</artifactId>
            <version>0.9.5</version>
        </dependency>
        <dependency>
            <groupId>org.apache.xmlgraphics</groupId>
            <artifactId>batik-transcoder</artifactId>
            <version>1.12</version>
        </dependency>
        <dependency>
            <groupId>org.apache.xmlgraphics</groupId>
            <artifactId>batik-codec</artifactId>
            <version>1.12</version>
        </dependency>
    </dependencies>
</project>
