]> git.argeo.org Git - gpl/argeo-suite.git/blob - core/org.argeo.entity.ui/pom.xml
Move core projects to a separate directory.
[gpl/argeo-suite.git] / core / org.argeo.entity.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>core</artifactId>
9 <version>2.1.18-SNAPSHOT</version>
10 <relativePath>..</relativePath>
11 </parent>
12 <artifactId>org.argeo.entity.ui</artifactId>
13 <name>Entity UI</name>
14 <packaging>jar</packaging>
15 <dependencies>
16 <dependency>
17 <groupId>org.argeo.suite</groupId>
18 <artifactId>org.argeo.entity.core</artifactId>
19 <version>2.1.18-SNAPSHOT</version>
20 </dependency>
21
22 <!-- Argeo Commons -->
23 <dependency>
24 <groupId>org.argeo.commons</groupId>
25 <artifactId>org.argeo.cms.ui</artifactId>
26 <version>${version.argeo-commons}</version>
27 </dependency>
28
29 <!-- Specific -->
30 <dependency>
31 <groupId>org.argeo.commons</groupId>
32 <artifactId>org.argeo.eclipse.ui.rap</artifactId>
33 <version>2.1.91-SNAPSHOT</version>
34 <scope>provided</scope>
35 </dependency>
36
37 <!-- Eclipse E4 -->
38 <dependency>
39 <groupId>org.argeo.tp</groupId>
40 <artifactId>argeo-tp-rap-e4</artifactId>
41 <version>${version.argeo-tp}</version>
42 <type>pom</type>
43 <scope>provided</scope>
44 </dependency>
45 </dependencies>
46 </project>