<?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>org.sangria-graphql</groupId>
    <artifactId>sangria-parser_3</artifactId>
    <packaging>jar</packaging>
    <description>Scala GraphQL parser</description>
    <url>https://sangria-graphql.github.io/</url>
    <version>4.1.0</version>
    <licenses>
        <license>
            <name>Apache License, ASL Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>sangria-parser</name>
    <inceptionYear>2015</inceptionYear>
    <organization>
        <name>org.sangria-graphql</name>
        <url>https://github.com/sangria-graphql</url>
    </organization>
    <scm>
        <url>https://github.com/sangria-graphql/sangria</url>
        <connection>scm:git:git@github.com:sangria-graphql/sangria.git</connection>
    </scm>
    <developers>
        <developer>
            <id>OlegIlyenko</id>
            <name>Oleg Ilyenko</name>
            <url>https://github.com/OlegIlyenko</url>
        </developer>
        <developer>
            <id>yanns</id>
            <name>Yann Simon</name>
            <url>https://github.com/yanns</url>
        </developer>
        <developer>
            <id>nickhudkins</id>
            <name>Nick Hudkins</name>
            <url>https://github.com/nickhudkins</url>
        </developer>
        <developer>
            <id>sh0hei</id>
            <name>Shohei Shimomura</name>
            <url>https://github.com/sh0hei</url>
        </developer>
    </developers>
    <properties>
        <info.apiURL>https://www.javadoc.io/doc/org.sangria-graphql/sangria-parser_3/latest/</info.apiURL>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.sangria-graphql</groupId>
            <artifactId>sangria-ast_3</artifactId>
            <version>4.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.3.1</version>
        </dependency>
        <dependency>
            <groupId>org.parboiled</groupId>
            <artifactId>parboiled_3</artifactId>
            <version>2.5.1</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_3</artifactId>
            <version>3.2.17</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>