blob: 16890c99340db0e7f4b083f3324cf3f00e5c12ae [file] [log] [blame]
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.junit.contrib</groupId>
<artifactId>truth</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>cgruber-junit-snapshot-repo</id>
<name>JUnit Snapshot Repo</name>
<url>https://github.com/cgruber/junit/raw/maven-snapshot/repo/</url>
</repository>
</repositories>
</project>