tenacity-testing
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.yammer.tenacity</groupId>
<artifactId>tenacity-testing</artifactId>
<version>1.2.0.dw9</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">
<prerequisites>
<maven>3.0.1</maven>
</prerequisites>
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>tenacity-parent</artifactId>
<groupId>com.yammer.tenacity</groupId>
<version>1.2.0.dw9</version>
</parent>
<artifactId>tenacity-testing</artifactId>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.yammer.tenacity</groupId>
<artifactId>tenacity-bom</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-core</artifactId>
</dependency>
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-codahale-metrics-publisher</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-testing</artifactId>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
</dependency>
</dependencies>
</project>