]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.ui.dist/pom.xml
Fix various bugs with execution
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui.dist / 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.dist</artifactId>
11 <name>SLC Client UI Distribution</name>
12 <packaging>jar</packaging>
13
14
15 <dependencies>
16 <!-- Commons UI -->
17 <dependency>
18 <groupId>org.argeo.commons.eclipse</groupId>
19 <artifactId>org.argeo.eclipse.ui</artifactId>
20 <version>${version.argeo-commons}</version>
21 </dependency>
22 <dependency>
23 <groupId>org.argeo.commons.eclipse</groupId>
24 <artifactId>org.argeo.eclipse.ui.jcr</artifactId>
25 <version>${version.argeo-commons}</version>
26 </dependency>
27 <dependency>
28 <groupId>org.argeo.commons.eclipse</groupId>
29 <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
30 <version>${version.argeo-commons}</version>
31 <scope>provided</scope>
32 </dependency>
33
34
35 <!-- SLC repo -->
36 <dependency>
37 <groupId>org.argeo.slc.runtime</groupId>
38 <artifactId>org.argeo.slc.repo</artifactId>
39 <version>${version.slc}</version>
40 </dependency>
41 <dependency>
42 <groupId>org.argeo.slc.modules</groupId>
43 <artifactId>org.argeo.slc.server.repo</artifactId>
44 <version>${version.slc}</version>
45 </dependency>
46
47
48 <dependency>
49 <groupId>org.argeo.dep.osgi</groupId>
50 <artifactId>org.argeo.dep.osgi.bnd</artifactId>
51 </dependency>
52 </dependencies>
53 </project>