resteasy-integration-tests-spring-unit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jboss.resteasy.spring</groupId> <artifactId>resteasy-integration-tests-spring-unit</artifactId> <version>3.2.0.Final</version> </dependency>
<?xml version="1.0"?> <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> <parent> <groupId>org.jboss.resteasy.spring</groupId> <artifactId>resteasy-integration-tests-spring</artifactId> <version>3.2.0.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>resteasy-integration-tests-spring-unit</artifactId> <name>RESTEasy Main testsuite: Spring integration tests - Unit tests</name> <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> </dependency> </dependencies> </project>