jaxrs-lib-test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.moodysalem.java</groupId>
<artifactId>jaxrs-lib-test</artifactId>
<version>3.0.7</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">
<parent>
<artifactId>jaxrs-lib-parent</artifactId>
<groupId>com.moodysalem.java</groupId>
<version>3.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jaxrs-lib-test</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.moodysalem.java</groupId>
<artifactId>jaxrs-lib</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-grizzly2</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>