]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.rcp/pom.xml
Removed unnecessarily started bundles
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.rcp / 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.rcp</artifactId>
11 <name>SLC Client RCP</name>
12 <packaging>jar</packaging>
13 <dependencies>
14 <!-- SLC -->
15 <dependency>
16 <groupId>org.argeo.slc.eclipse</groupId>
17 <artifactId>org.argeo.slc.client.ui</artifactId>
18 <version>0.13.1-SNAPSHOT</version>
19 </dependency>
20
21 <!-- Bundles to start -->
22 <dependency>
23 <groupId>org.argeo.slc.modules</groupId>
24 <artifactId>org.argeo.slc.node.jackrabbit</artifactId>
25 <version>0.13.1-SNAPSHOT</version>
26 </dependency>
27 <dependency>
28 <groupId>org.argeo.slc.modules</groupId>
29 <artifactId>org.argeo.slc.agent</artifactId>
30 <version>0.13.1-SNAPSHOT</version>
31 </dependency>
32
33 <dependency>
34 <groupId>org.argeo.commons.security</groupId>
35 <artifactId>org.argeo.security.dao.jackrabbit</artifactId>
36 <version>${version.argeo-commons}</version>
37 </dependency>
38 <dependency>
39 <groupId>org.argeo.commons.server</groupId>
40 <artifactId>org.argeo.node.repo.jackrabbit</artifactId>
41 <version>${version.argeo-commons}</version>
42 </dependency>
43 <dependency>
44 <groupId>org.argeo.commons.server</groupId>
45 <artifactId>org.argeo.node.repofactory.jackrabbit</artifactId>
46 <version>${version.argeo-commons}</version>
47 </dependency>
48
49 <!-- Security UI -->
50 <dependency>
51 <groupId>org.argeo.commons.eclipse</groupId>
52 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
53 <version>${version.argeo-commons}</version>
54 </dependency>
55 <dependency>
56 <groupId>org.argeo.commons.security</groupId>
57 <artifactId>org.argeo.security.ui.rcp</artifactId>
58 <version>${version.argeo-commons}</version>
59 </dependency>
60 </dependencies>
61 </project>