]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/org.argeo.slc.dep.sdk.rcp/pom.xml
Put SLC in line with Commons
[gpl/argeo-slc.git] / dep / org.argeo.slc.dep.sdk.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</groupId>
6 <artifactId>dep</artifactId>
7 <version>0.13.1-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.slc.dep</groupId>
11 <artifactId>org.argeo.slc.dep.sdk.rcp</artifactId>
12 <name>SLC Eclipse RCP Dependencies</name>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.argeo.maven.plugins</groupId>
17 <artifactId>maven-argeo-osgi-plugin</artifactId>
18 </plugin>
19 </plugins>
20 </build>
21 <dependencies>
22 <dependency>
23 <groupId>org.argeo.slc.eclipse</groupId>
24 <artifactId>org.argeo.slc.client.ui</artifactId>
25 <version>${version.slc}</version>
26 </dependency>
27 <dependency>
28 <groupId>org.argeo.slc.eclipse</groupId>
29 <artifactId>org.argeo.slc.client.ui.dist</artifactId>
30 <version>${version.slc}</version>
31 </dependency>
32 <!-- Secure Application -->
33 <dependency>
34 <groupId>org.argeo.commons.security</groupId>
35 <artifactId>org.argeo.security.ui.application</artifactId>
36 <version>${version.argeo-commons}</version>
37 </dependency>
38
39 <dependency>
40 <groupId>org.argeo.slc.eclipse</groupId>
41 <artifactId>org.argeo.slc.client.rcp</artifactId>
42 <version>${version.slc}</version>
43 </dependency>
44
45 <!-- Back-end Dependencies -->
46 <dependency>
47 <groupId>org.argeo.slc.dep</groupId>
48 <artifactId>org.argeo.slc.dep.backend</artifactId>
49 <version>${version.slc}</version>
50 </dependency>
51 </dependencies>
52 <profiles>
53 <profile>
54 <id>sdkWithModules</id>
55 <activation>
56 <activeByDefault>true</activeByDefault>
57 </activation>
58 <dependencies>
59 <dependency>
60 <groupId>org.argeo.slc.eclipse</groupId>
61 <artifactId>org.argeo.slc.eclipse.modules.bundles</artifactId>
62 <version>${version.slc}</version>
63 <type>pom</type>
64 </dependency>
65 </dependencies>
66 </profile>
67 <profile>
68 <id>sdkWithoutModules</id>
69 </profile>
70 </profiles>
71 </project>