2fcd53

2fcd53
2fcd53
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2fcd53
  <modelVersion>4.0.0</modelVersion>
2fcd53

2fcd53
  <parent>
2fcd53
    <groupId>org.hamcrest</groupId>
2fcd53
    <artifactId>hamcrest-parent</artifactId>
2fcd53
    <version>1.3</version>
2fcd53
  </parent>
2fcd53

2fcd53
  <artifactId>hamcrest-integration</artifactId>
2fcd53
  <packaging>jar</packaging>
2fcd53
  <name>Hamcrest Integration</name>
2fcd53
  <description>
2fcd53
    Provides integration between Hamcrest and other testing tools, including JUnit (3 and 4), TestNG, jMock and EasyMock.
2fcd53
  </description>
2fcd53

2fcd53
  <dependencies>
2fcd53
    <dependency>
2fcd53
      <groupId>org.hamcrest</groupId>
2fcd53
      <artifactId>hamcrest-library</artifactId>
2fcd53
      <version>1.3</version>
2fcd53
    </dependency>
2fcd53

2fcd53
    <dependency>
2fcd53
      <groupId>jmock</groupId>
2fcd53
      <artifactId>jmock</artifactId>
2fcd53
      <version>1.1.0</version>
2fcd53
      <optional>true</optional>
2fcd53
    </dependency>
2fcd53

2fcd53
    <dependency>
2fcd53
      <groupId>org.easymock</groupId>
2fcd53
      <artifactId>easymock</artifactId>
2fcd53
      <version>2.2</version>
2fcd53
      <optional>true</optional>
2fcd53
    </dependency>
2fcd53
  </dependencies>
2fcd53
</project>