]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/runtime/org.argeo.slc.client.commons/pom.xml
User ${version.slc} instead of ${project.version}
[gpl/argeo-slc.git] / eclipse / runtime / org.argeo.slc.client.commons / 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>runtime</artifactId>
7 <version>0.13.1-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.slc.client.commons</artifactId>
11 <name>SLC Eclipse Commons</name>
12 <packaging>jar</packaging>
13 <dependencies>
14 <!-- SLC -->
15 <dependency>
16 <groupId>org.argeo.slc.runtime</groupId>
17 <artifactId>org.argeo.slc.core</artifactId>
18 <version>${version.slc}</version>
19 </dependency>
20
21 <dependency>
22 <groupId>org.argeo.slc.runtime</groupId>
23 <artifactId>org.argeo.slc.server</artifactId>
24 <version>${version.slc}</version>
25 </dependency>
26 <!-- Commons -->
27 <dependency>
28 <groupId>org.argeo.commons.eclipse</groupId>
29 <artifactId>org.argeo.eclipse.ui</artifactId>
30 <version>${version.argeo-commons}</version>
31 </dependency>
32 <!-- Eclipse <dependency> <groupId>org.eclipse.ui</groupId> <artifactId>org.eclipse.ui</artifactId>
33 </dependency> -->
34 <!-- Eclipse and RCP only dependency, needed at compile time -->
35 <dependency>
36 <groupId>org.argeo.commons.eclipse</groupId>
37 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
38 <version>${version.argeo-commons}</version>
39 <scope>provided</scope>
40 </dependency>
41
42 <dependency>
43 <groupId>org.eclipse.core</groupId>
44 <artifactId>org.eclipse.core.runtime</artifactId>
45 </dependency>
46 <dependency>
47 <groupId>org.eclipse.swt</groupId>
48 <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
49 </dependency>
50 </dependencies>
51 </project>