]> git.argeo.org Git - lgpl/argeo-commons.git/blob - basic/runtime/org.argeo.basic.nodeps/pom.xml
Remove unused projects
[lgpl/argeo-commons.git] / basic / runtime / org.argeo.basic.nodeps / pom.xml
1 <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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons.basic</groupId>
5 <artifactId>runtime</artifactId>
6 <version>0.2.3-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.basic.nodeps</artifactId>
10 <name>Commons Basic No Deps</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.felix</groupId>
15 <artifactId>maven-bundle-plugin</artifactId>
16 <version>${version.maven-bundle-plugin}</version>
17 <configuration>
18 <instructions>
19 <Export-Package>
20 org.argeo.*
21 </Export-Package>
22 </instructions>
23 </configuration>
24 </plugin>
25 </plugins>
26 </build>
27 <dependencies>
28 <dependency>
29 <groupId>org.junit</groupId>
30 <artifactId>com.springsource.junit</artifactId>
31 <scope>test</scope>
32 </dependency>
33 </dependencies>
34 </project>