]> git.argeo.org Git - gpl/argeo-suite.git/blob - org.argeo.suite.ui/pom.xml
Make Suite App more configurable.
[gpl/argeo-suite.git] / org.argeo.suite.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.1.18-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.suite.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.suite.core</artifactId>
17 <version>2.1.18-SNAPSHOT</version>
18 </dependency>
19 <dependency>
20 <groupId>org.argeo.suite</groupId>
21 <artifactId>org.argeo.entity.ui</artifactId>
22 <version>2.1.18-SNAPSHOT</version>
23 </dependency>
24
25 <!-- Argeo Commons -->
26 <dependency>
27 <groupId>org.argeo.commons</groupId>
28 <artifactId>org.argeo.eclipse.ui</artifactId>
29 <version>${version.argeo-commons}</version>
30 </dependency>
31 <dependency>
32 <groupId>org.argeo.commons</groupId>
33 <artifactId>org.argeo.eclipse.ui.rap</artifactId>
34 <version>${version.argeo-commons}</version>
35 <scope>provided</scope>
36 </dependency>
37
38 <!-- Eclipse E4 -->
39 <dependency>
40 <groupId>org.argeo.tp</groupId>
41 <artifactId>argeo-tp-rap-e4</artifactId>
42 <version>${version.argeo-tp}</version>
43 <type>pom</type>
44 <scope>provided</scope>
45 </dependency>
46 </dependencies>
47 </project>