]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.ui/pom.xml
Add support for combo box in editing parameters.
[gpl/argeo-slc.git] / eclipse / plugins / 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.1-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
14
15 <dependencies>
16 <!-- SLC Client UI -->
17 <dependency>
18 <groupId>org.argeo.slc.eclipse</groupId>
19 <artifactId>org.argeo.slc.client.oxm</artifactId>
20 <version>${project.version}</version>
21 </dependency>
22 <dependency>
23 <groupId>org.argeo.slc.eclipse</groupId>
24 <artifactId>org.argeo.slc.client.core</artifactId>
25 <version>${project.version}</version>
26 </dependency>
27
28 <!-- <dependency> <groupId>org.argeo.slc.eclipse</groupId> <artifactId>org.argeo.slc.client.commons</artifactId>
29 <version>${project.version}</version> </dependency> -->
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
43 <!-- Spring -->
44 <!-- <dependency> <groupId>org.springframework</groupId> <artifactId>org.springframework.context</artifactId>
45 </dependency> -->
46 <!-- Commons (with all dependencies that are commons for both RCP and RAP) -->
47 <dependency>
48 <groupId>org.argeo.commons.eclipse</groupId>
49 <artifactId>org.argeo.eclipse.ui</artifactId>
50 <version>${version.argeo-commons}</version>
51 </dependency>
52
53
54 <!-- Eclipse and RCP only dependency, needed at compile time -->
55 <dependency>
56 <groupId>org.argeo.commons.eclipse</groupId>
57 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
58 <version>${version.argeo-commons}</version>
59 <scope>provided</scope>
60 </dependency>
61
62 <!-- Commons -->
63 <!-- TO BE DELETED<dependency> <groupId>org.argeo.commons.eclipse</groupId>
64 <artifactId>org.argeo.eclipse.ui</artifactId> <version>${version.argeo-commons}</version>
65 </dependency> -->
66 <!-- Eclipse -->
67 <!-- TO BE DELETED <dependency> <groupId>org.eclipse.ui</groupId> <artifactId>org.eclipse.ui</artifactId>
68 </dependency> <dependency> <groupId>org.eclipse.core</groupId> <artifactId>org.eclipse.core.runtime</artifactId>
69 </dependency> <dependency> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
70 </dependency> -->
71 </dependencies>
72 </project>