blob: eb2a86de88679afcb42e6fe14f345c298c72c1bd [file] [log] [blame]
<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">
<parent>
<groupId>org.qi4j</groupId>
<artifactId>qi4j-core</artifactId>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.qi4j.core</groupId>
<artifactId>qi4j-core-testsupport</artifactId>
<name>Qi4j Core - Test Support</name>
<version>1.0</version>
<description>
The Qi4j Testsupport provides classes to simplify testing of Qi4j applications.
</description>
<dependencies>
<dependency>
<groupId>org.qi4j.core</groupId>
<artifactId>qi4j-core-api</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.qi4j.core</groupId>
<artifactId>qi4j-core-spi</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.qi4j.core</groupId>
<artifactId>qi4j-core-bootstrap</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>