esc-test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.fuin.esc</groupId> <artifactId>esc-test</artifactId> <version>0.9.0</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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.fuin.esc</groupId> <artifactId>esc-parent</artifactId> <version>0.9.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>esc-test</artifactId> <packaging>jar</packaging> <name>esc-test</name> <description>Provides tests for all event store commons implementations.</description> <scm> <url>https://github.com/fuinorg/event-store-commons/</url> <connection>scm:git:git://github.com/fuinorg/event-store-commons.git</connection> <developerConnection>scm:git:git@github.com:fuinorg/event-store-commons.git</developerConnection> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/fuinorg/event-store-commons/issues</url> </issueManagement> <dependencies> <!-- compile --> <dependency> <groupId>org.fuin.esc</groupId> <artifactId>esc-api</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> </dependency> <dependency> <groupId>org.fuin.objects4j</groupId> <artifactId>objects4j-common</artifactId> </dependency> <dependency> <groupId>org.fuin.objects4j</groupId> <artifactId>objects4j-core</artifactId> </dependency> <dependency> <groupId>org.fuin</groupId> <artifactId>utils4j</artifactId> </dependency> <!-- test --> <dependency> <groupId>org.fuin.esc</groupId> <artifactId>esc-spi</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.fuin.esc</groupId> <artifactId>esc-mem</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.fuin.esc</groupId> <artifactId>esc-jpa</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.fuin.esc</groupId> <artifactId>esc-esgrpc</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.fuin.esc</groupId> <artifactId>esc-jsonb</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.fuin.esc</groupId> <artifactId>esc-jaxb</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>jakarta.validation</groupId> <artifactId>jakarta.validation-api</artifactId> <optional>true</optional> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-suite-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-suite-engine</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>io.cucumber</groupId> <artifactId>cucumber-junit-platform-engine</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hibernate.validator</groupId> <artifactId>hibernate-validator</artifactId> </dependency> <dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>nl.jqno.equalsverifier</groupId> <artifactId>equalsverifier</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse</groupId> <artifactId>yasson</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>io.cucumber</groupId> <artifactId>cucumber-java</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>jakarta.transaction</groupId> <artifactId>jakarta.transaction-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hibernate.orm</groupId> <artifactId>hibernate-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.fuin</groupId> <artifactId>units4j</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>jakarta.json.bind</groupId> <artifactId>jakarta.json.bind-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>jakarta.persistence</groupId> <artifactId>jakarta.persistence-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>info.cukes</groupId> <artifactId>gherkin</artifactId> <version>2.12.2</version> <scope>test</scope> </dependency> <dependency> <groupId>io.kurrent</groupId> <artifactId>kurrentdb-client</artifactId> <version>1.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-api</artifactId> <version>1.71.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.fuin.objects4j</groupId> <artifactId>objects4j-jsonb</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <includes> <include>**/*</include> </includes> <archive> <manifestEntries> <Automatic-Module-Name>org.fuin.esc.test</Automatic-Module-Name> </manifestEntries> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jdeps-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> </plugin> <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> <configuration> <images> <image> <name>eventstore/eventstore:${eventstore.version}</name> <run> <network> <mode>bridge</mode> </network> <ports> <port>1113:1113</port> <port>2113:2113</port> </ports> <env> <EVENTSTORE_MEM_DB>TRUE</EVENTSTORE_MEM_DB> <EVENTSTORE_RUN_PROJECTIONS>All</EVENTSTORE_RUN_PROJECTIONS> <EVENTSTORE_INSECURE>true</EVENTSTORE_INSECURE> <EVENTSTORE_LOG>/tmp/log-eventstore</EVENTSTORE_LOG> </env> <log> <enabled>false</enabled> </log> <wait> <http> <url>http://localhost:2113/web/index.html#/</url> <method>GET</method> </http> <time>20000</time> </wait> </run> </image> </images> </configuration> <executions> <execution> <id>start-images</id> <phase>pre-integration-test</phase> <goals> <goal>start</goal> </goals> </execution> <execution> <id>stop-images</id> <phase>post-integration-test</phase> <goals> <goal>stop</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <configuration> <ignoredUnusedDeclaredDependencies> <ignoredUnusedDeclaredDependency>org.hibernate.validator:hibernate-validator </ignoredUnusedDeclaredDependency> <ignoredUnusedDeclaredDependency>org.glassfish.expressly:expressly </ignoredUnusedDeclaredDependency> <ignoredUnusedDeclaredDependency>ch.qos.logback:logback-classic</ignoredUnusedDeclaredDependency> <ignoredUnusedDeclaredDependency>commons-codec:commons-codec</ignoredUnusedDeclaredDependency> <ignoredUnusedDeclaredDependency>jakarta.transaction:jakarta.transaction-api</ignoredUnusedDeclaredDependency> <ignoredUnusedDeclaredDependency>org.jboss.logging:jboss-logging</ignoredUnusedDeclaredDependency> <ignoredUnusedDeclaredDependency>org.hibernate.orm:hibernate-core</ignoredUnusedDeclaredDependency> <ignoredUnusedDeclaredDependency>org.hsqldb:hsqldb</ignoredUnusedDeclaredDependency> <ignoredUnusedDeclaredDependency>org.fuin:units4j</ignoredUnusedDeclaredDependency> <ignoredUnusedDeclaredDependency>com.tngtech.archunit:archunit-junit5</ignoredUnusedDeclaredDependency> <ignoredUnusedDeclaredDependency>org.junit.jupiter:junit-jupiter</ignoredUnusedDeclaredDependency> <ignoredUnusedDeclaredDependency>io.grpc:grpc-api</ignoredUnusedDeclaredDependency> <ignoredUnusedDeclaredDependency>org.junit.platform:junit-platform-suite-engine</ignoredUnusedDeclaredDependency> <ignoredUnusedDeclaredDependency>io.cucumber:cucumber-junit-platform-engine</ignoredUnusedDeclaredDependency> <ignoredUnusedDeclaredDependency>info.cukes:gherkin</ignoredUnusedDeclaredDependency> </ignoredUnusedDeclaredDependencies> <ignoredUsedUndeclaredDependencies> <ignoredUsedUndeclaredDependency>com.tngtech.archunit:archunit-junit5-api</ignoredUsedUndeclaredDependency> <ignoredUsedUndeclaredDependency>org.junit.jupiter:junit-jupiter-api</ignoredUsedUndeclaredDependency> </ignoredUsedUndeclaredDependencies> <ignoredNonTestScopedDependencies> <ignoredNonTestScopedDependency>org.fuin.objects4j:objects4j-common</ignoredNonTestScopedDependency> <ignoredNonTestScopedDependency>org.fuin.objects4j:objects4j-core</ignoredNonTestScopedDependency> <ignoredNonTestScopedDependency>org.fuin:utils4j</ignoredNonTestScopedDependency> </ignoredNonTestScopedDependencies> </configuration> </plugin> </plugins> </build> </project>