blob: 71b8b94d31c3b1f603817ffe3b005ba24624ecf2 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?><project>
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
<version>2.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-osgi</artifactId>
<name>XBean :: OSGi</name>
<version>2.4-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>once</forkMode>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>osgi</artifactId>
</dependency>
</dependencies>
</project>