<?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>io.gatling</groupId>
    <artifactId>jsonpath_2.11</artifactId>
    <packaging>jar</packaging>
    <description>jsonpath</description>
    <version>0.6.2</version>
    <name>jsonpath</name>
    <organization>
        <name>io.gatling</name>
    </organization>
    <url>http://github.com/gatling/jsonpath</url>
    <licenses>
        <license>
            <name>Apache</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>git@github.com:gatling/jsonpath.git</url>
        <connection>scm:git@github.com:gatling/jsonpath.git</connection>
    </scm>
    <developers>
        <developer>
            <id>nremond</id>
            <name>Nicolas Remond</name>
        </developer>
        <developer>
            <id>slandelle</id>
            <name>Stephane Landelle</name>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.4</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang.modules</groupId>
            <artifactId>scala-parser-combinators_2.11</artifactId>
            <version>1.0.2</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.11</artifactId>
            <version>2.2.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
            <version>2.4.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.github.axel22</groupId>
            <artifactId>scalameter_2.11</artifactId>
            <version>0.5-M2</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>