Home | History | Annotate | Download | only in lib
      1 <?xml version="1.0" encoding="ISO-8859-1"?>
      2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      3   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
      4   <modelVersion>4.0.0</modelVersion>
      5 
      6   <parent>
      7     <groupId>org.hamcrest</groupId>
      8     <artifactId>hamcrest-parent</artifactId>
      9     <version>1.3</version>
     10   </parent>
     11 
     12   <artifactId>hamcrest-library</artifactId>
     13   <packaging>jar</packaging>
     14   <name>Hamcrest library</name>
     15   <description>
     16     Hamcrest library of matcher implementations.
     17   </description>
     18 
     19   <dependencies>
     20     <dependency>
     21       <groupId>org.hamcrest</groupId>
     22       <artifactId>hamcrest-core</artifactId>
     23       <version>1.3</version>
     24     </dependency>
     25   </dependencies>
     26 </project>