]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/runtime/org.argeo.slc.client.ui/pom.xml
+ refactor to separate runtime and module project under eclipse plugin.
[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.hibernate</artifactId>
28 <version>${project.version}</version>
29 </dependency>
30 <dependency>
31 <groupId>org.argeo.slc.eclipse</groupId>
32 <artifactId>org.argeo.slc.client.core</artifactId>
33 <version>${project.version}</version>
34 </dependency>
35
36 <!-- SLC -->
37 <dependency>
38 <groupId>org.argeo.slc.runtime</groupId>
39 <artifactId>org.argeo.slc.core</artifactId>
40 <version>${project.version}</version>
41 </dependency>
42
43 <dependency>
44 <groupId>org.argeo.slc.runtime</groupId>
45 <artifactId>org.argeo.slc.server</artifactId>
46 <version>${project.version}</version>
47 </dependency>
48 <!-- Commons -->
49 <dependency>
50 <groupId>org.argeo.commons.eclipse</groupId>
51 <artifactId>org.argeo.eclipse.ui</artifactId>
52 <version>${version.argeo-commons}</version>
53 </dependency>
54 <!-- Spring -->
55 <dependency>
56 <groupId>org.springframework</groupId>
57 <artifactId>org.springframework.context</artifactId>
58 </dependency>
59 <!-- Eclipse -->
60 <dependency>
61 <groupId>org.eclipse.ui</groupId>
62 <artifactId>org.eclipse.ui</artifactId>
63 </dependency>
64 <dependency>
65 <groupId>org.eclipse.core</groupId>
66 <artifactId>org.eclipse.core.runtime</artifactId>
67 </dependency>
68 <dependency>
69 <groupId>org.eclipse.swt</groupId>
70 <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
71 </dependency>
72 </dependencies>
73 </project>