]> git.argeo.org Git - gpl/argeo-suite.git/blob - org.argeo.app.ui/pom.xml
bc5e11cacdd56cd0d4cdfa8fe51b990d74cec34d
[gpl/argeo-suite.git] / org.argeo.app.ui / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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.suite</groupId>
6 <artifactId>argeo-suite</artifactId>
7 <version>2.3.3</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.app.ui</artifactId>
11 <name>Suite UI</name>
12 <packaging>jar</packaging>
13 <dependencies>
14 <dependency>
15 <groupId>org.argeo.suite</groupId>
16 <artifactId>org.argeo.app.core</artifactId>
17 <version>2.3.3</version>
18 </dependency>
19 <!-- <dependency> -->
20 <!-- <groupId>org.argeo.suite</groupId> -->
21 <!-- <artifactId>org.argeo.app.api.ui</artifactId> -->
22 <!-- <version>2.3-SNAPSHOT</version> -->
23 <!-- </dependency> -->
24
25 <!-- Argeo Commons -->
26 <dependency>
27 <groupId>org.argeo.commons</groupId>
28 <artifactId>org.argeo.cms.ui</artifactId>
29 <version>${version.argeo-commons}</version>
30 </dependency>
31 <!-- Specific -->
32 <dependency>
33 <groupId>org.argeo.commons.rap</groupId>
34 <artifactId>org.argeo.swt.specific.rap</artifactId>
35 <version>${version.argeo-commons}</version>
36 <scope>provided</scope>
37 </dependency>
38
39 <!-- Eclipse E4 -->
40 <dependency>
41 <groupId>org.argeo.tp</groupId>
42 <artifactId>argeo-tp-rap-e4</artifactId>
43 <version>${version.argeo-tp}</version>
44 <type>pom</type>
45 <scope>provided</scope>
46 </dependency>
47 </dependencies>
48 </project>