kroxylicious-kms-provider-fortanix-dsm-test-support
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.kroxylicious</groupId> <artifactId>kroxylicious-kms-provider-fortanix-dsm-test-support</artifactId> <version>0.13.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright Kroxylicious Authors. Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0 --> <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>io.kroxylicious</groupId> <artifactId>kroxylicious-parent</artifactId> <version>0.13.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>kroxylicious-kms-provider-fortanix-dsm-test-support</artifactId> <name>Fortanix DSM test support</name> <description>Test support code for modules testing the Fortanix DSM KMS</description> <dependencies> <!-- project dependencies - runtime and compile --> <dependency> <groupId>io.kroxylicious</groupId> <artifactId>kroxylicious-kms</artifactId> </dependency> <dependency> <groupId>io.kroxylicious</groupId> <artifactId>kroxylicious-kms-provider-fortanix-dsm</artifactId> </dependency> <dependency> <groupId>io.kroxylicious</groupId> <artifactId>kroxylicious-kms-test-support</artifactId> </dependency> <dependency> <groupId>io.kroxylicious</groupId> <artifactId>kroxylicious-api</artifactId> </dependency> <!-- third party dependencies - runtime and compile --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <!-- third party dependencies - test --> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> </dependency> <dependency> <groupId>org.wiremock</groupId> <artifactId>wiremock</artifactId> <scope>test</scope> </dependency> </dependencies> </project>