<?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.phisgr</groupId>
    <artifactId>gatling-ext</artifactId>
    <packaging>jar</packaging>
    <description>gatling-ext</description>
    <url>https://github.com/phiSgr/gatling-ext</url>
    <version>0.2.0</version>
    <licenses>
        <license>
            <name>APL2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>gatling-ext</name>
    <organization>
        <name>com.github.phisgr</name>
        <url>https://github.com/phiSgr/gatling-ext</url>
    </organization>
    <scm>
        <url>https://github.com/phiSgr/gatling-ext</url>
        <connection>git@github.com:phiSgr/gatling-ext.git</connection>
    </scm>
    <developers>
        <developer>
            <id>phiSgr</id>
            <name>phiSgr</name>
            <url>https://github.com/phiSgr</url>
            <email>phisgr@gmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.4</version>
        </dependency>
        <dependency>
            <groupId>io.gatling</groupId>
            <artifactId>gatling-core</artifactId>
            <version>3.5.0</version>
        </dependency>
        <dependency>
            <groupId>io.gatling.highcharts</groupId>
            <artifactId>gatling-charts-highcharts</artifactId>
            <version>3.5.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>io.gatling</groupId>
            <artifactId>gatling-test-framework</artifactId>
            <version>3.5.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>