]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.ui/pom.xml
Provide Display to ui event listener
[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>${version.slc}</version> -->
21 <!-- </dependency> -->
22 <!-- <dependency> -->
23 <!-- <groupId>org.argeo.slc.eclipse</groupId> -->
24 <!-- <artifactId>org.argeo.slc.client.core</artifactId> -->
25 <!-- <version>${version.slc}</version> -->
26 <!-- </dependency> -->
27
28 <!-- SLC -->
29 <dependency>
30 <groupId>org.argeo.slc.runtime</groupId>
31 <artifactId>org.argeo.slc.core</artifactId>
32 <version>${version.slc}</version>
33 </dependency>
34 <dependency>
35 <groupId>org.argeo.slc.runtime</groupId>
36 <artifactId>org.argeo.slc.support.jcr</artifactId>
37 <version>${version.slc}</version>
38 </dependency>
39
40 <dependency>
41 <groupId>org.argeo.slc.runtime</groupId>
42 <artifactId>org.argeo.slc.server</artifactId>
43 <version>${version.slc}</version>
44 </dependency>
45
46 <!-- Argeo Eclipse -->
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 <dependency>
53 <groupId>org.argeo.commons.eclipse</groupId>
54 <artifactId>org.argeo.eclipse.ui.jcr</artifactId>
55 <version>${version.argeo-commons}</version>
56 </dependency>
57
58 <!-- Eclipse and RCP only dependency, needed at compile time -->
59 <dependency>
60 <groupId>org.argeo.commons.eclipse</groupId>
61 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
62 <version>${version.argeo-commons}</version>
63 <scope>provided</scope>
64 </dependency>
65 </dependencies>
66 </project>