gatling-elasticsearch-logs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.amerousful</groupId>
<artifactId>gatling-elasticsearch-logs</artifactId>
<version>1.6.3</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.github.amerousful</groupId>
<artifactId>gatling-elasticsearch-logs</artifactId>
<packaging>jar</packaging>
<description>Send Gatling's logs to Elasticsearch</description>
<url>https://github.com/Amerousful/gatling-elasticsearch-logs</url>
<version>1.6.3</version>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>gatling-elasticsearch-logs</name>
<organization>
<name>io.github.amerousful</name>
<url>https://github.com/Amerousful/gatling-elasticsearch-logs</url>
</organization>
<scm>
<url>https://github.com/Amerousful/gatling-elasticsearch-logs</url>
<connection>scm:git:git://github.com/Amerousful/gatling-elasticsearch-logs.git</connection>
</scm>
<developers>
<developer>
<id>Amerousful</id>
<name>Pavel Bairov</name>
<url>https://github.com/Amerousful</url>
<email>amerousful@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>pvp</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.8</version>
</dependency>
<dependency>
<groupId>com.agido</groupId>
<artifactId>logback-elasticsearch-appender</artifactId>
<version>3.0.17</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.7</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.4.7</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.2.15</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>