]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.ui.dist/pom.xml
Fix erros in SLC
[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 <!-- Eclipse and RCP only dependency, needed at compile time -->
17 <dependency>
18 <groupId>org.argeo.commons.eclipse</groupId>
19 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
20 <version>${version.argeo-commons}</version>
21 <scope>provided</scope>
22 </dependency>
23 <dependency>
24 <groupId>org.argeo.commons.eclipse</groupId>
25 <artifactId>org.argeo.eclipse.ui</artifactId>
26 <version>${version.argeo-commons}</version>
27 </dependency>
28 <dependency>
29 <groupId>org.argeo.commons.eclipse</groupId>
30 <artifactId>org.argeo.eclipse.ui.jcr</artifactId>
31 <version>${version.argeo-commons}</version>
32 </dependency>
33
34 <dependency>
35 <groupId>org.argeo.dep.osgi</groupId>
36 <artifactId>org.argeo.dep.osgi.bnd</artifactId>
37 </dependency>
38 </dependencies>
39 </project>