cedar-common-testutil
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>cedar-common-testutil</artifactId>
<version>5.8.4</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.googlecode.cedar-common</groupId>
<artifactId>cedar-common-testutil</artifactId>
<version>5.8.4</version>
<name>Cedar Common Test Utilities</name>
<description>Utility code for use with junit, such as assertions and test setup mechanisms.</description>
<url>https://bitbucket.org/cedarsolutions/cedar-common</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/license/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>pronovic</id>
<name>Kenneth J. Pronovici</name>
<email>pronovic@ieee.org</email>
</developer>
</developers>
<scm>
<connection>scm:https://bitbucket.org/cedarsolutions/cedar-common</connection>
<developerConnection>scm:hg:https://bitbucket.org/cedarsolutions/cedar-common</developerConnection>
<url>scm:hg:https://bitbucket.org/cedarsolutions/cedar-common</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>cedar-common-util</artifactId>
<version>5.8.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>3.2.9.RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>