]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.gis.ui/pom.xml
Prepare next development cycle
[lgpl/argeo-commons.git] / 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"
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</artifactId>
11 <name>Commons GIS UI</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 <dependency>
31 <groupId>org.argeo.commons.gis</groupId>
32 <artifactId>org.argeo.gis.geotools</artifactId>
33 <version>0.2.3-SNAPSHOT</version>
34 </dependency>
35
36 <!-- Commons -->
37 <dependency>
38 <groupId>org.argeo.commons.basic</groupId>
39 <artifactId>org.argeo.basic.nodeps</artifactId>
40 <version>0.2.3-SNAPSHOT</version>
41 </dependency>
42 <dependency>
43 <groupId>org.argeo.commons.eclipse</groupId>
44 <artifactId>org.argeo.eclipse.ui</artifactId>
45 <version>0.2.3-SNAPSHOT</version>
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.rcp</artifactId>
52 <version>0.2.3-SNAPSHOT</version>
53 <scope>provided</scope>
54 </dependency>
55
56 <!-- Logging -->
57 <dependency>
58 <groupId>org.slf4j</groupId>
59 <artifactId>com.springsource.slf4j.org.apache.commons.logging
60 </artifactId>
61 </dependency>
62 </dependencies>
63 </project>