plugin-gatling-akka
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>plugin-gatling-akka</artifactId>
<version>1.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.epam.reportportal</groupId>
<artifactId>plugin-gatling-akka</artifactId>
<version>1.0.1</version>
<name>ReportPortal Gatling Plugin (Akka)</name>
<description>Gatling 3.6–3.9 (Scala/Akka) DataWriter integration with ReportPortal</description>
<url>https://github.com/reportportal/plugins-performance</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>reportportal</id>
<name>ReportPortal Team</name>
<organization>ReportPortal.io</organization>
<organizationUrl>https://reportportal.io</organizationUrl>
</developer>
</developers>
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:git://github.com/reportportal/plugins-performance.git</connection>
<developerConnection>scm:git:ssh://github.com:reportportal/plugins-performance.git</developerConnection>
<url>https://github.com/reportportal/plugins-performance</url>
</scm>
<dependencies>
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>commons-performance</artifactId>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.gatling</groupId>
<artifactId>gatling-core</artifactId>
<version>3.6.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.gatling</groupId>
<artifactId>gatling-app</artifactId>
<version>3.6.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.18</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>