<?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.scalatra</groupId>
    <artifactId>scalatra-scalatest_2.12</artifactId>
    <packaging>jar</packaging>
    <description>ScalaTest support for the Scalatra test framework</description>
    <url>http://www.scalatra.org/</url>
    <version>2.6.5</version>
    <licenses>
        <license>
            <name>BSD</name>
            <url>http://github.com/scalatra/scalatra/raw/HEAD/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>scalatra-scalatest</name>
    <inceptionYear>2009</inceptionYear>
    <organization>
        <name>org.scalatra</name>
        <url>http://www.scalatra.org/</url>
    </organization>
    <scm>
        <url>http://github.com/scalatra/scalatra</url>
        <connection>scm:git:git://github.com/scalatra/scalatra.git</connection>
    </scm>
    <developers>
        <developer>
            <id>riffraff</id>
            <name>Gabriele Renzi</name>
            <url>http://www.riffraff.info</url>
        </developer>
        <developer>
            <id>alandipert</id>
            <name>Alan Dipert</name>
            <url>http://alan.dipert.org</url>
        </developer>
        <developer>
            <id>rossabaker</id>
            <name>Ross A. Baker</name>
            <url>http://www.rossabaker.com/</url>
        </developer>
        <developer>
            <id>chirino</id>
            <name>Hiram Chirino</name>
            <url>http://hiramchirino.com/blog/</url>
        </developer>
        <developer>
            <id>casualjim</id>
            <name>Ivan Porto Carrero</name>
            <url>http://flanders.co.nz/</url>
        </developer>
        <developer>
            <id>jlarmstrong</id>
            <name>Jared Armstrong</name>
            <url>http://www.jaredarmstrong.name/</url>
        </developer>
        <developer>
            <id>mnylen</id>
            <name>Mikko Nylen</name>
            <url>https://github.com/mnylen/</url>
        </developer>
        <developer>
            <id>dozed</id>
            <name>Stefan Ollinger</name>
            <url>http://github.com/dozed/</url>
        </developer>
        <developer>
            <id>sdb</id>
            <name>Stefan De Boey</name>
            <url>http://github.com/sdb/</url>
        </developer>
        <developer>
            <id>ymasory</id>
            <name>Yuvi Masory</name>
            <url>http://github.com/ymasory/</url>
        </developer>
        <developer>
            <id>jfarcand</id>
            <name>Jean-François Arcand</name>
            <url>http://github.com/jfarcand/</url>
        </developer>
        <developer>
            <id>ceedubs</id>
            <name>Cody Alen</name>
            <url>http://github.com/ceedubs/</url>
        </developer>
        <developer>
            <id>BowlingX</id>
            <name>David Heidrich</name>
            <url>http://github.com/BowlingX/</url>
        </developer>
        <developer>
            <id>ayush</id>
            <name>Ayush Gupta</name>
            <url>hhttps://github.com/ayush</url>
        </developer>
        <developer>
            <id>seratch</id>
            <name>Kazuhiro Sera</name>
            <url>hhttps://github.com/seratch</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.7</version>
        </dependency>
        <dependency>
            <groupId>org.scalatra</groupId>
            <artifactId>scalatra-test_2.12</artifactId>
            <version>2.6.5</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.0.3</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.12</version>
        </dependency>
        <dependency>
            <groupId>org.testng</groupId>
            <artifactId>testng</artifactId>
            <version>6.11</version>
            <optional>true</optional>
            <exclusions>
                <exclusion>
                    <groupId>junit</groupId>
                    <artifactId>junit</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>
</project>