]> git.argeo.org Git - lgpl/argeo-commons.git/blob - eclipse/plugins/org.argeo.eclipse.ui/pom.xml
Add dependency
[lgpl/argeo-commons.git] / eclipse / plugins / org.argeo.eclipse.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.eclipse</groupId>
6 <version>0.2.1-SNAPSHOT</version>
7 <artifactId>plugins</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.eclipse.ui</artifactId>
11 <name>Commons Eclipse UI</name>
12 <packaging>jar</packaging>
13 <dependencies>
14 <dependency>
15 <groupId>org.eclipse.ui</groupId>
16 <artifactId>org.eclipse.ui</artifactId>
17 </dependency>
18 <dependency>
19 <groupId>org.eclipse.core</groupId>
20 <artifactId>org.eclipse.core.runtime</artifactId>
21 </dependency>
22 <dependency>
23 <groupId>org.eclipse.equinox</groupId>
24 <artifactId>org.eclipse.equinox.launcher</artifactId>
25 </dependency>
26 <dependency>
27 <groupId>com.ibm.icu</groupId>
28 <artifactId>com.ibm.icu</artifactId>
29 </dependency>
30 <dependency>
31 <groupId>org.springframework</groupId>
32 <artifactId>org.springframework.context</artifactId>
33 </dependency>
34 <dependency>
35 <groupId>org.slf4j</groupId>
36 <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
37 </dependency>
38 </dependencies>
39 </project>