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