blob: 41c2d74bbd98c5c88b882f54a838dc5e0755f7f6 [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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.qi4j</groupId>
<artifactId>qi4j-library</artifactId>
<version>1.3-SNAPSHOT</version>
</parent>
<groupId>org.qi4j.library</groupId>
<artifactId>qi4j-lib-thread</artifactId>
<name>Qi4j Library - Thread</name>
<dependencies>
<dependency>
<groupId>org.qi4j.core</groupId>
<artifactId>qi4j-core-api</artifactId>
</dependency>
<dependency>
<groupId>org.qi4j.core</groupId>
<artifactId>qi4j-core-bootstrap</artifactId>
</dependency>
<dependency>
<groupId>org.qi4j.core</groupId>
<artifactId>qi4j-core-testsupport</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.qi4j.core</groupId>
<artifactId>qi4j-core-runtime</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.qi4j.library</groupId>
<artifactId>qi4j-lib-constraints</artifactId>
<version>1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.qi4j.library</groupId>
<artifactId>qi4j-lib-uid</artifactId>
<version>1.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>