]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
918f911f475b94ec24646fb87d0b524d65467385
[lgpl/argeo-commons.git] / 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 <dependency>
48 <groupId>org.argeo.commons.eclipse</groupId>
49 <artifactId>org.argeo.eclipse.ui.jcr</artifactId>
50 <version>0.2.3-SNAPSHOT</version>
51 </dependency>
52
53 <!-- RCP only dependency, needed at compile time -->
54 <dependency>
55 <groupId>org.argeo.commons.eclipse</groupId>
56 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
57 <version>0.2.3-SNAPSHOT</version>
58 <scope>provided</scope>
59 </dependency>
60
61 <!-- Logging -->
62 <dependency>
63 <groupId>org.slf4j</groupId>
64 <artifactId>com.springsource.slf4j.org.apache.commons.logging
65 </artifactId>
66 </dependency>
67 </dependencies>
68 </project>