]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.osgi.boot/pom.xml
77ef492a50ace8a68f7fc92e0b1e9d0af066dc28
[lgpl/argeo-commons.git] / org.argeo.osgi.boot / 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</groupId> -->
27 <!-- <artifactId>argeo-tp</artifactId> -->
28 <!-- <version>${version.argeo-distribution}</version> -->
29 <!-- <scope>provided</scope> -->
30 <!-- </dependency> -->
31
32 <!-- <dependency> -->
33 <!-- <groupId>org.argeo.tp.rap.platform</groupId> -->
34 <!-- <artifactId>org.eclipse.osgi</artifactId> -->
35 <!-- <scope>provided</scope> -->
36 <!-- </dependency> -->
37
38 <!-- TEST -->
39 <!-- <dependency> -->
40 <!-- <groupId>org.argeo.tp</groupId> -->
41 <!-- <artifactId>junit</artifactId> -->
42 <!-- <scope>test</scope> -->
43 <!-- </dependency> -->
44 </dependencies>
45
46
47 </project>