]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/runtime/org.argeo.slc.client.commons/pom.xml
+ refactor to separate runtime and module project under eclipse plugin.
[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"
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.0-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.slc.client.commons</artifactId>
11 <name>SLC Client 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>${project.version}</version>
19 </dependency>
20
21 <dependency>
22 <groupId>org.argeo.slc.runtime</groupId>
23 <artifactId>org.argeo.slc.server</artifactId>
24 <version>${project.version}</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 -->
33 <dependency>
34 <groupId>org.eclipse.ui</groupId>
35 <artifactId>org.eclipse.ui</artifactId>
36 </dependency>
37 <dependency>
38 <groupId>org.eclipse.core</groupId>
39 <artifactId>org.eclipse.core.runtime</artifactId>
40 </dependency>
41 <dependency>
42 <groupId>org.eclipse.swt</groupId>
43 <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
44 </dependency>
45 </dependencies>
46 </project>