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>4.5.55</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>4.5.55</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>4.5.55</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <version>3.3.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-contract-wiremock</artifactId> <version>4.1.4</version> <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> <version>2.35.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> <version>4.2.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.17.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> <version>2.17.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.nimbusds</groupId> <artifactId>nimbus-jose-jwt</artifactId> <version>9.46</version> <scope>runtime</scope> </dependency> </dependencies> </project>