]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
533576a88986b8ade2e72b94e7991e31aabb44c6
[lgpl/argeo-commons.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.commons</groupId>
7 <version>2.1.12-SNAPSHOT</version>
8 <artifactId>argeo-commons</artifactId>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>org.argeo.osgi.boot</artifactId>
12 <packaging>jar</packaging>
13 <name>Commons OSGi Boot</name>
14 <build>
15 <plugins>
16 <plugin>
17 <artifactId>maven-surefire-plugin</artifactId>
18 <configuration>
19 <skipTests>true</skipTests>
20 </configuration>
21 </plugin>
22 </plugins>
23 </build>
24 <dependencies>
25 <dependency>
26 <groupId>org.argeo.tp.rap.platform</groupId>
27 <artifactId>org.eclipse.osgi</artifactId>
28 <scope>provided</scope>
29 </dependency>
30
31 <!-- TEST -->
32 <dependency>
33 <groupId>org.argeo.tp</groupId>
34 <artifactId>junit</artifactId>
35 <scope>test</scope>
36 </dependency>
37 </dependencies>
38
39
40 </project>