<?xml version="1.0" encoding="UTF-8"?>


<!--
  ~
  ~ Licensed to the Apache Software Foundation (ASF) under one
  ~ or more contributor license agreements.  See the NOTICE file
  ~ distributed with this work for additional information
  ~ regarding copyright ownership.  The ASF licenses this file
  ~ to you under the Apache License, Version 2.0 (the
  ~ "License"); you may not use this file except in compliance
  ~ with the License.  You may obtain a copy of the License at
  ~
  ~   http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing,
  ~ software distributed under the License is distributed on an
  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  ~ KIND, either express or implied.  See the License for the
  ~ specific language governing permissions and limitations
  ~ under the License.
  ~
-->


<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>

    <name>Play Routes Compiler CLI</name>
    <description>A CLI for the Play routes compiler</description>
    <url>https://github.com/lucidsoftware/play_routes_compiler_cli</url>

    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>

    <scm>
        <connection>https://github.com/lucidsoftware/play_routes_compiler_cli.git</connection>
        <developerConnection>https://github.com/lucidsoftware/play_routes_compiler_cli.git</developerConnection>
        <tag>3.0.3</tag>
        <url>https://github.com/lucidsoftware/play_routes_compiler_cli.git</url>
    </scm>

    <developers>
        <developer><name>James Judd</name><email>james@lucidchart.com</email><organization>Lucid Software, Inc.</organization></developer>
<developer><name>Sergio Rodriguez Orellana</name><email>sergio@lucidchart.com</email><organization>Lucid Software, Inc.</organization></developer>

    </developers>

    <groupId>com.lucidchart</groupId>
    <artifactId>play-routes-compiler-cli_2.13</artifactId>
    <version>3.0.3</version>

    <dependencies>
        <dependency>
            <groupId>com.github.scopt</groupId>
            <artifactId>scopt_2.13</artifactId>
            <version>3.7.1</version>
        </dependency>
        <dependency>
            <groupId>org.playframework</groupId>
            <artifactId>play-routes-compiler_2.13</artifactId>
            <version>3.0.3</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-reflect</artifactId>
            <version>2.13.12</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.14</version>
        </dependency>
        <dependency>
            <groupId>org.playframework.twirl</groupId>
            <artifactId>twirl-api_2.13</artifactId>
            <version>2.0.5</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang.modules</groupId>
            <artifactId>scala-parser-combinators_2.13</artifactId>
            <version>1.1.2</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang.modules</groupId>
            <artifactId>scala-xml_2.13</artifactId>
            <version>2.2.0</version>
        </dependency>
    </dependencies>
</project>