]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.osgi.boot/pom.xml
Clean up code
[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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons</groupId>
6 <version>2.1.19-SNAPSHOT</version>
7 <artifactId>argeo-commons</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.osgi.boot</artifactId>
11 <packaging>jar</packaging>
12 <name>Commons OSGi Boot</name>
13 <build>
14 <plugins>
15 <plugin>
16 <artifactId>maven-surefire-plugin</artifactId>
17 <configuration>
18 <skipTests>true</skipTests>
19 </configuration>
20 </plugin>
21 </plugins>
22 </build>
23 <dependencies>
24 <!-- <dependency> -->
25 <!-- <groupId>org.argeo.tp</groupId> -->
26 <!-- <artifactId>argeo-tp</artifactId> -->
27 <!-- <version>${version.argeo-distribution}</version> -->
28 <!-- <scope>provided</scope> -->
29 <!-- </dependency> -->
30
31 <!-- <dependency> -->
32 <!-- <groupId>org.argeo.tp.rap.platform</groupId> -->
33 <!-- <artifactId>org.eclipse.osgi</artifactId> -->
34 <!-- <scope>provided</scope> -->
35 <!-- </dependency> -->
36
37 <!-- TEST -->
38 <!-- <dependency> -->
39 <!-- <groupId>org.argeo.tp</groupId> -->
40 <!-- <artifactId>junit</artifactId> -->
41 <!-- <scope>test</scope> -->
42 <!-- </dependency> -->
43 </dependencies>
44
45
46 </project>