paypalhttp-testutils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.paypal</groupId>
<artifactId>paypalhttp-testutils</artifactId>
<version>1.0.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.paypal</groupId>
<artifactId>paypalhttp-testutils</artifactId>
<version>1.0.2</version>
<name>paypalhttp-testutils</name>
<description>Test utilities for testing PayPalHttp and derived libraries</description>
<url>https://github.com/paypal/paypalhttp_java.git</url>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>devs</id>
<name>PayPal</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/paypal/paypalhttp_java.git</connection>
<url>https://github.com/paypal/paypalhttp_java.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.9.13.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>2.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>[2,3)</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>