]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/runtime/org.argeo.slc.client.ui/pom.xml
First working RAP (yo!)
[gpl/argeo-slc.git] / eclipse / plugins / runtime / org.argeo.slc.client.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.slc.eclipse</groupId>
5 <artifactId>plugins</artifactId>
6 <version>0.13.1-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.slc.client.ui</artifactId>
10 <name>SLC Client UI</name>
11 <packaging>jar</packaging>
12 <dependencies>
13 <!-- SLC Client UI -->
14 <dependency>
15 <groupId>org.argeo.slc.eclipse</groupId>
16 <artifactId>org.argeo.slc.client.commons</artifactId>
17 <version>${project.version}</version>
18 </dependency>
19 <dependency>
20 <groupId>org.argeo.slc.eclipse</groupId>
21 <artifactId>org.argeo.slc.client.oxm</artifactId>
22 <version>${project.version}</version>
23 </dependency>
24 <dependency>
25 <groupId>org.argeo.slc.eclipse</groupId>
26 <artifactId>org.argeo.slc.client.core</artifactId>
27 <version>${project.version}</version>
28 </dependency>
29
30 <!-- SLC -->
31 <dependency>
32 <groupId>org.argeo.slc.runtime</groupId>
33 <artifactId>org.argeo.slc.core</artifactId>
34 <version>${project.version}</version>
35 </dependency>
36
37 <dependency>
38 <groupId>org.argeo.slc.runtime</groupId>
39 <artifactId>org.argeo.slc.server</artifactId>
40 <version>${project.version}</version>
41 </dependency>
42 <!-- Commons -->
43 <dependency>
44 <groupId>org.argeo.commons.eclipse</groupId>
45 <artifactId>org.argeo.eclipse.ui</artifactId>
46 <version>${version.argeo-commons}</version>
47 </dependency>
48 <!-- Spring -->
49 <dependency>
50 <groupId>org.springframework</groupId>
51 <artifactId>org.springframework.context</artifactId>
52 </dependency>
53 <!-- Eclipse -->
54 <dependency>
55 <groupId>org.eclipse.ui</groupId>
56 <artifactId>org.eclipse.ui</artifactId>
57 </dependency>
58 <dependency>
59 <groupId>org.eclipse.core</groupId>
60 <artifactId>org.eclipse.core.runtime</artifactId>
61 </dependency>
62 <dependency>
63 <groupId>org.eclipse.swt</groupId>
64 <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
65 </dependency>
66 </dependencies>
67 </project>