jmeter-java-dsl-elasticsearch-listener
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>us.abstracta.jmeter</groupId> <artifactId>jmeter-java-dsl-elasticsearch-listener</artifactId> <version>1.29.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>jmeter-java-dsl-parent</artifactId> <groupId>us.abstracta.jmeter</groupId> <version>1.29.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jmeter-java-dsl-elasticsearch-listener</artifactId> <name>${project.artifactId}</name> <description>Module which allows to use Elasticsearch backend listener.</description> <build> <plugins> <plugin> <artifactId>maven-shade-plugin</artifactId> <version>3.4.0</version> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> </execution> </executions> <configuration> <artifactSet> <includes> <include>com.github.delirius325:jmeter-elasticsearch-backend-listener</include> </includes> </artifactSet> <filters> <filter> <artifact>*:*</artifact> <excludes> <exclude>META-INF/MANIFEST.MF</exclude> <exclude>module-info.class</exclude> </excludes> </filter> </filters> <relocations> <relocation> <pattern>com.amazonaws</pattern> <shadedPattern>${shadedPackage}.com.amazonaws</shadedPattern> </relocation> <relocation> <pattern>com.fasterxml</pattern> <shadedPattern>${shadedPackage}.com.fasterxml</shadedPattern> </relocation> <relocation> <pattern>com.google</pattern> <shadedPattern>${shadedPackage}.com.google</shadedPattern> </relocation> <relocation> <pattern>org.elasticsearch</pattern> <shadedPattern>${shadedPackage}.org.elasticsearch</shadedPattern> </relocation> <relocation> <pattern>org.joda</pattern> <shadedPattern>${shadedPackage}.org.joda</shadedPattern> </relocation> <relocation> <pattern>org.json</pattern> <shadedPattern>${shadedPackage}.org.json</shadedPattern> </relocation> <relocation> <pattern>software.amazon</pattern> <shadedPattern>${shadedPackage}.software.amazon</shadedPattern> </relocation> <relocation> <pattern>vc.inreach</pattern> <shadedPattern>${shadedPackage}.vc.inreach</shadedPattern> </relocation> </relocations> </configuration> </plugin> </plugins> </build> <repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> </repositories> <dependencies> <dependency> <groupId>us.abstracta.jmeter</groupId> <artifactId>jmeter-java-dsl</artifactId> <version>1.29.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>us.abstracta.jmeter</groupId> <artifactId>jmeter-java-dsl</artifactId> <version>1.29.1</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>com.github.tomakehurst</groupId> <artifactId>wiremock-jre8-standalone</artifactId> <version>2.35.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>elasticsearch</artifactId> <version>1.17.6</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>testcontainers</artifactId> <groupId>org.testcontainers</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>elasticsearch-rest-high-level-client</artifactId> <version>6.7.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>log4j-api</artifactId> <groupId>org.apache.logging.log4j</groupId> </exclusion> <exclusion> <artifactId>elasticsearch</artifactId> <groupId>org.elasticsearch</groupId> </exclusion> <exclusion> <artifactId>elasticsearch-rest-client</artifactId> <groupId>org.elasticsearch.client</groupId> </exclusion> <exclusion> <artifactId>parent-join-client</artifactId> <groupId>org.elasticsearch.plugin</groupId> </exclusion> <exclusion> <artifactId>aggs-matrix-stats-client</artifactId> <groupId>org.elasticsearch.plugin</groupId> </exclusion> <exclusion> <artifactId>rank-eval-client</artifactId> <groupId>org.elasticsearch.plugin</groupId> </exclusion> <exclusion> <artifactId>lang-mustache-client</artifactId> <groupId>org.elasticsearch.plugin</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <version>5.9.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>opentest4j</artifactId> <groupId>org.opentest4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>5.9.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>junit-platform-engine</artifactId> <groupId>org.junit.platform</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>3.23.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>byte-buddy</artifactId> <groupId>net.bytebuddy</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-swing-junit</artifactId> <version>3.17.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>junit</artifactId> <groupId>junit</groupId> </exclusion> <exclusion> <artifactId>assertj-swing</artifactId> <groupId>org.assertj</groupId> </exclusion> <exclusion> <artifactId>fest-reflect</artifactId> <groupId>org.easytesting</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.caciocavallosilano</groupId> <artifactId>cacio-tta</artifactId> <version>1.11.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>cacio-shared</artifactId> <groupId>com.github.caciocavallosilano</groupId> </exclusion> <exclusion> <artifactId>jide-oss</artifactId> <groupId>com.jidesoft</groupId> </exclusion> <exclusion> <artifactId>junit</artifactId> <groupId>junit</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-commons</artifactId> <version>1.9.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit-pioneer</groupId> <artifactId>junit-pioneer</artifactId> <version>1.9.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>junit-jupiter-params</artifactId> <groupId>org.junit.jupiter</groupId> </exclusion> <exclusion> <artifactId>junit-platform-launcher</artifactId> <groupId>org.junit.platform</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.tomakehurst</groupId> <artifactId>wiremock-jre8</artifactId> <version>2.35.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>jetty-server</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-servlet</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-servlets</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-webapp</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-proxy</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>http2-server</artifactId> <groupId>org.eclipse.jetty.http2</groupId> </exclusion> <exclusion> <artifactId>jetty-alpn-server</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-alpn-java-server</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-alpn-openjdk8-server</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-alpn-java-client</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-alpn-openjdk8-client</artifactId> <groupId>org.eclipse.jetty</groupId> </exclusion> <exclusion> <artifactId>guava</artifactId> <groupId>com.google.guava</groupId> </exclusion> <exclusion> <artifactId>httpclient5</artifactId> <groupId>org.apache.httpcomponents.client5</groupId> </exclusion> <exclusion> <artifactId>xmlunit-core</artifactId> <groupId>org.xmlunit</groupId> </exclusion> <exclusion> <artifactId>xmlunit-legacy</artifactId> <groupId>org.xmlunit</groupId> </exclusion> <exclusion> <artifactId>xmlunit-placeholders</artifactId> <groupId>org.xmlunit</groupId> </exclusion> <exclusion> <artifactId>json-unit-core</artifactId> <groupId>net.javacrumbs.json-unit</groupId> </exclusion> <exclusion> <artifactId>jopt-simple</artifactId> <groupId>net.sf.jopt-simple</groupId> </exclusion> <exclusion> <artifactId>handlebars</artifactId> <groupId>com.github.jknack</groupId> </exclusion> <exclusion> <artifactId>handlebars-helpers</artifactId> <groupId>com.github.jknack</groupId> </exclusion> <exclusion> <artifactId>commons-fileupload</artifactId> <groupId>commons-fileupload</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.javaparser</groupId> <artifactId>javaparser-core</artifactId> <version>3.24.8</version> <scope>test</scope> </dependency> </dependencies> <properties> <shadedPackage>us.abstracta.jmeter.javadsl.elasticsearch.listener.shaded</shadedPackage> </properties> </project>