]> git.argeo.org Git - lgpl/argeo-commons.git/blob - gis/plugins/org.argeo.gis.ui.rap.openlayers/pom.xml
Remove unused projects
[lgpl/argeo-commons.git] / gis / plugins / org.argeo.gis.ui.rap.openlayers / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 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.gis</groupId>
6 <version>0.2.3-SNAPSHOT</version>
7 <artifactId>plugins</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.gis.ui.rap.openlayers</artifactId>
11 <name>Commons GIS RAP OpenLayers</name>
12 <packaging>jar</packaging>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.maven.plugins</groupId>
17 <artifactId>maven-compiler-plugin</artifactId>
18 </plugin>
19 <plugin>
20 <groupId>org.apache.maven.plugins</groupId>
21 <artifactId>maven-source-plugin</artifactId>
22 </plugin>
23 <plugin>
24 <groupId>org.apache.maven.plugins</groupId>
25 <artifactId>maven-jar-plugin</artifactId>
26 </plugin>
27 </plugins>
28 </build>
29 <dependencies>
30 <!-- Commons -->
31 <dependency>
32 <groupId>org.argeo.commons.basic</groupId>
33 <artifactId>org.argeo.basic.nodeps</artifactId>
34 <version>0.2.3-SNAPSHOT</version>
35 </dependency>
36 <dependency>
37 <groupId>org.argeo.commons.gis</groupId>
38 <artifactId>org.argeo.gis.ui</artifactId>
39 <version>0.2.3-SNAPSHOT</version>
40 </dependency>
41
42 <!-- OpenLayers RAP widget -->
43 <dependency>
44 <groupId>org.argeo.dep.osgi</groupId>
45 <artifactId>org.polymap.openlayers.rap.widget</artifactId>
46 </dependency>
47
48 <!-- RCP only dependency, needed at compile time -->
49 <dependency>
50 <groupId>org.argeo.commons.eclipse</groupId>
51 <artifactId>org.argeo.eclipse.dep.rap</artifactId>
52 <version>0.2.3-SNAPSHOT</version>
53 </dependency>
54 </dependencies>
55 </project>