gatling-compiler
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.gatling</groupId>
<artifactId>gatling-compiler</artifactId>
<version>3.10.5</version>
</dependency><?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>gatling-compiler</artifactId>
<packaging>jar</packaging>
<description>gatling-compiler</description>
<url>https://gatling.io</url>
<version>3.10.5</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>gatling-compiler</name>
<inceptionYear>2011</inceptionYear>
<organization>
<name>Gatling Corp</name>
<url>https://gatling.io</url>
</organization>
<scm>
<url>https://github.com/gatling/gatling</url>
<connection>scm:git:https://github.com/gatling/gatling.git</connection>
<developerConnection>scm:git:git@github.com/gatling/gatling.git</developerConnection>
</scm>
<developers>
<developer>
<id>slandelle@gatling.io</id>
<name>Stephane Landelle</name>
<organization>Gatling Corp</organization>
<organizationUrl>https://gatling.io</organizationUrl>
</developer>
<developer>
<id>gcorre@gatling.io</id>
<name>Guillaume Corré</name>
<organization>Gatling Corp</organization>
<organizationUrl>https://gatling.io</organizationUrl>
</developer>
<developer>
<id>tpetillot@gatling.io</id>
<name>Thomas Petillot</name>
<organization>Gatling Corp</organization>
<organizationUrl>https://gatling.io</organizationUrl>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-compiler</artifactId>
<version>2.13.13</version>
<exclusions>
<exclusion>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.13</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala2-sbt-bridge</artifactId>
<version>2.13.13</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
<version>2.13.13</version>
</dependency>
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.4.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.12</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>org.scala-sbt</groupId>
<artifactId>zinc_2.13</artifactId>
<version>1.9.6</version>
<exclusions>
<exclusion>
<groupId>org.scala-sbt</groupId>
<artifactId>compiler-bridge_2.13</artifactId>
</exclusion>
<exclusion>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
</exclusion>
<exclusion>
<groupId>org.scala-sbt.jline3</groupId>
<artifactId>jline-terminal</artifactId>
</exclusion>
<exclusion>
<groupId>org.jline</groupId>
<artifactId>jline-terminal-jna</artifactId>
</exclusion>
<exclusion>
<groupId>org.jline</groupId>
<artifactId>jline-terminal-jansi</artifactId>
</exclusion>
<exclusion>
<groupId>org.scala-sbt.jline</groupId>
<artifactId>jline</artifactId>
</exclusion>
<exclusion>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-parser-combinators_2.13</artifactId>
</exclusion>
<exclusion>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-xml_2.13</artifactId>
</exclusion>
<exclusion>
<groupId>org.scala-sbt</groupId>
<artifactId>launcher-interface</artifactId>
</exclusion>
<exclusion>
<groupId>org.scala-sbt</groupId>
<artifactId>sbinary_2.13</artifactId>
</exclusion>
<exclusion>
<groupId>org.scala-sbt</groupId>
<artifactId>zinc-ivy-integration_2.13</artifactId>
</exclusion>
<exclusion>
<groupId>com.eed3si9n</groupId>
<artifactId>sjson-new-core_2.13</artifactId>
</exclusion>
<exclusion>
<groupId>com.eed3si9n</groupId>
<artifactId>sjson-new-scalajson_2.13</artifactId>
</exclusion>
<exclusion>
<groupId>com.lihaoyi</groupId>
<artifactId>fastparse_2.13</artifactId>
</exclusion>
<exclusion>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.scopt</groupId>
<artifactId>scopt_2.13</artifactId>
<version>3.7.1</version>
</dependency>
</dependencies>
</project>