blob: 7305431de1bfb7b80b7a882701af4a2df1fde17a [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.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.qi4j.core</groupId>
<artifactId>qi4j-core-bootstrap</artifactId>
<version>1.1</version>
<packaging>bundle</packaging>
<name>Qi4j Core - Bootstrap</name>
<description>
The Qi4j Bootstrap module is needed to get the Qi4j application up and running. In a truly modular fashion,
the classes in here are not needed once the application has been activated.
</description>
<contributors>
<contributor>
<name>Georg Rallager</name>
<email>qi4j@dev.ragaller.org</email>
</contributor>
</contributors>
<dependencies>
<dependency>
<groupId>org.qi4j.core</groupId>
<artifactId>qi4j-core-spi</artifactId>
<version>1.1</version>
</dependency>
</dependencies>
</project>