]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.ui/pom.xml
Working RCP
[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
35 <dependency>
36 <groupId>org.argeo.slc.runtime</groupId>
37 <artifactId>org.argeo.slc.server</artifactId>
38 <version>${version.slc}</version>
39 </dependency>
40
41 <!-- Spring -->
42 <dependency>
43 <groupId>org.argeo.commons.eclipse</groupId>
44 <artifactId>org.argeo.eclipse.ui</artifactId>
45 <version>${version.argeo-commons}</version>
46 </dependency>
47
48 <!-- Eclipse and RCP only dependency, needed at compile time -->
49 <dependency>
50 <groupId>org.argeo.commons.eclipse</groupId>
51 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
52 <version>${version.argeo-commons}</version>
53 <scope>provided</scope>
54 </dependency>
55 </dependencies>
56 </project>