<?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.geirolz</groupId>
    <artifactId>advxml-xpath_2.13</artifactId>
    <packaging>jar</packaging>
    <description>advxml-xpath</description>
    <url>https://github.com/geirolz/advxml</url>
    <version>2.5.1</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>advxml xpath</name>
    <organization>
        <name>com.github.geirolz</name>
        <url>https://github.com/geirolz/advxml</url>
    </organization>
    <scm>
        <url>https://github.com/geirolz/advxml</url>
        <connection>scm:git:https://github.com/geirolz/advxml.git</connection>
        <developerConnection>scm:git:git@github.com:geirolz/advxml.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>DavidGeirola</id>
            <name>David Geirola</name>
            <url>https://github.com/geirolz</url>
            <email>david.geirola@gmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.8</version>
        </dependency>
        <dependency>
            <groupId>com.github.geirolz</groupId>
            <artifactId>advxml-core_2.13</artifactId>
            <version>2.5.1</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-core_2.13</artifactId>
            <version>2.7.0</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang.modules</groupId>
            <artifactId>scala-xml_2.13</artifactId>
            <version>2.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.scalactic</groupId>
            <artifactId>scalactic_2.13</artifactId>
            <version>3.2.12</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>discipline-scalatest_2.13</artifactId>
            <version>2.1.5</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-laws_2.13</artifactId>
            <version>2.7.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.13</artifactId>
            <version>3.2.12</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalacheck</groupId>
            <artifactId>scalacheck_2.13</artifactId>
            <version>1.15.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>eu.cdevreeze.xpathparser</groupId>
            <artifactId>xpathparser_2.13</artifactId>
            <version>0.8.0</version>
        </dependency>
    </dependencies>
</project>