]> git.argeo.org Git - lgpl/argeo-commons.git/blob - gis/plugins/org.argeo.gis.ui/pom.xml
Start working on change CRS
[lgpl/argeo-commons.git] / gis / plugins / org.argeo.gis.ui / 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.4-SNAPSHOT</version>
6 <artifactId>plugins</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.gis.ui</artifactId>
10 <name>Commons GIS UI</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 <dependency>
30 <groupId>org.argeo.commons.gis</groupId>
31 <artifactId>org.argeo.gis.geotools</artifactId>
32 <version>0.3.4-SNAPSHOT</version>
33 </dependency>
34
35 <!-- Commons -->
36 <dependency>
37 <groupId>org.argeo.commons.basic</groupId>
38 <artifactId>org.argeo.basic.nodeps</artifactId>
39 <version>0.3.4-SNAPSHOT</version>
40 </dependency>
41 <dependency>
42 <groupId>org.argeo.commons.eclipse</groupId>
43 <artifactId>org.argeo.eclipse.ui</artifactId>
44 <version>0.3.4-SNAPSHOT</version>
45 </dependency>
46 <dependency>
47 <groupId>org.argeo.commons.eclipse</groupId>
48 <artifactId>org.argeo.eclipse.ui.jcr</artifactId>
49 <version>0.3.4-SNAPSHOT</version>
50 </dependency>
51
52 <!-- RCP only dependency, needed at compile time -->
53 <dependency>
54 <groupId>org.argeo.commons.eclipse</groupId>
55 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
56 <version>0.3.4-SNAPSHOT</version>
57 <scope>provided</scope>
58 </dependency>
59
60 <!-- Logging -->
61 <dependency>
62 <groupId>org.slf4j</groupId>
63 <artifactId>com.springsource.slf4j.org.apache.commons.logging
64 </artifactId>
65 </dependency>
66 </dependencies>
67 </project>