sda-commons-web-testing
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.sdase.commons.spring.boot</groupId>
<artifactId>sda-commons-web-testing</artifactId>
<version>6.0.25</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>org.sdase.commons.spring.boot</groupId>
<artifactId>sda-commons-web-testing</artifactId>
<version>6.0.25</version>
<name>org.sdase.commons.spring.boot:sda-commons-web-testing</name>
<description>A library to bootstrap services easily that follow the patterns and specifications promoted by the SDA SE</description>
<url>https://github.com/SDA-SE/sda-spring-boot-commons</url>
<organization>
<name>SDA SE Open Industry Solutions</name>
<url>https://sda.se</url>
</organization>
<licenses>
<license>
<name>MIT License</name>
<url>https://raw.githubusercontent.com/SDA-SE/sda-spring-boot-commons/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>maintainer</id>
<name>SDA SE Open Industry Solutions Maintainer</name>
<email>oss@sda-se.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/SDA-SE/sda-spring-boot-commons.git</connection>
<developerConnection>scm:git:https://github.com/SDA-SE/sda-spring-boot-commons.git</developerConnection>
<url>https://github.com/SDA-SE/sda-spring-boot-commons</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/SDA-SE/sda-spring-boot-commons/issues</url>
</issueManagement>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.sdase.commons.spring.boot</groupId>
<artifactId>sda-commons-dependencies</artifactId>
<version>6.0.25</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-wiremock</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>