blob: f71eefdda7de27994f2e29e308a2a6f3ac251f40 [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>0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.qi4j.core</groupId>
<artifactId>qi4j-core-bootstrap</artifactId>
<version>0.7</version>
<packaging>bundle</packaging>
<name>Qi4j Core - Bootstrap</name>
<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>0.7</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
<version>1.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-extender</artifactId>
<version>0.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-core</artifactId>
<version>0.2.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>