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