]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/runtime/org.argeo.slc.client.commons/pom.xml
[maven-release-plugin] prepare release argeo-slc-0.13.0
[gpl/argeo-slc.git] / eclipse / plugins / 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" 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.0</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.slc.client.commons</artifactId>
10 <name>SLC Client Commons</name>
11 <packaging>jar</packaging>
12 <dependencies>
13 <!-- SLC -->
14 <dependency>
15 <groupId>org.argeo.slc.runtime</groupId>
16 <artifactId>org.argeo.slc.core</artifactId>
17 <version>${project.version}</version>
18 </dependency>
19
20 <dependency>
21 <groupId>org.argeo.slc.runtime</groupId>
22 <artifactId>org.argeo.slc.server</artifactId>
23 <version>${project.version}</version>
24 </dependency>
25 <!-- Commons -->
26 <dependency>
27 <groupId>org.argeo.commons.eclipse</groupId>
28 <artifactId>org.argeo.eclipse.ui</artifactId>
29 <version>${version.argeo-commons}</version>
30 </dependency>
31 <!-- Eclipse -->
32 <dependency>
33 <groupId>org.eclipse.ui</groupId>
34 <artifactId>org.eclipse.ui</artifactId>
35 </dependency>
36 <dependency>
37 <groupId>org.eclipse.core</groupId>
38 <artifactId>org.eclipse.core.runtime</artifactId>
39 </dependency>
40 <dependency>
41 <groupId>org.eclipse.swt</groupId>
42 <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
43 </dependency>
44 </dependencies>
45 </project>