]> git.argeo.org Git - gpl/argeo-suite.git/blob - org.argeo.suite.ui/pom.xml
Introduce form submission listener.
[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"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <parent>
7 <groupId>org.argeo.suite</groupId>
8 <artifactId>argeo-suite</artifactId>
9 <version>2.1.16-SNAPSHOT</version>
10 <relativePath>..</relativePath>
11 </parent>
12 <artifactId>org.argeo.suite.ui</artifactId>
13 <name>Suite UI</name>
14 <packaging>jar</packaging>
15 <dependencies>
16 <dependency>
17 <groupId>org.argeo.suite</groupId>
18 <artifactId>org.argeo.suite.core</artifactId>
19 <version>2.1.16-SNAPSHOT</version>
20 </dependency>
21 <dependency>
22 <groupId>org.argeo.suite</groupId>
23 <artifactId>org.argeo.entity.ui</artifactId>
24 <version>2.1.16-SNAPSHOT</version>
25 </dependency>
26
27 <!-- Argeo Commons -->
28 <dependency>
29 <groupId>org.argeo.commons</groupId>
30 <artifactId>org.argeo.eclipse.ui</artifactId>
31 <version>${version.argeo-commons}</version>
32 </dependency>
33
34 <!-- Eclipse E4 -->
35 <dependency>
36 <groupId>org.argeo.tp</groupId>
37 <artifactId>argeo-tp-rap-e4</artifactId>
38 <version>${version.argeo-tp}</version>
39 <type>pom</type>
40 <scope>provided</scope>
41 </dependency>
42 </dependencies>
43 </project>