]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/org.argeo.slc.dep.sdk.rcp/pom.xml
Improve logging
[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 <!-- Perspectives -->
23 <dependency>
24 <groupId>org.argeo.slc.eclipse</groupId>
25 <artifactId>org.argeo.slc.client.ui</artifactId>
26 <version>${version.slc}</version>
27 </dependency>
28 <dependency>
29 <groupId>org.argeo.slc.eclipse</groupId>
30 <artifactId>org.argeo.slc.client.ui.dist</artifactId>
31 <version>${version.slc}</version>
32 </dependency>
33 <!-- Secure Application -->
34 <dependency>
35 <groupId>org.argeo.commons.security</groupId>
36 <artifactId>org.argeo.security.dep.node.rcp</artifactId>
37 <version>${version.argeo-commons}</version>
38 <exclusions>
39 <exclusion>
40 <groupId>org.argeo.commons.security</groupId>
41 <artifactId>org.argeo.security.ui.admin</artifactId>
42 </exclusion>
43 </exclusions>
44 </dependency>
45 <dependency>
46 <groupId>org.argeo.slc.eclipse</groupId>
47 <artifactId>org.argeo.slc.client.rcp</artifactId>
48 <version>${version.slc}</version>
49 </dependency>
50 <!-- Back-end Dependencies -->
51 <dependency>
52 <groupId>org.argeo.slc.dep</groupId>
53 <artifactId>org.argeo.slc.dep.backend</artifactId>
54 <version>${version.slc}</version>
55 </dependency>
56 </dependencies>
57 </project>