]> git.argeo.org Git - lgpl/argeo-commons.git/blob - eclipse/features/org.argeo.eclipse.dep.common/pom.xml
Introduce security UI RAP
[lgpl/argeo-commons.git] / eclipse / features / org.argeo.eclipse.dep.common / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.commons.eclipse</groupId>
7 <artifactId>features</artifactId>
8 <version>0.2.2-SNAPSHOT</version>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>org.argeo.eclipse.dep.common</artifactId>
12 <name>Argeo Commons RCP Dependencies</name>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.argeo.maven.plugins</groupId>
17 <artifactId>maven-argeo-osgi-plugin</artifactId>
18 </plugin>
19 </plugins>
20 </build>
21 <dependencies>
22 <!-- Eclipse -->
23 <dependency>
24 <groupId>org.eclipse.core</groupId>
25 <artifactId>org.eclipse.core.runtime</artifactId>
26 </dependency>
27 <dependency>
28 <groupId>org.eclipse.swt</groupId>
29 <artifactId>org.eclipse.swt</artifactId>
30 </dependency>
31 <dependency>
32 <groupId>org.eclipse.swt</groupId>
33 <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
34 </dependency>
35 <dependency>
36 <groupId>org.eclipse.swt</groupId>
37 <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId>
38 </dependency>
39 <dependency>
40 <groupId>org.eclipse.swt</groupId>
41 <artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
42 </dependency>
43 <dependency>
44 <groupId>org.eclipse.core</groupId>
45 <artifactId>org.eclipse.core.commands</artifactId>
46 </dependency>
47 <dependency>
48 <groupId>com.ibm.icu</groupId>
49 <artifactId>com.ibm.icu</artifactId>
50 </dependency>
51 <dependency>
52 <groupId>org.eclipse.equinox</groupId>
53 <artifactId>org.eclipse.equinox.preferences</artifactId>
54 <version>3.3.0</version>
55 </dependency>
56 <dependency>
57 <groupId>org.eclipse.equinox</groupId>
58 <artifactId>org.eclipse.equinox.launcher</artifactId>
59 </dependency>
60 <dependency>
61 <groupId>org.eclipse.equinox</groupId>
62 <artifactId>org.eclipse.equinox.launcher.gtk.linux.x86_64</artifactId>
63 </dependency>
64 <dependency>
65 <groupId>org.eclipse.equinox</groupId>
66 <artifactId>org.eclipse.equinox.launcher.gtk.linux.x86</artifactId>
67 </dependency>
68 <dependency>
69 <groupId>org.eclipse.equinox</groupId>
70 <artifactId>org.eclipse.equinox.launcher.win32.win32.x86</artifactId>
71 </dependency>
72 </dependencies>
73 </project>