]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.ui/pom.xml
Introduce NormalizeGroup
[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" 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.2-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
13
14 <dependencies>
15 <!-- SLC Client UI -->
16 <!-- <dependency> -->
17 <!-- <groupId>org.argeo.slc.eclipse</groupId> -->
18 <!-- <artifactId>org.argeo.slc.client.oxm</artifactId> -->
19 <!-- <version>${version.slc}</version> -->
20 <!-- </dependency> -->
21 <!-- <dependency> -->
22 <!-- <groupId>org.argeo.slc.eclipse</groupId> -->
23 <!-- <artifactId>org.argeo.slc.client.core</artifactId> -->
24 <!-- <version>${version.slc}</version> -->
25 <!-- </dependency> -->
26
27 <!-- SLC -->
28 <dependency>
29 <groupId>org.argeo.slc.runtime</groupId>
30 <artifactId>org.argeo.slc.core</artifactId>
31 <version>0.13.2-SNAPSHOT</version>
32 </dependency>
33 <dependency>
34 <groupId>org.argeo.slc.runtime</groupId>
35 <artifactId>org.argeo.slc.support.jcr</artifactId>
36 <version>0.13.2-SNAPSHOT</version>
37 </dependency>
38
39 <dependency>
40 <groupId>org.argeo.slc.runtime</groupId>
41 <artifactId>org.argeo.slc.server</artifactId>
42 <version>0.13.2-SNAPSHOT</version>
43 </dependency>
44
45 <!-- Argeo Eclipse -->
46 <dependency>
47 <groupId>org.argeo.commons.eclipse</groupId>
48 <artifactId>org.argeo.eclipse.ui</artifactId>
49 <version>${version.argeo-commons}</version>
50 </dependency>
51 <dependency>
52 <groupId>org.argeo.commons.eclipse</groupId>
53 <artifactId>org.argeo.eclipse.ui.jcr</artifactId>
54 <version>${version.argeo-commons}</version>
55 </dependency>
56
57 <!-- Eclipse and RCP only dependency, needed at compile time -->
58 <dependency>
59 <groupId>org.argeo.commons.eclipse</groupId>
60 <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
61 <version>${version.argeo-commons}</version>
62 <scope>provided</scope>
63 </dependency>
64 <dependency>
65 <groupId>org.argeo.commons.eclipse</groupId>
66 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
67 <version>${version.argeo-commons}</version>
68 <scope>provided</scope>
69 </dependency>
70 </dependencies>
71 </project>